Re: vhost and mod_perl

2001-05-10 Thread Bird Lei
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

Re: vhost and mod_perl

2001-05-07 Thread ___cliff rayman___
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

vhost and mod_perl

2001-05-07 Thread Bird Lei
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