RE: mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-26 Thread Doug MacEachern
On Wed, 19 Jan 2000, John Hughes wrote: > > what happens if you preload Apache::Registry in httpd.conf: > > > > PerlModule Apache::Registry > > Didn't try that. But code examination seems to imply that it would have > no effect. > > 1. Apache::Registry gets run, so: > > unless (defined

RE: mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-19 Thread John Hughes
> what happens if you preload Apache::Registry in httpd.conf: > > PerlModule Apache::Registry Didn't try that. But code examination seems to imply that it would have no effect. 1. Apache::Registry gets run, so: unless (defined $Apache::Registry::NameWithVirtualHost) { $Apac

Re: mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-18 Thread Doug MacEachern
what happens if you preload Apache::Registry in httpd.conf: PerlModule Apache::Registry On Tue, 18 Jan 2000, John Hughes wrote: > I have a virtual host to handle https. The URL's on the main host and the > virtual host can be pretty similar. Somethimes mod_perl gets confused, > thinking that