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