search for: proxyhtmlurlmap

Displaying 3 results from an estimated 3 matches for "proxyhtmlurlmap".

2008 Jun 30
1
where is ProxyHTMLURLMap for C5 ?
Hello, I'm setting up a reverse proxy in Apache (httpd-2.2.3-11.el5_1.centos.3) I have some pages being served which contain hard-coded names of machines behind the proxy, which obviously do not resolve on the client side. I found an Apache config item called ProxyHTMLURLMap* which supposedly will allow me to re-write these hostnames, but can't seem to find the apache module to install Starting httpd: 'ProxyHTMLURLMap', perhaps misspelled or defined by a module not included in the server configuration Anyone know what the name of that rpm/module...
2006 Jul 09
3
Mongrel and proxying with Apache 2 mod_proxy
...so that it didn''t look at the HTTP_X_FORWARDED_HOST at all. The apache configuration for coolapps.com includes the following proxy directives ProxyPass /nice/ http://super.secret.com:3000/ <Location /nice/> ProxyPassReverse / SetOutputFilter proxy-html ProxyHTMLURLMap / /nice/ ProxyHTMLURLMap /nice /nice </Location> Now I''m happily proxying with apache 2.0. Looking forward to trying my luck with Apache 2.2 with mod_proxy_balanced. I suspect there''s a similar issue there with redirects. The hack I'...
2006 Jul 13
3
mongrel, apache, mod_proxy, etc...
after days and days of fighting back and forth with an apache/fastcgi environment, i found mongrel and was up and running smoothly in about 10 minutes. i''m having a hard time with something though. if i set up ProxyPass and ProxyPassRevers to the root of the site, everything works fine. however once i try to just use separate directories for all of my apps, none of the attachments