-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Thanks, but I'm currently atatically compiling the mods in rather then use
DSO support.  Which aproach have people had more luck in?  I'm still not
able to get the system running, and the rewrite logs weren't all that
helpful:

63.74.116.119 - - [06/Oct/1999:10:59:42 -0700]
[irc.incite.com/sid#80dfea4][rid#8155734/initial] (2) init rewrite engine
with reques
ted uri /
63.74.116.119 - - [06/Oct/1999:10:59:42 -0700]
[irc.incite.com/sid#80dfea4][rid#8155734/initial] (3) applying pattern
'^.' to uri '/
'
63.74.116.119 - - [06/Oct/1999:10:59:42 -0700]
[irc.incite.com/sid#80dfea4][rid#8155734/initial] (2) rewrite / ->
/example/URL2
63.74.116.119 - - [06/Oct/1999:10:59:42 -0700]
[irc.incite.com/sid#80dfea4][rid#8155734/initial] (2) forcing
'/example/URL2' to get
passed through to next API URI-to-filename handler

is all I got with the following config:

AddModule mod_rewrite.c
RewriteEngine on
RewriteLog /usr/local/apache/logs/rw.log
RewriteLogLevel 9
RewriteRule ^. /example/URL2 [PT]

-Ben Newman

The problem with the world is that everyone is a few drinks behind.
               
               -- Humphrey Bogart

On Tue, 5 Oct 1999, Affonso Loyola wrote:

> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> 
> Before the AddModule lines try to put these LoadModule lines.
> It is working for me!
> 
>               --Affonso
> 
> LoadModule jserv_module   libexec/mod_jserv.so
> LoadModule rewrite_module libexec/mod_rewrite.so
> 
> > 
> > -----------------------------
> > Please read the FAQ!
> > <http://java.apache.org/faq/>
> > -----------------------------
> > 
> > Read the FAQ, read the archive, still no luck in getting it running.
> > Configured apache with ./configure
> > --activate-module=src/modules/jserv/libjserv.a
> > --activate-module=src/modules/standard/mod_rewrite.c
> > 
> > I checked src/Configuration.apaci and src/modules.c to make sure rewrite
> > was compiled after jserv, I have AddModule mod_rewrite.c after AddModule
> > mod_jserv.c and still, when I hit the web site I still get an error that
> > the requested URL was not found.  I'm using apache 1.3.9 and jserv 1.0.
> > Any help i can get would be most apreciated.
> > 
> > -Ben Newman
> > 
> > The problem with the world is that everyone is a few drinks behind.
> > 
> >                -- Humphrey Bogart
> > 
> > --
> > --------------------------------------------------------------
> > 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]
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 



--
--------------------------------------------------------------
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