Re: [mp2] +Parent and -Mblib breaks AuthDBI and apache

2003-01-31 Thread Christopher Hicks
On Thu, 30 Jan 2003, Stas Bekman wrote: Christopher Hicks wrote: Is there any equivalent to PerlVINC under mod_perl 2? Yes, and it's a built-in solution, rather than a hack: http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ That had me very hopeful, but upon trying

[mp2] no PerlVINC?

2003-01-29 Thread Christopher Hicks
Is there any equivalent to PerlVINC under mod_perl 2? -- /chris Never offend people with style when you can offend them with substance. - Sam Brown

[mp2] AuthDBI breaking with RH httpd-2.0.40-11 rpm

2003-01-24 Thread Christopher Hicks
I brought a new server up yesterday using Red Hat 8's httpd-2.0.40-8 and based on the patches and comments I found in the list archive all was eventually well. Today I updated various rpms on the box from the official Red Hat updates and how AuthDBI is no longer working. I stuck various

Apache configuration

2001-11-09 Thread Christopher Hicks
I've heard lots of people talking about doing Apache configuration via Perl sections and mod_perl, but I can't find any examples! I've looked on Sourceforge, the Guide, and dug through google. The Eagle book has the best stuff I've found so far, but it's hard for me to believe that noone has

Apache::SSI pain

1999-10-12 Thread Christopher Hicks
I've used the lines below and the various other provided incantations for using Apache::SSI or Apache::SSIChain. PerlModule Apache::SSIChain PerlModule Apache::Filter PerlModule Apache::SSI PerlModule Apache::OutputChain Alias /ssiperl/ /www/perl/ssibin/ Location /ssiperl SetHandler