Hi Johann,

I might be completly wrong but I think that you can´t have example.com/phpsite and example.com/web2py at the same time. You can have http://phpsite.example.com and http://web2py.example.com

The reason is that the part after http:// (hostname) decides where to go. If you have example.com/phpsite and example.com/web2py your going to the same place. The part after / is part of the hostname so NameVirtualHost doesn´t use it.


Kenneth

Your answer convinced me that I do not know enough of NameVirtualHost"
and I decided read some documentation about it.

I have it working now but I see I need to define a cname to reach it
from another computer.  Url's like http://example.com/web2py  does not
work.  While web2py is the only enabled site, I can reach it with
http://example.com but what if I have http://example.com/phpsite  and
http://example.com/web2py?

Regards
Johann


Reply via email to