Click to See Complete Forum and Search --> : Automatic start of Apache with SSL


WakeBDr
11-30-2000, 08:18 AM
I want to make Apache start with SSL upon boot. To do this, I have to enter a password after I start Apache. How can I do this automatically, So that it will start up when I reboot?

------------------
Your mouse has moved. Windows must reboot for the changes to take effect.

PLBlaze
11-30-2000, 02:31 PM
To start apache with ssl upon boot you'd need to extract the encrypted password...all is in the mod_ssl manual, simply point your browser to http://localhost and read the documentation then follow the steps to extract the passwd using openssl.Hope this helps.

[This message has been edited by PLBlaze (edited 30 November 2000).]

WakeBDr
11-30-2000, 02:50 PM
I need a little more help. I did what it says and unencrypted the key, but how do I "point my server at it"?

WakeBDr
11-30-2000, 02:54 PM
I got it now