[users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Stephane Eybert
Hi, I run Linux Mint 11 Katya and installed the libapache2-mod-proxy-html library stephane-ThinkPad-T43 stephane # apt-cache show libapache2-mod-proxy-html Package: libapache2-mod-proxy-html Priority: optional Section: universe/web Installed-Size: 144 Maintainer: Ubuntu MOTU Developers

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Tom Evans
On Fri, Jan 20, 2012 at 10:47 AM, Stephane Eybert mittiprove...@yahoo.se wrote: Hi, I run Linux Mint 11 Katya and installed the libapache2-mod-proxy-html library stephane-ThinkPad-T43 stephane # apt-cache show libapache2-mod-proxy-html Package: libapache2-mod-proxy-html [... ] This

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Stephane Eybert
How can I install an apache module from source then ? I thought specifying the module as an option on the configure command was enough. -- View this message in context: http://old.nabble.com/Compile-Apache-2.2.21-with-proxy-html-tp33173580p33173708.html Sent from the Apache HTTP Server -

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Eric Covener
On Fri, Jan 20, 2012 at 6:16 AM, Stephane Eybert mittiprove...@yahoo.se wrote: How can I install an apache module from source then ? I thought specifying the module as an option on the configure command was enough. mod_proxy_html isn't part of the base 2.2.x distribution. If you want to

[users@httpd] webserver

2012-01-20 Thread Dr. Sunil M. Dogra
Hi I am running webserver on Scientific linux 6.1 (64bit) machine in private network http://myserver.edu.in; I am able to see this page on server but when open on other machines on my private network, it says can't connect to http://server.edu.in because it could not find server. I can ssh to

Re: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Stephane Eybert
I just tried that, but failed to compile mod_proxy_html and so I copied all the mod_proxy_so module files into my specifix prefix directory and added the LoadModule directives and can now start apache just fine. Thanks. LoadModule proxy_module modules/mod_proxy.so LoadModule

[users@httpd] script to reproduce gzip+chunked bug

2012-01-20 Thread Luke Meyer
I've been tracking down an elusive problem that affects POST requests made to httpd with the body gzipped and chunked, deflated with mod_deflate and passed on to a backend. I found that most of the time it worked; but occasionally (sending exactly the same thing multiple times) the contents

RE: [users@httpd] Compile Apache 2.2.21 with proxy-html

2012-01-20 Thread Luke Meyer
Description: Apache2 filter module for HTML links rewriting mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. It serves the same purpose as Apache's ProxyPassReverse directive does for HTTP headers, and is an

Re: [users@httpd] webserver

2012-01-20 Thread Frank Gingras
On 20/01/12 06:42 AM, Dr. Sunil M. Dogra wrote: Hi I am running webserver on Scientific linux 6.1 (64bit) machine in private network http://myserver.edu.in; I am able to see this page on server but when open on other machines on my private network, it says can't connect to

Re: [users@httpd] webserver

2012-01-20 Thread Steve Swift
On one of the systems which cannot connect, issue the command ping myserver.edu.in (or whatever the actual hostname is) and compare the result with the actual IP address of the server. If they are different (a 99% probability) then fix that. The other 1% probability might be interesting. On 21