hola que tal segui las indicaciones de esta pagina
http://www.linux-sxs.org/internet_serving/apache2.html
y hay una opcion para desabilitar la solicitud del password cada vez que se inicie el apache pero no me quiere funcionar, sigo lo que esta abajo en ingles, pero me produce esto
Error opening Private Key server.bak
32426:error:02001002:system library:fopen:No such file or directory:bss_file.c:259:fopen('server.bak','r')
32426:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:261:
unable to load Private Key
cual sera el problema, Muchas Gracias
Disabling the passphrase on startup (Optional)
Sometimes, the passphrase prompt can be inconvenient, especially when you want Apache to startup automatically on boot, without user intervention. We can disable the passphrase prompt by simply de-crypting the server key. To do this, we begin by making a copy of the server keyfile, then run the following command to decrypt it:
# cd /etc/httpd/conf/ssl.key
# cp server.key server.bak
# openssl rsa -in server.bak -out server.key