[us...@httpd] ServerLimit and MaxClients

2010-04-16 Thread Brent Clark
Hiya What is the consequences of an overly increased ServerLimit and MaxClients. And to add to this puzzle. What if the number of apache process reach that limit. Kind Regards Brent Clark - The official User-To-User support

[us...@httpd] Diagnosing TCP reset on multipart POST

2010-04-16 Thread Derek Chen-Becker
I have a really strange problem on my hands and I've been working on it all week without any meaningful progress. I'm running HTTP 2.2.14 (built from source, not packaged) on Solaris 10 and generally everything is working well. From time to time, though, I get a situation where particular clients a

[us...@httpd] info: generic access denied for 'xxx.xxx.xxx.xxx' in error log for ALL requests

2010-04-16 Thread Jeremy
This is a new Mandrieva 2010 install and this has not worked at all. When I started httpd I was getting errors with the virtual host stuff, but then I copied the old httpd.conf file from the older server config (older version 2.0) and now httpd is not complaining anymore, (I upgraded a Mandriev

[us...@httpd] loadbalancer not working as expected

2010-04-16 Thread Joaquin Martinez
Hello all. Please, bear with me. I have made a configuration on workers.properties file to balance dynamic servlet content through three application servers, using Tomcat as our web server. As per the configuration, I am not seeing the load being balance across all three app servers, but rather the

Re: [us...@httpd] proxypass only https

2010-04-16 Thread Michael Ni
thank you On Fri, Apr 16, 2010 at 7:58 AM, Eric Covener wrote: > On Fri, Apr 16, 2010 at 10:56 AM, Michael Ni wrote: > > anyone know how can i do a > > > > ProxyPass /foo/http://foo.bar.com > > > > but only where protocol is http and not https? > > > > > > so > > http://www.apache.

Re: [us...@httpd] proxypass only https

2010-04-16 Thread Eric Covener
On Fri, Apr 16, 2010 at 10:56 AM, Michael Ni wrote: > anyone know how can i do a > > ProxyPass     /foo/    http://foo.bar.com > > but only where protocol is http and not https? > > > so > http://www.apache.org/foo/ would proxy to  http://foo.bar.com > > but https://www.apache.org/foo/

[us...@httpd] proxypass only https

2010-04-16 Thread Michael Ni
anyone know how can i do a ProxyPass /foo/http://foo.bar.com but only where protocol is http and not https? so http://www.apache.org/foo/ would proxy to http://foo.bar.com but https://www.apache.org/foo/ would be denied i looked at ProxyPassMatch, but it didn't seem right

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Eric Covener
On Fri, Apr 16, 2010 at 8:39 AM, Mauri wrote: > For Eric: i'm trying to find  "towards activex" That's not really any clearer. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Serv

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
the SERVERB is under my control in my VLAN. good question "signed activex control"...but in my case the problem exist in the HTTPS connection, and HTTP, also. Scenario 1 client --> SERVERA mod_proxy (ex.192.168.0.10) over HTTPS --> SERVERB web server with activex (ex. 192.168.0.11) over HTTP Scen

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Tom Evans
On Fri, Apr 16, 2010 at 12:28 PM, Mauri wrote: > I'm checking about security context. > The html request is the same. > I have set LogLevel to debug. In attach the log during the activex request. > There aren't errors. > > I use I.E. 7 as browser, only. > > If I connect to SERVERB the browser get

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Eric Covener
On Fri, Apr 16, 2010 at 7:28 AM, Mauri wrote: > I'm checking about security context. > The html request is the same. > I have set LogLevel to debug. In attach the log during the activex request. > There aren't errors. On this list, you'll have to describe in concrete terms what it means to "enabl

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Tom Evans
On Fri, Apr 16, 2010 at 11:43 AM, Mauri wrote: > in this moment I don't use any others modules. I use mod_proxy and mod_ssl, > only. > Then you mean that the apache mod_proxy don't blocks any activex request? > I don't have any problems in this request: > client --> SERVERA mod_proxy (ex.192.168.0

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
in this moment I don't use any others modules. I use mod_proxy and mod_ssl, only. Then you mean that the apache mod_proxy don't blocks any activex request? I don't have any problems in this request: client --> SERVERA mod_proxy (ex.192.168.0.10) over HTTPS --> SERVERB web server with activex (ex. 1

Re: [us...@httpd] RewriteRule with [P] Flag

2010-04-16 Thread Axel Christiansen
Am 16.04.2010 12:12, schrieb Krist van Besien: > On Wed, Apr 14, 2010 at 11:10 AM, wrote: > >> A request to https://inthewild.org gets forwarded all right to >> http://localhost:9090/index.jsp. The server on localhost:9090 >> itself does a http 302 (redirect) to >> http://localhost:9090/setup/lo

Re: [us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Tom Evans
On Fri, Apr 16, 2010 at 11:13 AM, Mauri wrote: > I'm sorry but someone mayebe help me? > > There are apache module that enables ActiveX? > > Thanks for any suggest. > > Cheers, > Mauri > > > > 2010/4/15 Mauri >> >> Hi, >> I have a proxy with SSL that forward any request to a backend platform. >>

[us...@httpd] Re: Apache module that enables ActiveX

2010-04-16 Thread Mauri
I'm sorry but someone mayebe help me? There are apache module that enables ActiveX? Thanks for any suggest. Cheers, Mauri 2010/4/15 Mauri > Hi, > I have a proxy with SSL that forward any request to a backend platform. > In this moment I have a problem if I'm trying to execute an activex on

Re: [us...@httpd] RewriteRule with [P] Flag

2010-04-16 Thread Krist van Besien
On Wed, Apr 14, 2010 at 11:10 AM, wrote: > A request to https://inthewild.org gets forwarded all right to > http://localhost:9090/index.jsp. The server on localhost:9090 > itself does a http 302 (redirect) to > http://localhost:9090/setup/login.jsp and returns that to > the browser. > > The brow