Hi

I'm trying to install php 4.0.5 with ssl support. To
make this as quick as possible, I built php with:

o mysql 3.22.32
o rsaref2.0
o I'm using perl version 5.005_03
o openssl 0.9.5
o modssl 2.8.3-1.3.19

Basically, I compiled apache with ssl support and it
asked me to make a certificate and come up with a pass
phrase, which I did. I first started apache with

  ./apachectl start

Just to make sure that apache was working, which it
is. Then, I wrote a test php script to make sure that
php was working (you know, the phpinfo() function
thing?), which it was as well. 

I then stopped the apache server, and restarted it
with 

   ./apachectl startssl

It asked me for the pass phrase that I set when I
created the certificate, which I gave. It then said
that my password was fine and started. I then tried
accessing one of my pages that I first accessed, such
as

  http://myhost/test.php

as

  https://myhost/test.php

and was not able to connect. I also could not connect
with 

  http://myhost:443/test.php

So I checked the apache daemon. For some reason,
although there seems to be no indication of a problem,
the daemon isn't running when I start it with the
startssl option. I'm a little confused because there
don't seem to be any outward appearances of any
trouble. Any ideas would be greatly appreciated.
Thanks.

Armando

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to