Re: Apache config

2005-07-17 Thread Perrin Harkins
Jacob Jarick wrote: The installation documents are pretty good but I cant help but be frustrated when there is no example of the lines to add to httpd.conf . I Have managed to configure mod_perl 2.0 with apache, the INSTALL guide in the tarball has the few lines needed. But alas modperl 1.x no

Apache config

2005-07-17 Thread Jacob Jarick
The installation documents are pretty good but I cant help but be frustrated when there is no example of the lines to add to httpd.conf . I Have managed to configure mod_perl 2.0 with apache, the INSTALL guide in the tarball has the few lines needed. But alas modperl 1.x no such luck. Could some1

Re: vhosts and mod_perl

2005-07-17 Thread Maxim Nechaev
You can solve this by adding: PerlOptions +Parent PerlOptions +Parent http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ -- Maxim Nechaev

Re: .htaccess question

2005-07-17 Thread Kevin A. McGrail
> > Is there a way to do something like this in .htaccess or do I need to make > > another mod to AuthDBI? > Not that I know of. > > The closest thing I can think of is: (I'll bet you read it already) > http://httpd.apache.org/docs-2.0/howto/auth.html > > but that won't do it. :-) Already read tha