Rob wrote:
It Needs to look something like this:

<VirtualHost 127.0.0.1:80 <http://127.0.0.1:80>>

ServerAdmin ad...@prosportsresumes.com <mailto:ad...@prosportsresumes.com>
DocumentRoot G:/webroot/htdocs/ProSportsResumes
ServerName www.ProSportsResumes.com <http://www.prosportsresumes.com/>

</VirtualHost>

127.0.0.1 should be ur servers ip


Listen 80   <-- main config

NameVirtualHost * <-- main config

<VirtualHost *>  <-- each vh

will answer on any ip that is currently assigned to the computer

...the bigger question is where are the vh definitions? I don't see any <VirtualHost *> containers...


--
Norman
Registered Linux user #461062 -Have you been to www.apache.org yet?-

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to