salut,
j ai un apache-ssl ki tourne et ecoute donc sur le port 443
j aimerai creer un virtual host qui ecoute sur le port 80 et dont le document root soit ds /var/www2
donc j ai regarde la doc de apache sur les virtualhosts, mais rien a faire, ca marche pas
j ai ca a chaque fois :
root@tomate:~# /etc/init.d/apache-ssl start
Starting web server: apache-sslReading key for server server.truc:443
failed
root@tomate:~# |
ds les log :
[Sun Sep 7 15:51:39 2003] [crit] Attempt to reinitialise SSL for server gate.server.truc |
j ai modifie ca ds mon httpd.conf :
[#
# If you want to use name-based virtual hosts you need to define at
# least one IP address (and port number) for them.
#
NameVirtualHost 192.168.0.254:80
#NameVirtualHost 12.34.56.78
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
#
<VirtualHost 192.168.0.254:80>
# ServerAdmin webmaster@host.some_domain.com
DocumentRoot /var/www2
# ServerName truc.machin
# ErrorLog logs/host.some_domain.com-error.log
# CustomLog logs/host.some_domain.com-access.log common
</VirtualHost>
|
ou le pb ??
Message édité par Tomate le 07-09-2003 à 15:57:20
---------------
:: Light is Right ::