[EMAIL PROTECTED] Re: virtual host shuffle

2007-01-30 Thread David S .
David S. alumni.tufts.edu> writes: > > I have 3 web mod_python apps running on different ports. It behaves as if it > is mixing up ports. FIXED. To each virtual host with mod_python add: PythonInterpreter some_unique_name The key to my confusion was this snippet: ".

[EMAIL PROTECTED] virtual host shuffle

2007-01-29 Thread David S .
it responds as if I used a.server.name. I am hugely confused. Any help is greatly appreciated. Peace, David S. p.s. I have a configuration that looks like the following: NameVirtualHost 192.168.0.210:80 ServerName a.server.name Redirect permanent /admin/ https://a.server.name/secure