apache - wamp server: set up virtual host -


i setting virtual host wamp server following tutorial http://www.kristengrote.com/blog/articles/how-to-set-up-virtual-hosts-using-wamp

hosts file

127.0.0.1       localhost 127.0.0.1       dev.gamenomad.com 

httpd-vhosts.conf

<virtualhost *:80>     serveradmin webmaster@dummy-host.example.com     documentroot "c:\wamp\www\dev.gamenomad.com\public"     servername dev.gamenomad.com     serveralias dev.gamenomad.com     errorlog "logs/dev.gamenomad.com-error.log"     customlog "logs/dev.gamenomad.com-access.log" common </virtualhost>  <directory c:\wamp\www>     order deny,allow        allow  </directory> 

httpd.conf

# virtual hosts include conf/extra/httpd-vhosts.conf 

i unable access dev.gamenomad.com . got error

i18n-values: missing value "primaryparagraph" http://dev.gamenomad.com/ net::err_connection_refused      http://dev.gamenomad.com/:1  

fyi, apache server listen port 8080 instead of default 80. affect virtual host?


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -