RE: [EMAIL PROTECTED] Setting up single-site anonymizer?

2008-05-19 Thread Thibaut Colar
Your search engine is probably hardcoded or set to generate return links with http://www.mysite.com/search ...so you would have to adjust it to go to http://www.mysite.com/othersite/search >This might be because you need the proxypassreverse entry, something >like: >-- >ProxyPassReverse /

RE: [EMAIL PROTECTED] Setting up single-site anonymizer?

2008-05-19 Thread Thibaut Colar
This might be because you need the proxypassreverse entry, something like: -- ProxyPassReverse /othersite/ http://othersite/ --- - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

RE: [EMAIL PROTECTED] Setting up single-site anonymizer?

2008-05-19 Thread Thibaut Colar
You should be able to easily accomplish what you want like this: In your somesite.conf add: RewriteRule ^/othersite/(.*) http://othersite/$1 [P] This uses mod_rewrite, as a proxy (the [P] telles it to proxy the request) - T

[EMAIL PROTECTED] How can i find how long a module takes to execute

2008-05-19 Thread Thibaut Colar
I'm using apache2-2.0.54 on Debian. I have a website where for some unexplained reason web request **sometimes**, for a few users, take up to 30 seconds, whereas they should take <5. After some research, i found the delay was not on the application server(J2EE), so i figured it's probably on the