I recompiled and it looks like mod_rewrite was compiled first, but it still
gives me 404 errors and there's nothing in the rewrite log. Is this not the
right way to determine compilation order?
-Sean
===> src/modules
===> src/modules/standard
.
.
.
gcc -c -I../../os/unix -I../../include -DSOLARIS2=251 `../../apaci`
mod_rewrite.c
.
.
.
rm -f libstandard.a
ar cr libstandard.a mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o
mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o
mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_rewrite.o
mod_access.o mod_auth.o mod_usertrack.o mod_setenvif.o
ranlib libstandard.a
<=== src/modules/standard
===> src/modules/extra
gcc -c -I../../os/unix -I../../include -DSOLARIS2=251 `../../apaci`
mod_jserv.c
-----Original Message-----
From: jon * [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 11, 1999 6:02 PM
To: Java Apache Users
Subject: Re: mod_rewrite and JServ
> It's like
> JServ is grabbing the URL and not letting rewrite have a chance.
You need to re-compile Apache JServ with mod_rewrite.c before mod_jserv.c
If you are using DSO, try changing the load order (athough, I'm not sure if
this works or not).
-jon
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]