Re: lost directory indexes

2014-09-14 Thread Ruben Safir
On 09/15/2014 12:22 AM, Ruben Safir wrote: > > I added a perl handler to my apache setup and I can't understand why I'm > losing the directory listings in my image and doc directories. I need > to both squelch rougue web querries > > The apache conf looks like this: > > > ServerAdmin ru..

lost directory indexes

2014-09-14 Thread Ruben Safir
I added a perl handler to my apache setup and I can't understand why I'm losing the directory listings in my image and doc directories. I need to both squelch rougue web querries The apache conf looks like this: ServerAdmin ru...@mrbrklyn.com DocumentRoot "/usr/local/apache/htdocs/bro

Re: mod_perl and utf8 and CGI->param

2014-09-14 Thread Joe Schaefer
apreq validates anything it presents as utf8, otherwise it marks it as ISO88591 or some windows encoding I don't remember the name of if that fails. On Monday, September 8, 2014 3:17 PM, André Warnier wrote: Michael Schout wrote: > On 9/2/14, 4:19 PM, Randal L. Schwartz wrote: > >> ##

Undefined symbol "modperl_io_perlio_restore_stdout"

2014-09-14 Thread Bernard T. Higonnet
-8<-- Start Bug Report 8<-- 1. Problem Description: Can't even start tests... waiting 120 seconds for server to start: .httpd: Syntax error on line 13 of /tmp/mod_perl-2.0.8/t/conf/httpd.conf: Cannot load /tmp/mod_perl-2.0.8/src/modules/perl/mod_perl.so

Re: Perl Authorization handler called before authentication handler

2014-09-14 Thread Lathan Bidwell
>On Fri, Sep 12, 2014 at 02:25:49PM -0400, Lathan Bidwell wrote: > >> The documentation for the AuthType field does not seem to give examples > for > >> custom auth handlers. > >> > >> The AuthType I put in is the package name that has the auth subroutines > in > >> it. > >> > >> This is pulled fr