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
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
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
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
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)
>
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://
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.
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