I have to admit, I was really struggling on the mod_rewrite, JServ compiling
order. I must have changed my configuration files around every way I could
think of. I just couldn't figure out how to get the mod_rewrite to load
first.
Searching all docs, seem to just tell me I needed to change it, but not
quite how. (It's been a while since I've maintained all my own Makefiles
manually, plus didn't understand apache load logic)
I think it would be real helpful (if others have a hard time understanding
this same issue) to put this life saver quote from the "Jan 11list" in the
area of the FAQ that explains the importance of the load order.
<!--StartFragment-->
You have to get sure that mod_rewrite is excuted before mod_jserv. Have
alook in
'modules.c' and check that jserv is before rewrite_module. If not,
correct and recompile apache.
Jean-Luc Rochat
<!--EndFragment-->
Thanks to everyone that helped resolve this issue...
I made the changes, and it works like a champ ;-)
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]