Monday, 26 August 2013

Setting up a vm - server not found

Setting up a vm - server not found

I am trying to use devbox, however i have a problem with this step:
Point "devbox" and any other vhosts to 192.168.3.3 in your hosts file of
your OS. e.g. 192.168.3.3 devbox myproject.dev myotherproject.dev
[ANY-OTHER-HOST]
Then, i go to 000-default.conf and i have this vhost edited by me. (it is
supposed to be this one? right? i only have this vhost in sites-available)
<VirtualHost *:80>
192.168.3.3 devbox test.dev
ServerName www.test.dev
ServerAdmin webmaster@localhost
DocumentRoot /var/www/test.dev
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
In windows i have E:\dev\devbox\www\test.dev\public
Basically when i try this url: http://test.dev i am getting Server not found

No comments:

Post a Comment