----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi!

In the for what it's worth category, I have observed the following behavior.
In order for the ApJServAction statement to have the desired effect, the
location of the AddModule mod_jserv.c in httpd.conf appears to be important.
When I placed it near the top of the list, the ApJServAction statement
failed to work. However, when I moved it further down the list, it started
working. I am guessing that it has to appear AFTER the AddModule
mod_actions.c statement. I read elsewhere that you have to place the
AddModule mod_jserv.c statement BEFORE the AddModule mod_rewrite.c
statement. I have done so and the rewriting features appear to be working
correctly for me.

My question is - are these correct statements correct? That is, the three
modules mentioned must appear in the order mod_actions.c, mod_jserv.c, and
mod_rewrite.c in the AddModule list in httpd.conf. Also, are there any other
ordering rules that should be observed, and are these rules listed anywhere?

Thanks to all.

.... Bob Kimble



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to