I have to set up virtual host on my machine but it is Ubuntu LTS 10.0.4 or somethings like. I saw a lot of tutorial to it but my vhost is not working. When i try to type address my browser not see it. I write full apache code look like this:
<VirtualHost *:80 > #Basic setup ServerAdmin webmaster@mydomain.local ServerName www.dev.mydomain.local DocumentRoot /home/www/mydomain.com/docs <Directory /home/www/mydomain.com/docs> Order Deny,Allow Allow from all </Directory> </VirtualHost>And I type in hosts in /etc/ something like
127.0.0.1 mydomain.local
and nothing is working :(
please help me :)


Sign In
Create Account


Back to top










