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:
".
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