Hi all . is this just a re-write > mod_proxy error ? We have the following rules in our Apache Reverse Proxy : RewriteRule ^/sap/(.*) https://<itshost>:8443/sap/$1 [P,NC,L] RewriteRule ^/scripts/(.*) https://<itshost>:8443/scripts/$1 [P,NC,L] ProxyPass /scripts https://<itshost>:8443/scripts ProxyPass /sap https://<itshost>:8443/sap ProxyPassReverse /sap https://<itshost>:8443/sap ProxyPassReverse /scripts https://<itshost>:8443/scripts One page proxied from the backend creates the folowing long URL which causes mod_proxy to error out (an example) : /scripts/wgate/zpzxx/~flNlc3Npb249VFM0OlNBUE5UVDAxOjAwMDEuMDAwMS5lMDgyMTU3NS5hM2RhJn5odHRwX2NvbnRlbnRfY2hhcnNldD1pc28tODg1OS0xJn5TdGF0ZT0yODY5Mi4wMDEuMDIuMDI= (with some POST data) mod_rewrite.log shows the URL being generated correctly but mod_proxy doesn't like it . What is needed in the rewrite rules to make mod_proxy happy ? Regards Daniel --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx