Author Login
Post Reply
On Sun, 20 Jul 2008 19:19:07 -0700
"Mohammad Kargar - Indicee" <MohammadK@(protected):
> Does anybody know what I'm missing here?
http://www.apachetutor.org/admin/reverseproxies
> ProxyPass /mytest/ http://www.backend.com/
>
> ProxyPassReverse /mytest/ http://www.backend.com/
That's only part of the story. If (as Joshua suggests)
you've got a javascript redirect, it can be seriously
challenging: you'll need mod_proxy_html's ProxyHTMLExtended
(for script embedded in HTML), or one of the sed-like
filters (mod_sed, mod_substitute, mod_line_edit) if
it's in a separate .js file.
--
Nick Kew
Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/
---------------------------------------------------------------------
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@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)