Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Green Wang
you can use mod_proxy On 11/01/2010 03:54 PM, Tushar Chavan wrote: Hi Experts, We have definded rewrite rule as below RewriteEngine on RewriteRule ^/(sap\(.*) http://srmhost.kjo.com.sa:8000/$1 So now whenever url https://apache_host.domain/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_re

Re: [us...@httpd] Limiting Request Body suggestion

2010-10-29 Thread Green Wang
maybe you can use a script like php or what and set the ErrorDocument to this script then use header() function to set the response status code On 10/28/2010 10:24 PM, Tom Evans wrote: You want it to fail and return 200? Seems counter-intuitive... -