El jue, 21-04-2005 a las 14:01 +0200, 31 escribi�: > 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 [EMAIL PROTECTED] > > 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? >
Yo segui este MINI-manual: http://www.ianmiller.net/article.php?id=13 y en 10 minutos ya estaba tirando... en el fichero ports.conf a�adiste el 443??? [......] Add a Listen 443 to /etc/apache2/ports.conf [......] > -- mario <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

