[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Apache2 servidor seguro SSL



He estado intentando poner a andar un servidor seguro https, siguiendo estes manuales
http://lists.debian.org/debian-apache/2004/09/msg00105.html
http://www.ilovett.com/node/126/

Pero no consiguo hacerlo funcionar, me termina por dar este error:

xuvenka:/etc/apache2/sites-enabled# /etc/init.d/apache2 restart
Forcing reload of web server: Apache2 ... no pidfile found! not running?(98)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs
xuvenka:/etc/apache2/sites-enabled#

No tengo muy claro como ponen las configuraciones en sites-enabled, yo tengo dos archivos (enlaces) default y default-ssl y pongo en uno lo de

NameVirtualHost *:80
NameVirtualHost *:443
<VirtualHost *:80>
       ServerAdmin webmaster@localhost

       DocumentRoot /var/www/
       <Directory />
[...]


Y en el otro (default-ssl) ya no le pongo nada de NameVirtualHost, ya lo he probado y me dan errores... ¿alguien tiene funcionando el apache2 ssl en debian? ¿como se configura?



Reply to: