Hi,

I found information of how to create a virtual host adding some code to the httpd.conf file, but I'm running Windows not Linux. I don't have a httpd.conf file.

Should I put this code somewhere else? maybe in the server.xml?

<VirtualHost 192.168.1.200>
   ServerName www.somedomain.com
   DocumentRoot [path]
   ServerAdmin [EMAIL PROTECTED]
   ErrorLog [path]
   TransferLog [path]
</VirtualHost>

<VirtualHost 192.168.1.201>
   ServerName www.otherdomain.com
   DocumentRoot [path]
   ServerAdmin [EMAIL PROTECTED]
   ErrorLog [path]
   TransferLog [path]
</VirtualHost>

Thank you,
Isaac Martinez

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to