> -----Original Message-----
> From: Tom Karlsson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 04, 2001 8:09 AM
> To: [EMAIL PROTECTED]
> Subject: mod_perl confusion.
> 
> 
> Hello All,
> 
> I've recently looked through the mod_perl mail archives in 
> order to find
> someone who has/had the same problem as me. 
> 
> It seems that a lot of people have had problems with 
> <virtualhost IP> and
> <location> in situations where both virtualhost sections has a similar
> URI and scriptname.
> 
> This problem causes random execution of either of the scripts 
> no matter
> what virtualhost you're accessing. Like
> 
> exampleA.com/cgi-bin/script
> exampleB.com/cgi-bin/script

try setting
$Apache::Registry::NameWithVirtualHost = 1;
in your startup.pl and make sure that you are use()ing Apache::Registry in
there as well...

and see if that fixes things...

HTH

--Geoff
 
[snip]
> Thanks.
> 
> Friendly Regards
> /TK
> 

Reply via email to