> I have a test server running RH6.0 intel.
> I have installed openssl-0.9.3-1.i386.rpm from the contrib area of
> www.mod_ssl.org.
> I have installed apache-mod_ssl-1.3.6.2.3.2-0.i386.rpm from the same place.
>
> I have edited httpd.conf just to alter the logging level, alter the user
> Apache run's as.
>
...
>
> BUT
>
> If I run `httpd -DSSL` as root the server does not start and all I get in
> No core dumps are created.
>
...
>
> The error logs are not helping me to solve this problem, so can anyone
> suggest why this is not working?
I have experienced similar troubles, and I discovered the culprit to be changing
the user that Apache runs as. If you watch your processes, right after starting
Apache -DSSL (I use 'ps wuax | grep httpd'), you may get a bunch of zombie httpd
processes. I discovered that changing the user without changing the permissions
on the Apache logfile directory, where the .pid file and such are also created,
the server dies. I know that's vague, but check the permission on
/usr/local/apache/logs (assuming that location--with the rpm, I would guess so)
and tweak with them a bit.
Email me for more info.
Keith Chayer
Network Technician
Baptist Bible College
Springfield, MO
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]