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:
>mod_proxyrewrite
>
>(Alright, so that's not very funny. Sue me.)
Made me laugh!
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscr
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
HI,
Can anyone provide combination of mod_rewrite and mod_proxy
--Neelam Kumar Sharma
PSPL PUNE INDIA
DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the
property of Persistent Systems Pvt. Ltd. It is intended only for the use of the
individual or e
the bad URLs (http://external.address.com/html/...), although
correctly redirected, aren't updated in the browser address bar (I'd
like them to become http://external.address.com/newsite/html/...). Any
idea how I could correct that ?
I would guess that the browser is using the original URI for t
LECONTE Laurent ROSI/SICOR wrote:
Actually, writing my last mail gave me an idea : I scratched the ProxyPass
directive altogether, and added a 'dummy' Rewrite for the correctly-written
URLs. Therefore my conf now looks like this :
RewriteRule ^/newsite/(.*) http://internal.address.com/newsite/
s bar (I'd like them to become
http://external.address.com/newsite/html/...). Any idea how I could correct
that ?
Laurent Leconte
-Message d'origine-
De : Simon Irwin [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 9 novembre 2005 17:27
À : users@httpd.apache.org
Objet : Re: [EMAIL P
Laurent -
did you test whether mod_rewrite will work on any requests if you
remove the ProxyPass directives? it would be good to find out if the
rewrite engine is basically working for you.
if you can prove the rewrite engine works, perhaps you could avoid
using ProxyPass/ProxyPassReverse altoge
Hello all,
I've configured an Apache 2.0 instance to work as a reverse proxy,
listening on external.address.com and redirecting to
internal.address.com.
The relevant lines of the httpd.conf file are :
Listen external.address.com:80
ProxyPass / http://internal.address.com/
ProxyPassReverse / h