On 11 Mar 2004, Cees Hek wrote: > Brett Randall wrote: >> My problem is that SOMETIMES while accessing one virtual host, it >> will appear as though it is actually pulling data from the other >> virtual host's database (each virtual host uses a different >> database as shown below), however the URL does not change. All the >> links, etc, continue to point to the right domain, however the data >> is just wrong (and only intermittently). > > You are most likely running into name space conflicts.
That is what I *THOUGHT*, however this still shouldn't be happening. The namespace should be based on the virtual host name, as well as the path, shouldn't it? I'm just a bit stumped here... I've read up lots on mod_perl but still I feel like I'm not getting anywhere in my knowledge of it. How do most people run multiple copies of their app on the same server with virtual hosts with different databases? Surely this is a common thing... I'd LOVE to bits to see a great example of a mod_perl app which can do this. Brett. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html