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