I have set up a SSL protected site with Apache and PHP.
For each service restart, Apache asks me the SSL key password in order to restart. My problem is, when I rebooted my server, Apache did not prompt anything about my password, which caused it to stop the start procedure.
no listening sockets available, shutting down
Unable to open logs
Action 'start' failed.
The Apache error log may have more information.
failed!
"Not finished startup" Apache is already listening port 80 but not running.
Is there any way to enable remove certificate password prompting (on reboot only) or to get prompted for password ?
Thanks