Re: [users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-22 Thread Giovanni Gherdovich
Hello, Igor wrote: > > By using the absolute path in the dynamically created client side links. Nick wrote: > > You'll need to set ProxyHTMLExtended On [...] Thank you Igor and Nick for your replies. GGhh

[users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-17 Thread Giovanni Gherdovich
Hello, I successfully configured mod_proxy_html to rewrite relative URLs like the one in this document: -- link -- If I serve the above document from a private network via reverse proxying with Apache on

[users@httpd] Re: mod_proxy_html produces pages that my firefox cannot read

2013-10-06 Thread Giovanni Gherdovich
Hi again, > > I am experiencing a misbehaviour of apache [...] My apologies. Nick's documentation explained that: http://www.apachetutor.org/admin/reverseproxies "Consider compressed HTML [...] Feeding that into an HTML parser is clearly broken! [...] we add a directive RequestHeader unset Acce

[users@httpd] mod_proxy_html produces pages that my firefox cannot read

2013-10-06 Thread Giovanni Gherdovich
Hello, I am experiencing a misbehaviour of apache which seems correlated with the action of mod_proxy_html. Or, most likely, my configuration is faulty. TL;DR: I have a backend server (backend), a reverse proxy (proxy) and a web browser like firefox or chromium (client). If in (proxy)'s apache2.c

Re: [users@httpd] can't make reverse proxy rewrite relative links

2013-09-29 Thread Giovanni Gherdovich
Hello Nick, thanks a lot for your reply. 2013/9/29 Nick Kew : > > On 29 Sep 2013, at 10:16, Giovanni Gherdovich wrote: > > > THE HOST CONFIG: > > Did you forget ProxyHTMLEnable? > > > # apache2 -v > > Server version: Apache/2.2.22 (Ubuntu) >

[users@httpd] can't make reverse proxy rewrite relative links

2013-09-29 Thread Giovanni Gherdovich
Hello. I am testing my understanding of reverse proxies with a toy example on my laptop, which I am failing at making it work. On my laptop (host) I run a virtual machine (guest). Both host and guest have apache 2.2 running. The host accesses guest's document root pointing the browser to http://

Re: [EMAIL PROTECTED] how to print the list of installed modules?

2008-03-16 Thread Giovanni Gherdovich
Dear Nilesh, > httpd -l (for static modules) > httpd -M (for shared/dynamic modules) Thankyou very much. GGhh - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.

[EMAIL PROTECTED] how to print the list of installed modules?

2008-03-16 Thread Giovanni Gherdovich
Hello, I would like to know if it is possible to print the list of the modules I've installed on my apache 2.0 webserver, or if it is possible to recover it from the configuration files. This should include static Apache modules and DSO modules. Best regards, Giovanni Gherd