[us...@httpd] Apache 2.0 reverse proxy

2010-12-01 Thread daytan...@tiscali.it
I install Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7d DAV/2 on solaris platform. I want configure my apache how reverse proxy. I want to configure my reverse proxy as a https site. But to reach that site, https must go through an http proxy. I have configured On SSLProxyEngine

Re: [us...@httpd] CLOSE_WAIT management with apche2 and mod_python

2010-12-01 Thread William A. Rowe Jr.
On 11/25/2010 9:33 AM, Damiano Barboni wrote: Since the resources utilization is high, I would like to manage the CLOSE_WAIT status and I would like to force the server process to end. Ending the server process will have ENOEFFECT. The network socket stack in the OS entirely owns the

Re: [us...@httpd] Call for translation

2010-12-01 Thread William A. Rowe Jr.
On 11/26/2010 3:50 PM, Rich Bowen wrote: If you are able to translate into any language, please let us know. Either respond to this note, or, better yet, join the d...@httpd.apache.org mailing list (send a note to docs-subscr...@httpd.apache.org) and join the conversation there. You don't

[us...@httpd] Remove cookie from request

2010-12-01 Thread Ben Short
Hi, Is it possible to remove a cookie from an incoming request before the request is passed to a mod jk handler? Regards Ben Short - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Remove cookie from request

2010-12-01 Thread Igor Galić
- Ben Short b...@benshort.co.uk wrote: Hi, Is it possible to remove a cookie from an incoming request before the request is passed to a mod jk handler? RequestHeader unset Cookie Header unset Set-Cookie See also: http://httpd.apache.org/docs/current/mod/mod_headers.html#order

[us...@httpd] pass request body failed

2010-12-01 Thread Sternath, Elmar (NSN - DE/Munich)
Hi, We use Apache 2.2.16 as a reverse proxy on both UNIX and Windows environment (by use of mod_proxy). In both environments, we have trouble when uploading big files (size 10 MB, upload time from client to proxy approx. 40 sec.) to the proxied backend application in Internet. We already figured

Re: [us...@httpd] Apache 2.0 reverse proxy

2010-12-01 Thread Igor Galić
- daytan...@tiscali.it wrote: I install Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7d DAV/2 on solaris platform. I want configure my apache how reverse proxy. I want to configure my reverse proxy as a https site. But to reach that site, https must go through an http proxy.

Re: [us...@httpd] pass request body failed

2010-12-01 Thread Igor Galić
- Elmar Sternath (NSN - DE/Munich) elmar.stern...@nsn.com wrote: Hi, We use Apache 2.2.16 as a reverse proxy on both UNIX and Windows environment (by use of mod_proxy). In both environments, we have trouble when uploading big files (size 10 MB, upload time from client to proxy approx.

[us...@httpd] R: Re: [us...@httpd] Apache 2.0 reverse proxy

2010-12-01 Thread daytan...@tiscali.it
This is my ssl.conf IfDefine SSL Listen 0.0.0.0:443 AddType application/x-x509-ca-cert .crt AddType application/x-pkcs7-crl.crl SSLPassPhraseDialog builtin SSLSessionCache dbm: /var/run/apache2/ssl_scache SSLSessionCacheTimeout 300 SSLMutex file: /var/run/apache2/ssl_mutex

Re: [us...@httpd] Apache mod jk loadbalancer

2010-12-01 Thread Rainer Jung
On 30.11.2010 10:43, numen2 wrote: Hi I have some problems with apache load balancer I have one apache (LB) and two tomcats. Apache: Server version: Apache/2.0.64 Tomcat Apache Tomcat/5.5.26 Ajp13, tomcat-connectors-1.2.31-src Everything works fine on simple jsp file. When I deploy

Re: [us...@httpd] pass request body failed

2010-12-01 Thread Nick Kew
On 1 Dec 2010, at 12:11, Sternath, Elmar (NSN - DE/Munich) wrote: Hi, We use Apache 2.2.16 as a reverse proxy on both UNIX and Windows environment (by use of mod_proxy). In both environments, we have trouble when uploading big files (size 10 MB, upload time from client to proxy approx.

Re: [us...@httpd] Mod-jk worker not being called after calling handler

2010-12-01 Thread Rainer Jung
On 23.11.2010 18:58, Mohit Anchlia wrote: On Mon, Nov 22, 2010 at 4:16 PM, Mohit Anchliamohitanch...@gmail.com wrote: On Mon, Nov 22, 2010 at 9:54 AM, Mohit Anchliamohitanch...@gmail.com wrote: On Sat, Nov 20, 2010 at 3:05 AM, Eric Covenercove...@gmail.com wrote: On Sat, Nov 20, 2010 at

Re: [us...@httpd] MaxRequestsPerChild for worker mpm

2010-12-01 Thread Rainer Jung
On 26.11.2010 19:20, Jonas Eckerman wrote: On 2010-11-25 15:28, Igor Galić wrote: Worker MPM will *never* spawn more than StartServers children. According to the docs at http://httpd.apache.org/docs/current/mod/mpm_common.html#startservers it will. Quote: ---8--- The StartServers directive

Re: [us...@httpd] Apache HTTPD 2.2.6 + mod_ssl 2.2.6 -- odd error...

2010-12-01 Thread J.Lance Wilkinson
Sander Temme wrote: On Nov 30, 2010, at 8:37 PM, J.Lance Wilkinson wrote: But my httpd log files present an unexpected error each and every time a browser visits an SSL encrypted page (2 examples cited): So there is no discernible negative impact on the client? Correct. At the

Re: [us...@httpd] Facing xml/expat problems installing Apache 2.3.8 on Ubuntu 10.10

2010-12-01 Thread Rainer Jung
On 28.11.2010 13:11, Igor Galić wrote: - Sanchit Jainsanchitjainja...@gmail.com wrote: Hi! I'm facing a problem installing Apache 2.3.8 on Ubuntu. You are aware of the fact, that this is the current alpha release? I followed the instructions given on

Re: [us...@httpd] Connection Issues

2010-12-01 Thread Rainer Jung
On 29.11.2010 23:25, Travis Whitton wrote: Hi, We're experiencing some odd behavior regarding connections taking a long time to establish to our website. We've been running Apache in production for over three years now and have recently began experiencing issues where the server-status page,

Re: [us...@httpd] Apache HTTPD 2.2.6 + mod_ssl 2.2.6 -- odd error...

2010-12-01 Thread J.Lance Wilkinson
J.Lance Wilkinson wrote: Sander Temme wrote: On Nov 30, 2010, at 8:37 PM, J.Lance Wilkinson wrote: But my httpd log files present an unexpected error each and every time a browser visits an SSL encrypted page (2 examples cited): So there is no discernible negative impact on the client?

Re: [us...@httpd] Apache HTTPD 2.2.6 + mod_ssl 2.2.6 -- odd error...

2010-12-01 Thread Sander Temme
On Dec 1, 2010, at 7:30 AM, J.Lance Wilkinson wrote: In hindsight, the fact these messages were not prefixed by typical Apache error log tokens like like [timestamp] [severity] [client] should have been the tipoff here. That is true, log messages from the server (through

[us...@httpd] Use -finstrument-functions in module

2010-12-01 Thread Michael Powe
Hello, I would like to use the gcc option -finstrument-functions to add some profiling to my module. I can implement the functions and compile with the option successfully; however, I don't get any log output. Documentation is a bit slender. The instrumented functions are declared:

[us...@httpd] Meaning of apache errors

2010-12-01 Thread MK
I am still looking for the meaning of this error: (22)Invalid argument: setting of resource limits failed Anyone?? -- The angel of history[...]is turned toward the past. (Walter Benjamin) - The official User-To-User support

Re: [us...@httpd] Meaning of apache errors

2010-12-01 Thread Eric Covener
On Wed, Dec 1, 2010 at 1:15 PM, MK halfcountp...@intergate.com wrote: I am still looking for the meaning of this error: (22)Invalid argument: setting of resource limits failed Anyone?? using an Rlimit* from http://httpd.apache.org/docs/current/mod/core.html but you're trying to raise a limit

[us...@httpd] Want more info about logging works

2010-12-01 Thread mabra
Hello ! I am just using this to log: LogFormat \ %{%F %T}t\t%v\t%p\t%h\t%{User-Agent} ... \ vhost_combined2 CustomLog |/usr/bin/mono /test/eco.exe /var/log/apache2/extra_log 86400 \ vhost_combined2 May I use just a named pipe? What will happen, it the reader has a short

Re: [us...@httpd] Meaning of apache errors

2010-12-01 Thread MK
On Wed, 1 Dec 2010 13:30:46 -0500 Eric Covener cove...@gmail.com wrote: using an Rlimit* from http://httpd.apache.org/docs/current/mod/core.html but you're trying to raise a limit above the max? Yes, we have Rlimits set, and that is the first thing I thought of as well. However, I am not

Re: [us...@httpd] mod_cgi: multibyte characters in REQUEST_URI can't converted to correct PATH_INFO

2010-12-01 Thread J. Greenlees
LiuYan 刘研 wrote: Recently I setup Apache-2.2.17 on Windows Server 2003, and config viewvc in CGI mode, viewvc works fine except browsing repository entry which contains Chinese characters, it will return HTTP 404 when browsing these entryies, I asked in viewvc-users mailing list, they

[us...@httpd] Keepalive and Rewrite rules in Apache 2.2

2010-12-01 Thread Kiran saligrama
Hi We have been using Rewrite rules with Apache 2.0 to expose multiple back-end servers. We have had very good success and when we upgraded to Apache 2.2, the Rewrite connections do not honor keepalive directive anymore. The documentation does say that by default keepalive is not used and when we