Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 01:26 PM, Eric Covener wrote: > On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic wrote: >> On 03/20/2010 12:14 PM, Eric Covener wrote: >> >>> authn_default stops you from falling through. >> >> So I should enable authn_default? > > try it and see. Someone probably got trigger-happy disa

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic wrote: > On 03/20/2010 12:14 PM, Eric Covener wrote: > >> authn_default stops you from falling through. > > So I should enable authn_default? try it and see. Someone probably got trigger-happy disabling "unneeded" modules in an effort to optimize your

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 12:14 PM, Eric Covener wrote: > authn_default stops you from falling through. So I should enable authn_default? -- |Jakov Sosic|ICQ: 28410271| PGP: 0x965CAE2D | = | start fighting cancer -> http://

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 6:58 AM, Jakov Sosic wrote: > Hi. > > This is the kind of authentication param I'm using: > > >  AllowOverride None >  AuthType Basic >  AuthName "Admin" >  AuthUserFile /etc/httpd/myauthfile >  Require valid-user > > > I've disabled all the auth modules except these two:

Re: [us...@httpd] Apache modules question

2009-10-21 Thread Nick Kew
antoine wrote: Hello everyone , I have a project where i want to add a new phase between the content generation and the logging phase of a request. In other words i want after the response is generated and ready to be sent to the client to manipulate the html produced code (do my stuff) and

Re: [us...@httpd] Apache modules question

2009-10-21 Thread Eric Covener
On Wed, Oct 21, 2009 at 8:54 PM, antoine wrote: > > My friend who works in the same project has done this with filters (i think) > but we are looking for > a faster way (maybe a new module enabled after the content generation). I think anything but a filter is a complete dead end. -- Eric Coven

Re: [us...@httpd] apache modules

2009-07-08 Thread William A. Rowe, Jr.
Boyle Owen wrote: > If you just load modules but don't actually use them (ie, no directives > in config), then no. That is not entirely true. Most register a hook provider to evaluate if they are the candidate for providing auth, injecting filters or handling the request. Those hooks do cost som

Re: [us...@httpd] apache modules

2009-07-08 Thread André Warnier
nima chavooshi wrote: Hi I have one question about Apache modules.with loading more modules on apache, may apache responses with more delay ?? Re these recent threads : - [us...@httpd] Apache under DOS - [us...@httpd] apache monitoring - [us...@httpd] apache modules It is always a good idea, i

RE: [us...@httpd] apache modules

2009-07-08 Thread Boyle Owen
If you just load modules but don't actually use them (ie, no directives in config), then no. From: nima chavooshi [mailto:nima0...@gmail.com] Sent: Wednesday, July 08, 2009 8:59 AM To: users@httpd.apache.org Subject: [us...@httpd]