You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Lopez <dm...@imgame.com.ph> on 2001/08/23 09:50:23 UTC

Setting up virtual paths in apache

how do you set up virtual directory?

Re: Setting up virtual paths in apache

Posted by "Roberto B." <ro...@ipermedianet.com>.
In Apache ( httpd.conf) 

:
<VirtualHost 213.188.200.22>
DocumentRoot /var/www/guelfi.com
ServerName www.guelfi.com
WebAppConnection conn warp localhost:8008
WebAppDeploy / conn /var/www/guelfi.com
</VirtualHost>
:

Roberto.

----- Original Message ----- 
From: "Dave Lopez" <dm...@imgame.com.ph>
To: <to...@jakarta.apache.org>
Sent: Thursday, August 23, 2001 9:50 AM
Subject: Setting up virtual paths in apache


how do you set up virtual directory?