>>>>> On Fri, 12 Mar 1999 13:00:53 -0800 (PST), Tarang Patel 
><[EMAIL PROTECTED]> said:

>>>>> On Thu, 11 Mar 1999 17:01:51 -0800, "jon *" <[EMAIL PROTECTED]> said:
    >>> It's like JServ is grabbing the URL and not letting rewrite have a
    >>> chance.

    jon> You need to re-compile Apache JServ with mod_rewrite.c before
    jon> mod_jserv.c

    Tarang>    I've exactly the same problem, and I do compile mod_rewrite
    Tarang> before mod_jserv, at the moment I am not using DSO.

  I revisited the files src/Configuration and src/Configuration, coupled with
  this and the JServ FAQ, I realize that the order is of execution is
  reverse to the module list order. As "mod_rewrite" is one of the
  standard modules normal configuration suggest use of
  "--enable-module=rewrite". However as this is required to be executed ahead
  of mod_jserv then one requires to make use of

  --activate-module=src/modules/standard/mod_rewrite.o 

  Thus

"--activate-module=src/modules/jserv/mod_jserv.o" \
"--activate-module=src/modules/standard/mod_rewrite.o" \
 
  being the requirement on configuration as OPPOSED to

"--enable-module=rewrite"
"--activate-module=src/modules/jserv/mod_jserv.o" \

 Correct me if I am wrong on this. As I can't see any other way of ensuring
 this order takes place.

   Tarang


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to