Re: [us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-19 Thread Igor Cicimov
Write your own 404 page? Is that good enough? On Fri, Nov 20, 2009 at 7:28 AM, Haroon Rafique wrote: > Hi there, > > I am running a reverse proxy (using mod_proxy) and I would like to > internally rewrite (using mod_rewrite) certain files and instead send their > pre-compressed .gz versions. I h

[us...@httpd] Memory / Process leak

2009-11-19 Thread Peter N Lewis
I am having a serious problem with my site running out of memory. apache is leaking memory/processes. I have half a dozen virtual hosts, but relatively light traffic, around 40,000 accesses per day (that includes all files on all hosts), so on the order of 1 access per second average. Current

[us...@httpd] [debug] proxy_util.c(1820): proxy: worker proxy:reverse already initialized

2009-11-19 Thread Peter de Groot
Another question. Why does this in the config  fill the log files with the  errors below. Googling does not seem to offer any apparent answers :-( #  --- weather website     RewriteRule   ^/weather$  /weather/  [R]     ProxyPass   /weather/   http://ms-weather.curric4185

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Peter de Groot
I enabled comment pass through, and it still broke. Would not pass through the comments .. Non valid HTML .. if that is correct ? More complete listing of the front of the source at the end Regardless .. So from what you are saying proxy_html does NOT  filter comments, even if I if they were

Re: [us...@httpd] Re: Dynamically block certain requests on trigger?

2009-11-19 Thread Nathaniel Kofalt
Norman Peelman wrote: Nathaniel Kofalt wrote: kofal...@umn.edu wrote: Hello! I am a relatively inexperienced Apache administrator, running a small public website. Traffic is extremely low, and in general the site runs fine. However, I have noticed huge, automated vulnerability scans from r

[us...@httpd] Rv: **Problem modules mod_proxy.so***

2009-11-19 Thread felip...@cantv.net
--- Mensaje Original -- De: felip...@cantv.net [felip...@cantv.net] Para: users@httpd.apache.org [us...@httpd.apache.org] Cc: Asunto: **Problem modules mod_proxy.so*** Fecha: 19/11/2009 15:47:32 Mensaje: Hi.I have problem with the module "mod

[us...@httpd] sending pre-compressed content through reverse proxy using mod_rewrite

2009-11-19 Thread Haroon Rafique
Hi there, I am running a reverse proxy (using mod_proxy) and I would like to internally rewrite (using mod_rewrite) certain files and instead send their pre-compressed .gz versions. I have minified and compressed versions of .js and .css files available with .gz extensions (using yuicompressor

[us...@httpd] authentication against active directory.

2009-11-19 Thread Ramesh
Hi, I have a web site which I would want to allow only users after authenticating them against our Active Directory. I wanted to place .htaccess file in the main web folder 1. Do I need to install "mod_authz_ldap" module ? And is there any other module which I would need to install ? 2. Also

[us...@httpd] [mod_filter] help configuring filter providers

2009-11-19 Thread Yclept Nemo
This seems applicable to any filtering module that requires configuration, though I am primarily interested in mod_sed, mod_substitute or mod_line_edit. Furthermore, I run into the same issue using the deprecated directives from core: [AddOutputFilterByType] and [SetOutputFilter]. Currently mod_fi

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread William A. Rowe Jr.
Peter Schober wrote: > * Hendrik Schmieder [2009-11-19 12:53]: >> Is mod_fcgid stable enough for production usage ? > > "Yes" agreed [1] [1] there is an issue handling large POST bodies in 2.3.4, you may wish to stay with 2.3.1 (not recommended though), or grab from subversion, or hold for 2.3.

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread William A. Rowe Jr.
Hendrik Schmieder wrote: > Hello, > > can somebody tell why mod_fcgid is not part of the apache distribution ? Mostly because it is evolving faster/out of sync with the httpd distribution, and applies to all of the 2.0, 2.2 and trunk distributions. Will it become part of the core once it is 'bak

Re: [us...@httpd] proxy and mod_rewrite

2009-11-19 Thread Nick Kew
On 19 Nov 2009, at 17:19, Jérémie G wrote: > Any idea will be highly appreciated. http://www.apachetutor.org/admin/reverseproxies -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See htt

[us...@httpd] proxy and mod_rewrite

2009-11-19 Thread Jérémie G
Hello everyone, I'm currently trying to allow access to several internal website on one main https external website (the proxy server is using httpd version "2.2.9-10+lenny6"). Bellow is my test vhost :     ServerName test.lan     ServerAdmin supp...@test.lan     SSLEngine On  

[us...@httpd] Question about Proxy Balancer

2009-11-19 Thread Chuck.Payne
Guys and list mates, I got a strange problem. We are using mod_ajp on two boxes. Each box has three JVM. We had try to set up a proxy balancer for the jvm's BalancerMember ajp://taprcomwap06:8009 smax=20 min=0 max=10 loadfactor=1 flushpackets=on route=node1 BalancerMember ajp://taprco

RE: [us...@httpd] Apache build

2009-11-19 Thread Jorge Medina
On the build machine a) Execute configure b) Execute make c) Execute make install then create your package (in my case a tar.gz file). On the runtime machine: Use LD_LIBRARY_PATH and provide the path to your *customized* httpd.conf. (option -f) You may want to rewrite apachectl to set the app

Re: [us...@httpd] Question about redirects using RewriteMatch

2009-11-19 Thread Tom Evans
On Thu, Nov 19, 2009 at 2:13 PM, Diego, Emil wrote: > There are some sections of the site that I wanted to setup aliases for so > when you browse to www.bus.miami.edu/businessmiami/, > www.bus.miami.edu/inthenews/ and www.bus.miami.edu/embapr/ you > automatically get redirected to the specified p

Re: [us...@httpd] Question about redirects using RewriteMatch

2009-11-19 Thread Philip Wigg
2009/11/19 Diego, Emil : > There are some sections of the site that I wanted to setup aliases for so > when you browse to www.bus.miami.edu/businessmiami/, > www.bus.miami.edu/inthenews/ and www.bus.miami.edu/embapr/ you automatically > get redirected to the specified page. > > RedirectMatch /busin

[us...@httpd] Question about redirects using RewriteMatch

2009-11-19 Thread Diego, Emil
There are some sections of the site that I wanted to setup aliases for so when you browse to www.bus.miami.edu/businessmiami/, www.bus.miami.edu/inthenews/ and www.bus.miami.edu/embapr/ you automatically get redirected to the specified page. RedirectMatch /businessmiami(/|$) "http://www.bus.mi

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Nick Kew
Nick Kew wrote:

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Nick Kew
Philip Wigg wrote: I've just tested mod_proxy_html and it seems to pass through the IE7 code you supplied fine with me. Indeed. It may be that the OP has a "comment" that is right outside the "html", and a scenario something like http://bahumbug.wordpress.com/2006/10/12/mod_proxy_html-revisit

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Nick Kew
Boyle Owen wrote: I think the reason no-one has replied is that no-one knows... Very likely true, though I'd add I don't think I've seen the post you're replying to. The internal web site uses a "CSS Hack" (??) to get around browser issues in IE. When I browse the internal site dir

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Peter Schober
* Hendrik Schmieder [2009-11-19 12:53]: > Is mod_fcgid stable enough for production usage ? "Yes" -peter - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Hendrik Schmieder
Eric Covener schrieb: On Thu, Nov 19, 2009 at 5:57 AM, Hendrik Schmieder wrote: Hello, can somebody tell why mod_fcgid is not part of the apache distribution ? mod_fcgid was maintained by a third party until relatively recently, and just recently being worked on inside of Apache as a sub-pro

Re: [us...@httpd] how to install gcc required for apache 2.2 on RHEL 4

2009-11-19 Thread John Doe
From: Brian Mearns > On Thu, Nov 19, 2009 at 5:34 AM, Philip Wigg wrote: > >> I am installing Apache web server 2.2.14 on RHEL 4. When I am running > >> configure command in the apache, it is throwing error “No c++ compiler > >> found”. > > > > This isn't an Apache question but anyway, you probabl

Re: [us...@httpd] how to install gcc required for apache 2.2 on RHEL 4

2009-11-19 Thread Brian Mearns
On Thu, Nov 19, 2009 at 5:34 AM, Philip Wigg wrote: >> I am installing Apache web server 2.2.14 on RHEL 4. When I am running >> configure command in the apache, it is throwing error “No c++ compiler >> found”. > > This isn't an Apache question but anyway, you probably just need to > type 'up2date

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Eric Covener
On Thu, Nov 19, 2009 at 5:57 AM, Hendrik Schmieder wrote: > Hello, > > can somebody tell why mod_fcgid is not part of the apache distribution ? mod_fcgid was maintained by a third party until relatively recently, and just recently being worked on inside of Apache as a sub-project of the HTTP Serv

Re: [us...@httpd] [SOLVED] Apache 2.2.14 and "Allow service to interact with desktop"

2009-11-19 Thread Daniel López Robles
Hello: We found the problem. We have a lot of virtual hosts, which are launching a lot of rotatelog.exe processes, which are consuming so much memory that the desktop heap is getting exhausted. About desktop heap: http://blogs.msdn.com/ntdebugging/archive/2007/01/04/desktop-heap-overview.aspx

[us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Hendrik Schmieder
Hello, can somebody tell why mod_fcgid is not part of the apache distribution ? tia Hendrik - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [us...@httpd] how to install gcc required for apache 2.2 on RHEL 4

2009-11-19 Thread Philip Wigg
> I am installing Apache web server 2.2.14 on RHEL 4. When I am running > configure command in the apache, it is throwing error “No c++ compiler > found”. This isn't an Apache question but anyway, you probably just need to type 'up2date gcc'. Unless there's a reason why you want to install Apache

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Philip Wigg
Hi, What version of mod_proxy_html are you using? You must have more code than you posted or are you using an old version of mod_proxy_html? In the distribution I have, there's a file called proxy_html.conf which contains all the following example configuration. Do you not have this in yours? Pr

[us...@httpd] how to install gcc required for apache 2.2 on RHEL 4

2009-11-19 Thread Vamshikrishna T
Hi, I am installing Apache web server 2.2.14 on RHEL 4. When I am running configure command in the apache, it is throwing error "No c++ compiler found". Can anyone help me on where we will get GCC and which version of it and How to install it? Thanks Regards, Vamshi

RE: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Boyle Owen
supplement to previous post: This looks something like your problem: http://apache.webthing.com/mod_proxy_html/faq.html#script Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. From: Peter de Groot [mailto:peter.de.

RE: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Boyle Owen
I think the reason no-one has replied is that no-one knows... You are using a 3rd party module that many people will be unfamiliar with (eg, me) so it's not too surprising no-one feels able to respond. I did look up the module's homepage and noticed that the author offers to try to help out reg

[us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Peter de Groot
Hi, Please help ... been grinding away for days :-). I am trying to reverse proxy to my internal web site from the outside. The internal web site has CSS and Java and everything. HOWEVER. The internal web site uses a "CSS Hack" (??)  to get around browser issues in IE. When I browse the

Re: [us...@httpd] Apache/2.2.8 authenticate LDAP AD SSL or TLS - ubuntu(debian)

2009-11-19 Thread André Warnier
Simon Walter wrote: ... My questions is: Does anyone know of a document that describes what I need to make Apache authenticate via LDAP over SSL or TLS connecting to a MS AD server? Greetings. There are so many variations of authentication and so many misunderstandings in that domain, th

[us...@httpd] Apache/2.2.8 authenticate LDAP AD SSL or TLS - ubuntu(debian)

2009-11-19 Thread Simon Walter
Hi all, This is my first message to the list. Greetings. First off I'll start by saying that I've scoured the search engines and searched this list and found only bits and pieces. I'm not going to report any problems right away. My questions is: Does anyone know of a document that describes