I killed all the processes that showed http
When I start Apache-ssl this way
/usr/local/apache/bin//httpsdctl start
it tells me
Reading key for server nn.nn.nn.nn:443
Enter PEM pass phrase:
Launching... /usr/local/apache/bin/gcache
pid=2932
/usr/local/apache/bin//httpsdctl start: httpsd started
But httpsd has not started. i can't see in the process list.
Sample Error Log File :
[Fri Oct 19 17:19:39 2001] [crit] (22)Invalid argument: Error reading private ke
y file /usr/local/ssl/private/domain_name.com.key:
[Fri Oct 19 17:19:39 2001] [crit] error:0906406D😛EM routines😃EF_CALLBACK:probl
ems getting password
[Fri Oct 19 17:19:39 2001] [crit] error:0906A068😛EM routines😛EM_do_header:bad
password read
[Fri Oct 19 17:29:05 2001] /usr/local/apache/bin/gcache started
[Fri Oct 19 17:29:05 2001] [warn] pid file /usr/local/apache/logs/httpsd.pid ove
rwritten -- Unclean shutdown of previous Apache run?
[Fri Oct 19 17:29:05 2001] [crit] (22)Invalid argument: Error reading private ke
y file /usr/local/ssl/private/domain_name.com.key:
[Fri Oct 19 17:29:05 2001] [crit] error:0906406D😛EM routines😃EF_CALLBACK:probl
ems getting password
[Fri Oct 19 17:29:05 2001] [crit] error:0906A068😛EM routines😛EM_do_header:bad
password read
The PEM pass phrase in accepted successfully when starting httpsdctl start
httpd.conf file
SSLCacheServerPath /usr/local/apache/bin/gcache
SSLCacheServerPort /var/cache/httpd/domain_name.com.cache.socket
SSLSessionCacheTimeout 300
What should the SSLCacheServerPort entry have, a port number or the cache like above ?
Still the page is not being displayed on the browser thru https:// or http://
What is the problem ?
Thank you, for helping me out.
Brij.