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.
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
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
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/
>
> >
> >
> >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
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 =>
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