How can I map more than 1 Apache virtual server to root url path ?

The syntax for WebAppDeploy is:
WebAppDeploy [application name] [connection name] [url path]

For example I have 2 virtual web servers example1.com and example2.com
Now I cannot use:
WebAppDeploy example1 warp /
WebAppDeploy example2 warp /

Apache does not accept 2 servers on the same url path.
As a consequence I have to enter in the browser:
1. http://example1.com/example1/index.html
2. http://example1.com/example2/index.html

This is not very user friendly.
Is there a way around this problem ?

-- 
John Zoetebier

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

Reply via email to