Hallo,

@Frank: 
Mein document root ist "/" dh. httpd übernimmt einfach nur die Weiterleitung
zum tomcat. Der ist über mod_jk eingehängt: 
JkMount  /* worker1  

Bei einem Aufruf von /pnbw/postHv.html bleibt genau die URL im Browser
erhalten.
Im Access log steht nur die oben beschriebene URL als GET und im Error.log
sind keine Fehler zu finden. 

@Aleks 

das kommt bei Logging Stufe 5 heraus:

 (2) init rewrite engine with requested uri /pnbw/
 (3) applying pattern '^/pnbw/*$' to uri '/pnbw/'
 (2) rewrite /pnbw/ -> /nothing/nothing.htm
 (2) local path result: /nothing/nothing.htm
 (2) prefixed with document_root to /nothing/nothing.htm
 (1) go-ahead with /nothing/nothing.htm [OK]
 (2) init rewrite engine with requested uri /pnbw/postHv.html
 (3) applying pattern '^/pnbw/*$' to uri '/pnbw/postHv.html'
 (1) pass through /pnbw/postHv.html
 (2) init rewrite engine with requested uri /favicon.ico
 (3) applying pattern '^/pnbw/*$' to uri '/favicon.ico'
 (1) pass through /favicon.ico

Kann das Problem vielleicht irgendwas mit der SuSE Konfiguration von Apache
zu tun haben?


Gruß,
Peter

> --- Ursprüngliche Nachricht ---
> Von: Frank Thommen <[EMAIL PROTECTED]>
> An: users-de@httpd.apache.org
> Betreff: Re: Problem mit httpd2 + tomcat5.5.9 + mod_rewrite
> Datum: Mon, 14 Nov 2005 15:28:09 +0100
> 
> Sali Peter,
> 
> > [rid#8182058/initial] (2) init rewrite engine with requested uri
> > /pnbw/postHv.html
> > [rid#8182058/initial] (2) rewrite /pnbw/postHv.html -> /nothing.htm
> 

> [rid#8182058/initial] (2) local path result: /nothing.htm
> > [rid#8182058/initial] (2) prefixed with document_root to /nothing.htm
> > [rid#8182058/initial] (1) go-ahead with /nothing.htm [OK]
> 
> Ist kein DocumentRoot gesetzt?  Apache geht weiter mit dem File (nicht 
> der URL) '/nothing.htm'.  Ist das Absicht? (Oder hat das vielleicht mit 
> Tomcat/mod_jk zu tun: Da kenne ich mich nicht aus).
> 
> Was zeigt der Browser und was sagen error_log und access_log?
> 
> Gruesse
> 
>     frank
> 
> -- 
> Frank Thommen
> System Management & Support                         +41-44-63 27208
> Inst. of Computational Science ETH             [EMAIL PROTECTED]
> ETH Zentrum / CAB, CH-8092 Zuerich        www.inf.ethz.ch/~fthommen
> 
>       ()  ascii ribbon campaign: against html mail, vCards
>       /\                         and proprietary attachments
> 
> 
> --------------------------------------------------------------------------
>                 Apache HTTP Server Mailing List "users-de" 
>       unsubscribe-Anfragen an [EMAIL PROTECTED]
>            sonstige Anfragen an [EMAIL PROTECTED]
> --------------------------------------------------------------------------
> 

-- 
Highspeed-Freiheit. Bei GMX supergünstig, z.B. GMX DSL_Cityflat,
DSL-Flatrate für nur 4,99 Euro/Monat*  http://www.gmx.net/de/go/dsl

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an