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 > $A

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
- > From: 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 o

Re: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Jason Terry
/cart_jason.cgi" , "/home/vshopper/public_html/cgi-bin/cart_jason.cgi"); print "Done.\n"; 1; #return true value - Original Message - From: "Geoffrey Young" <[EMAIL PROTECTED]> To: "'Jason Terry'" <[EMAIL PROTECTED]>; <[EMAI

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
12:42 PM > 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

Re: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Jason Terry
;; <[EMAIL PROTECTED]> Sent: Tuesday, 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 >

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
ame, $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*H

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", "/home/vshopper/pu