I want to start and stop Apache via a program so it does not conflict
with system Apache server, if any, and I want to remove private key
after Apache starts for obvious reason.
I know Apache starts itself and spawn child processes to serve the
requests, so the child process should have all the
On 12/5/2012 12:55 PM, Alex Chen wrote:
> If I enable HTTPS by loading the mod_ssl.so, enabling httpd-ssl.conf,
> start Apache then remove SSL certificate, SSL private key, will that
> cause Apache to fail to acceptHTTPS requests?
> How if I remove the httpd-ssl.conf all together?
> In a nutshel
If I enable HTTPS by loading the mod_ssl.so, enabling httpd-ssl.conf,
start Apache then remove SSL certificate, SSL private key, will that
cause Apache to fail to acceptHTTPS requests?
How if I remove the httpd-ssl.conf all together?
In a nutshell, will Apache continue to work properly and acce