Sorry to labour this, as I appreciated this has been trampled over on number
of occassions.
Any way I can firmly say that on IRIX 6.2, with Apache 1.3.3, jserv1.02 (a
static build) no matter what the ordering of mod_rewrite and mod_jserv,
the former fails to work.
The rewrite Engine never gets turned on, I only assume, as even with
RewriteLogLevel 9
my rewrite.log file is void of any messages.
With my configuration of
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteLog "/usr/local/apache/var/log/rewrite.log"
RewriteLogLevel 9
RewriteCond ^/cvsweb !-f
RewriteRule ^/cvsweb /cgi-bin/cvsweb.cgi$1 [R,L]
</IfModule>
All I get is
The requested URL /cvsweb was not found on this server.
As this is attempting to reference under the DOCUMENT_ROOT.
So may be its not the trivial case of configuration. ?
Any takers on that.
Tarang
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]