modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Jason Terry
#you may define Perl*Handler subroutines here too print "Making Apache::Registry scripts global . . ."; $Apache::Registry::NameWithVirtualHost = 0; print "Done.\nLoading admin.cgi . . . . . . . . . . . . . "; my $r = Apache::RegistryLoader-new; $r-handler("/cgi-bin/admin.cgi",

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
, $virtual_hostname); HTH --Geoff -Original Message- From: Jason Terry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 11:45 AM To: [EMAIL PROTECTED] Subject: modperl 1.22 and NameWithVirtualHost not working properly #you may define Perl*Handler subroutines here too print

Re: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Jason Terry
April 04, 2000 10:31 AM Subject: RE: modperl 1.22 and NameWithVirtualHost not working properly well, there has been some NameWithVirtualHost work going on to solve a related problem - perhaps the behavior you used to see is changing due to that? at any rate, check out the new RegistryLoade

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
To: Geoffrey Young; [EMAIL PROTECTED] Subject: Re: modperl 1.22 and NameWithVirtualHost not working properly But, I don't want the virtual host information included. ALL of my scripts on this web server are GLOBAL and in order to save memory I only want to have one copy loaded and shared

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
: Jason Terry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 12:55 PM To: Geoffrey Young; [EMAIL PROTECTED] Subject: Re: modperl 1.22 and NameWithVirtualHost not working properly Yes, I am preloading it. Below is my entire startup.pl none of the script load globally and please note

Re: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Doug MacEachern
On Tue, 4 Apr 2000, Jason Terry wrote: But, I don't want the virtual host information included. ALL of my scripts on this web server are GLOBAL and in order to save memory I only want to have one copy loaded and shared for multiple virtual hosts. It used to be that if you set