On 16 May 2011, at 14:52, Jeff McGrath wrote:

> Good morning ... I'm trying to levarage two different authentication modules 
> in our Apache 2.2 (Solaris 10/64 bit) as part of a POC. I need to ensure one 
> fires first as I need to set a header for the second filter to consume. 
> Unfortunately, the second (Access Manager) keeps executing first ...
> 
> Anyone have some straight forward solution/steps to have implement the module 
> execution order as desired?

The modules themselves determine where they hook in to request processing.

What header are you expecting an access or authentication module to set?
Sounds like an attempt at a hack to solve some underlying problem.
mod_rewrite is the 'usual' (but ugly) solution to such hacks.  Alternatively,
tell us the underlying problem, and maybe someone will have a better idea.

-- 
Nick Kew

Available for work, contract or permanent
http://www.webthing.com/~nick/cv.html


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to