[users@httpd] lazy threads

2012-09-18 Thread Mike Pechkin
hi, OS: Solaris 10 SPARC, latest patches, compiled by Sun Studio 12 with latest patches. I see lazy (?) threads. mod_status info starts like this: Server Version: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8x Server Built: Jul 4 2012 16:27:36 Current Time: Wednesday, 19-Sep-2012 09:43:42 EE

[users@httpd] Apache Proxy configuration question

2012-09-18 Thread Jeremy T
Hi All, I had a question about Apache with SSL.Basically came across this issue when configuring a reverse proxy with Apache.Do you know if there is some limitation on the number of ProxyPass and ProxPassReverse entries that you can do when it comes to an SSL virtual host? Consider the followin

Re: [users@httpd] DirectoryIndex fails to serve file to proxy (php-fpm, proxy_fcgi_module)

2012-09-18 Thread PanaColina
Thank you for your indulgent response to my so ignorant request. I will move this to a relevant PHP list (although I tried more than a week ago on a PHP-FPM list, with no response). I did understand that *this is not an error in Apache HTTP Server*, but Apache has had workarounds for some issues

[users@httpd] mod_logio with mod_proxy_connect

2012-09-18 Thread Ewalt, Lucas
Hi all – I’m logging bytes sent/received using mod_logio for requests passing through a proxy. This works fine for non-secure, but I’m seeing incorrect data for SSL requests handled via mod_proxy_connect. e.g.: SSL: 172.16.0.1 1348006873 CONNECT path.com:443 HTTP/1.1 200 input: 265

[users@httpd] mod_proxy, ProxyPreserveHost, multiple host headers, mod_rewrite

2012-09-18 Thread Helmut Schneider
Hi, I want to use apache as proxy for multiple web sites. So far, so good: ProxyPass /app2 http://app2/ ProxyPassReverse /app2 http://app2/ ProxyPass / http://app1/ ProxyPassReverse / http://app1/ The problem is that "app1" needs "ProxyPreserveHost on" while app2 needs it "off". I found http://

[users@httpd] Apache 2.2 proxy worker not being created from within virtual host

2012-09-18 Thread Dan Nemec
We've tested in CentOS 5.4 (apache 2.2.3) and CentOS 6.3 (apache 2.2.15) We are not seeing proxy workers get created when a proxy statement is created inside a . The documentation http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#workers says that a ProxyPass statement or a block will create a

[users@httpd] creating a new module

2012-09-18 Thread lkoeste
I have been tasked with creating a completely new module for a bran new programming language called quorum. Quorum is designed based on the results of several empirical studies to be the most user friendly and easiest to use. To make things easier on the language developers they just had quorum co

Re: [users@httpd] DirectoryIndex fails to serve file to proxy (php-fpm, proxy_fcgi_module)

2012-09-18 Thread Mark Montague
On September 18, 2012 0:17 , PanaColina wrote: Thank you for your response. I had assumed that there was some mechanism either within Apache HTTP Server or within PHP-FPM for handling a URI request that corresponds to a directory. It just seemed like such a basic requirement, to me. Apache H

[users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-18 Thread Bhattacharya, Sudip
Hi, I am using an apache setup as a reverse proxy to a backend server. ... ServerName foolocal.com ProxyPass / http://fooremote.com/ ProxyPassReverse / http://fooremote.com/ ... The above setup is working fine for most pages, except a few servlets which are using 302 Redirects. There is