Help: Suppress Virtual Host Monster...
I've had problems in the past with access rules and site roots and I know how to suppress those. But, I wasn't really able to find any information on how to disable a VHM. I cannot just change the host name because there is a "proxy" in the way that remaps the hostname. Is there a way that I can suppress VHM in the URL itself. I tried something like: http://my.testsite.com/_vh_manage thinking (from the VHM documentation) that this might somehow get me to the management screen at the root. Sadly, it didn't. Any suggestions?!? -- Mike
Tiller, Michael (M.M.) wrote:
I cannot just change the host name because there is a "proxy" in the way that remaps the hostname.
Can you expand on this? Why can't you just go to http://192.168.0.1/manage (or whatever the IP address of your server is)?
Is there a way that I can suppress VHM in the URL itself.
VHM was developed specifically to avoid needing anything like this. If you have a rewriting front-end, you set it up so you can bypass the rewriting (different hostname or special rule) or bypass the front-end and talk directly to Zope. Cheers, Evan @ 4-am
participants (2)
-
Evan Simpson -
Tiller, Michael (M.M.)