[EMAIL PROTECTED] wrote:
>
> This is a Three part problem.
> 1. When I start apache ./apachectl startssl I get the following
> Apache1.3.20 mod_ssl 2.8.4 (Pass Phrase Dialog)
> Some of your private key files are encrypted for secruity reasons
> In order to read them you have to provide us with the pass phrases
>
> Server www.chp.edu:443 (RSA)
> Enter pass phrase.
> The problem is two fold Server www.chp.edu:443 is my other server. The one I am
> trying to start is called www.internal.chp.edu. I have checked the httpd.conf
> file. The new keys I have made all have
> www.internal.chp.edu in them. Where does it read Server www.chp.edu:443 (RSA)
> from?
Apache is reading the Servername from the certificate - you must have
mixed up your certificates. Do:
# openssl x509 -in your-certificate.crt -noout -subject
and check the "CN=<your-server-name>/" field.
> 2. It says the server has started. There are no processes started.
Don't worry about this - apachectl is a simple control script - it
simply issues a command to start apache and then, as long as nothing
actually blows up, reports "apached started". The ways to check are:
- run "top" in another window and look for a host of httpd processes
firing up
- tail the error log and look for:
[Mon Aug 13 09:43:14 2001] [notice] Apache/1.3.20 (Unix) -- resuming
normal operations
That's the sure sign it started.
> 3. I have trouble signing my CA's using sign.sh
I have trouble understanding what's wrong.
Rgds,
Owen Boyle
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]