RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread S. Saberi
actually I just put the directive into the httpd.conf file and i see that the log file is being created upon restart of apache. But when I invokde the rewrite nothing gets logged into it. Any guidance is greatly appreciated. From: ssab...@hotmail.com To: users@httpd.apache.org Subje

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread S. Saberi
Please excuse my ignorance I went though that link but I still don't understand how it needs to be defined. Do I have to put it in httpd.conf? Could you please give me an example? > Date: Tue, 6 Jul 2010 15:52:15 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [u

Re: [us...@httpd] mod_proxy: ProxyPass max parameter has no effect

2010-07-06 Thread Igor Cicimov
Shouldnt it be smax instead max? Sent from my phone On Jul 7, 2010 6:54 AM, "Alessandro Vernet" wrote: Eric, On Tue, Jul 6, 2010 at 12:15 PM, Eric Covener wrote: > What MPM? This isn't co... I am using prefork MPM. Are you saying that since each request is handled by one process, the max para

Re: [us...@httpd] FastCgiExternalServer, PHP

2010-07-06 Thread Richard Hector
On Tue, 2010-07-06 at 09:45 +0200, Julien Cigar wrote: > I answered something like this on the fbsd mailing list a year ago: > http://lists.freebsd.org/pipermail/freebsd-questions/2009-July/202133.html > > hope it helps .. Interesting - I thought that the first (path/filename) argument to FastC

Re: [us...@httpd] mod_proxy: ProxyPass max parameter has no effect

2010-07-06 Thread Alessandro Vernet
Eric, On Tue, Jul 6, 2010 at 12:15 PM, Eric Covener wrote: > What MPM? This isn't coordinated cross-process. I am using prefork MPM. Are you saying that since each request is handled by one process, the max parameter doesn't work with prefork MPM? Then how should I go about doing this (i.e. set

Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread Eric Covener
On Tue, Jul 6, 2010 at 3:41 PM, S. Saberi wrote: > I added the the RewriteLog entry but no matter which location i specify I > get the following error: > > "C:/Program Files/Apache Software Foundation/Apache2.2/scripts/.htaccess: > RewriteLog not allowed here" > > What am I missing here? > Rewrite

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread S. Saberi
I added the the RewriteLog entry but no matter which location i specify I get the following error: "C:/Program Files/Apache Software Foundation/Apache2.2/scripts/.htaccess: RewriteLog not allowed here" What am I missing here? > Date: Sat, 3 Jul 2010 13:23:22 -0400 > From: cove...@

[us...@httpd] vlist_validator problem in ETags header

2010-07-06 Thread jdwyatt
Hi everyone, I'm running the Apache 2.2.14 .deb on Debian Lenny. Specifically: Package: apache2.2-bin Status: install ok installed Maintainer: Debian Apache Maintainers Source: apache2 Version: 2.2.14-5 We have two identical servers behind an LVS balancer. Configurations are identical, binar

[us...@httpd] Conditional request handling

2010-07-06 Thread Maxime Bellerose
Hello all, We are using Apache as the front end web servers for multiple JBoss application servers. These servers are receiving and replying SOAP messages ( XML ) to our front end application written in Flex ( Adobe ) that is served directly through Apache. Now that we are receiving more and more

Re: [us...@httpd] mod_proxy: ProxyPass max parameter has no effect

2010-07-06 Thread Eric Covener
On Tue, Jul 6, 2010 at 3:10 PM, Alessandro Vernet wrote: > I am using the following Apache config to forward requests to a Tomcat server: > >    ProxyPass /myapp ajp://localhost:8009/myapp max=2 > > This is a simplified config, but is enough to reproduce the issue, > which is that the max paramete

[us...@httpd] mod_proxy: ProxyPass max parameter has no effect

2010-07-06 Thread Alessandro Vernet
I am using the following Apache config to forward requests to a Tomcat server: ProxyPass /myapp ajp://localhost:8009/myapp max=2 This is a simplified config, but is enough to reproduce the issue, which is that the max parameter has no effect. If I through 10 concurrent requests to Apache, all

Re: [us...@httpd] How to setup in Apache/mod_proxy an upper bound on the number of concurrent forwarded requests?

2010-07-06 Thread Alessandro Vernet
Igor, Thank you for the response. (Sometimes one need to be told RTFM!) So I gather you would use the max=n parameter on each BalancerMember in your cluster. Now, what happens when each member in the cluster has reached their max and a new connection comes in? Or what happens if a request that ha

[us...@httpd] Apache Proxy Balancer lbset value

2010-07-06 Thread FUNASAKI KENJI
Hi, I have a question about Apache Proxy Balancer. Is it possible to set lbset value into user's cookie ? I saw following page, http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html and confirmed that I can set following parameters into cookie. - Exported Environment Variables * BALA

[us...@httpd] expanding info shows by mod_status

2010-07-06 Thread Bennett Haselton
I'm using mod_status with ExtendedStatus On to see real-time request info, but I want to expand the output in two ways: 1) I want to see the HTTP Host: header that was sent with the request, and 2) I want to see all bytes of the first line of the request, not just the first 63 characters, which

[us...@httpd] how to see/log the amount of CPU time a request takes

2010-07-06 Thread Bennett Haselton
I am trying to identify which requests coming in to my web server are taking up the most CPU time. http://httpd.apache.org/docs/2.0/mod/mod_log_config.html says that one of the things you can log in a log file is "The time taken to serve the request, in seconds", however, this counts wall cloc

[us...@httpd] mod_proxy_html: strange mangled output

2010-07-06 Thread Andrew Schulman
Hi. mod_proxy_html 3.1.2 with Apache 2.2.3. mod_proxy_html seems to be mangling the output in some of my HTML links. My configuration is: ProxyHTMLLinks a href ProxyHTMLLinks areahref ProxyHTMLLinks basehref ProxyHTMLLinks blockquote cite ProxyHTML

Re: [us...@httpd] FastCgiExternalServer, PHP

2010-07-06 Thread Julien Cigar
On 07/06/2010 08:28, Richard Hector wrote: Hi all, I'm getting really confused - the docs on FastCGI seem a little skimpy, and other resources are how various people may have made it work, and I haven't managed to get a configuration that works yet. My objective is to run a particular PHP site