I added $Apache::Registry::NameWithVirtualHost = 1; to my startup script,
but the server still runs the wrong script.
My startup.pl looks like this:
-
#!/usr/bin/perl
use Apache::Registry;
$Apache::Registry::NameWithVirtualHost = 1;
-
Any ideas?
Bird
At 10:13 PM 2001/5/7 -0700, ___cl
check out this section in the guide:
http://thingy.kcilink.com/modperlguide/config/A_Script_From_One_Virtual_Host_C.html
Bird Lei wrote:
> I use vhost_alias_module to set up subdomains for different users.
>
> -- at my httpd.conf
> VirtualDocumentRoot /home/%-4/web
>
> And use Apache::Registry t
I use vhost_alias_module to set up subdomains for different users.
-- at my httpd.conf
VirtualDocumentRoot /home/%-4/web
And use Apache::Registry to run the *.cgi script.
I got problem with the following situation
Script 1: /home/user1/web/index.cgi
Address: http://user1.level3.level2.com
Scri