Hi,

I could provide a more precise question:

I am doing a reverse proxying as follows:

       DocumentRoot /var/www/approxy/
       SetOutputFilter proxy-html
       #ProxyHTMLLogVerbose On
       ProxyHTMLExtended On
       ProxyPass /corny http://www.cornelinux.de/
       ProxyHTMLURLMap http://www.cornelinux.de /corny
       <Location /corny/>
               ProxyPassReverse /
               ProxyHTMLURLMap / /corny/
               ProxyHTMLURLMap /corny /corny
               RequestHeader    unset  Accept-Encoding
                # Hier läßt sich nun noch die Authentifzierung einbauen
       </Location>

Fine so far. But the nice background image that is contained in the
stylesheet is not shown - of course.

THe stylesheet itself is loaded. But i think within the stylesheet the
location of the image is relative to the location of the stylesheet.

Is it possible to rewrite/proxy such content of of a CSS?
Would I have to change the location of the image within the stylesheet?


Kind regards
Cornelius

Joshua Slive schrieb:
> On 9/20/07, Neelam Kumar Sharma <[EMAIL PROTECTED]> wrote:
>>
>> HI,
>> Can anyone provide combination of mod_rewrite and mod_proxy
> 
> mod_proxyrewrite
> 
> (Alright, so that's not very funny. Sue me.)
> 
> Please tell us exactly what you are trying to accomplish and exactly
> what problem you are facing. Your current question is way to vague to
> possibly try to answer.
> 
> Joshua.
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> --
> Diese Nachricht wurde auf Viren und andere gefährliche Inhalte untersucht
> und ist - aktuelle Virenscanner vorausgesetzt - sauber.
> For all your IT requirements visit: http://www.transtec.co.uk
> 
> 

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to