Re: lost directory indexes

2014-09-15 Thread Ruben Safir
On Mon, Sep 15, 2014 at 10:03:35PM -0400, Joseph Schaefer wrote: > You have to recompile mod perl so its response handler hook runs before mod > dir's. Have them run first or really first instead of middle. How do you do that. Is the a change in the config file for the Apache DSo to do that.

Re: lost directory indexes

2014-09-15 Thread Joseph Schaefer
You have to recompile mod perl so its response handler hook runs before mod dir's. Have them run first or really first instead of middle. Sent from my iPhone > On Sep 15, 2014, at 6:02 PM, Ruben Safir wrote: > > On Mon, Sep 15, 2014 at 05:40:00PM -0400, Ruben Safir wrote: Now

AddHandle perl-script *

2014-09-15 Thread Ruben Safir
Bare with me a momement here because it has taken me two days to figure even this much out. I wanted to create a mod_perl module to forbid certain noxious urls patterns and it worked, But when I needed a directory URL's then the server failed to make the translation to index.html or to give me

Re: lost directory indexes

2014-09-15 Thread Ruben Safir
On Mon, Sep 15, 2014 at 05:40:00PM -0400, Ruben Safir wrote: > > > > > > > > >Now the error log for an index request says: > > > > > >[Mon Sep 15 12:14:09 2014] [error] [client 10.0.0.57] Attempt to serve > > >directory: /usr/local/apache/htdocs/resources/, referer: > > >http://www.mrbrklyn.com/ >

Re: lost directory indexes

2014-09-15 Thread Ruben Safir
> > > > > >Now the error log for an index request says: > > > >[Mon Sep 15 12:14:09 2014] [error] [client 10.0.0.57] Attempt to serve > >directory: /usr/local/apache/htdocs/resources/, referer: > >http://www.mrbrklyn.com/ > >INDEXES ON > >SYMLINKS OFF > >CGI OFF > > > > > >It knows that INDEXES is

Re: lost directory indexes

2014-09-15 Thread André Warnier
Ruben Safir wrote: On Mon, Sep 15, 2014 at 12:24:13AM -0400, Ruben Safir wrote: Oh yeah -- Server version: Apache/2.2.23 (Unix) Server built: Dec 9 2012 17:26:38 Continuing on this I'm looking at what are the allowed options I added: use Apache2::Access; use Apache2::Const -compile =>

Re: lost directory indexes

2014-09-15 Thread Ruben Safir
On Mon, Sep 15, 2014 at 12:24:13AM -0400, Ruben Safir wrote: > > Oh yeah -- > > Server version: Apache/2.2.23 (Unix) > Server built: Dec 9 2012 17:26:38 > Continuing on this I'm looking at what are the allowed options I added: use Apache2::Access; use Apache2::Const -compile => qw(:commo