Afficher un message
Vieux 28/05/2007, 22h03   #1
alecoscia@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut virtual host in my local server

for my local tests I need different servername with different
documentRoot
so I put this lines in my httpd.conf

NameVirtualHost 127.0.0.1

<VirtualHost 127.0.0.1:80>
DocumentRoot E:/www/newsite
ServerName mynewlocalhost
CustomLog logs/sick-internals common
<Directory "E:/www/newsite">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

but when I put http://mynewlocalhost in my browser I can see
anything...
what's wrong?

thanks!
Alex

  Réponse avec citation
 
Page generated in 0,04425 seconds with 9 queries