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

2010-11-26 Thread alin vasile
Got it now, is pretty clear. - Original Message From: Igor Galić To: users@httpd.apache.org Sent: Fri, November 26, 2010 5:56:42 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm - "alin vasile" wrote: > This is what we followed in our

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

2010-11-26 Thread alin vasile
This is what we followed in our configuration: ServerLimit 40 ThreadsPerChild 15 MaxClients 600 = 40 * 15 - Original Message From: Igor Galić To: users@httpd.apache.org Sent: Fri, November 26, 2010 2:48:19 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm - "

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

2010-11-26 Thread alin vasile
> Worker MPM will *never* spawn more than StartServers children. Can you detail this? Because I was aware that the maximum limit was given by ServerLimit. - The official User-To-User support forum of the Apache HTTP

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

2010-11-25 Thread alin vasile
ovener To: users@httpd.apache.org Sent: Tue, November 2, 2010 8:05:58 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm On Tue, Nov 2, 2010 at 12:17 PM, alin vasile wrote: > After some debugging it proves that the configuration directive is correctly > recognized by httpd.

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

2010-11-02 Thread alin vasile
to the same behaviour, but this time 3 child processes are not being restarted. - Original Message From: Eric Covener To: users@httpd.apache.org Sent: Tue, November 2, 2010 8:05:58 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm On Tue, Nov 2, 2010 at 12:17 PM, a

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

2010-11-02 Thread alin vasile
d)); there are around 3- 4 thousands occurrences for each pid, below the max setting of 100,000. - Original Message From: alin vasile To: users@httpd.apache.org Sent: Tue, November 2, 2010 5:18:56 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm It is worker... ./h

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

2010-11-02 Thread alin vasile
PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm On Tue, Nov 2, 2010 at 1:10 PM, alin vasile wrote: > sorry, my bad here. we are using the worker mpm. > Your original message said you were using prefork. httpd -l to confirm

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

2010-11-02 Thread alin vasile
sorry, my bad here. we are using the worker mpm. - Original Message From: Eric Covener To: users@httpd.apache.org Sent: Tue, November 2, 2010 3:06:07 PM Subject: Re: [us...@httpd] MaxRequestsPerChild for worker mpm On Tue, Nov 2, 2010 at 8:57 AM, alin vasile wrote: > Hi, > >

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

2010-11-02 Thread alin vasile
Hi, We're noticing that the value provided for MaxRequestsPerChild is not picked up by httpd, but somehow the default value of 10,000 is used. We can see this because each request logs the pid and the request number that served it. httpd: 2.2.15 mpm: prefork Configuration: KeepAlive On Kee

Re: [us...@httpd] Apache 2.2.11 mod_proxy returns 503 (service unavailable) under load

2010-07-16 Thread alin vasile
Hi, Since in your apache logs you can see a timeout while connecting to the backend : "[Wed Jul 14 15:59:46 2010] [error] (110)Connection timed out: proxy: HTTP: attempt to connect to 1xx.7x.xxx.xxx:80 (web.mycompany.net) failed" it is normal that there not to have any logs at that time

Re: [us...@httpd] using ProxyPreserveReverseCookie

2010-07-05 Thread alin vasile
Try accessing the internet part with Firefox and an add-on that logs the http communication and check there if the cookies have the same domain as your internet address. From: Tapas Mishra To: users@httpd.apache.org Sent: Mon, July 5, 2010 2:10:01 PM Subject:

Re: [us...@httpd] using ProxyPreserveReverseCookie

2010-07-05 Thread alin vasile
try logging in both from the intranet and internet and check the http communication maybe the cookies are sent for the wrong domains. From: Tapas Mishra To: users@httpd.apache.org Sent: Mon, July 5, 2010 12:07:48 PM Subject: Re: [us...@httpd] using ProxyPreser

Re: [us...@httpd] using ProxyPreserveReverseCookie

2010-07-05 Thread alin vasile
What do you mean by "My virtual host configuration is as follows I want to use ProxyPassReverseCookieDomain 2 websites are not working while rest are working in this setup" What doesn't work? From: Tapas Mishra To: users@httpd.apache.org Sent: Mon, July 5

Re: [us...@httpd] RewriteRule for requests without additional slashes

2010-07-01 Thread alin vasile
thanks. I completely forgot about the greedy matching. now my qustion looks silly :) From: Eric Covener To: users@httpd.apache.org Sent: Thu, July 1, 2010 10:53:56 PM Subject: Re: [us...@httpd] RewriteRule for requests without additional slashes >    Does any

Re: [us...@httpd] RewriteRule for requests without additional slashes

2010-07-01 Thread alin vasile
sorry, I meant RewriteCond and not RewriteRule. From: alin vasile To: users@httpd.apache.org Sent: Thu, July 1, 2010 10:07:59 PM Subject: [us...@httpd] RewriteRule for requests without additional slashes Hi,      Does anyone know how can a RewriteRule must

[us...@httpd] RewriteRule for requests without additional slashes

2010-07-01 Thread alin vasile
Hi,      Does anyone know how can a RewriteRule must be written to match only requests urls that have no slashes except the initial one? For example to match /index.html, /login.do but not /path/login.jsp or /home/reports/daily.pdf. Thanks, Alin

Re: [us...@httpd] Help required for Configuring Apache Web Server For High Availibility

2010-06-25 Thread alin vasile
put your apache error log to debug and check what it says... From: Karthik Nanjangude To: "users@httpd.apache.org" Sent: Fri, June 25, 2010 1:38:38 PM Subject: RE: [us...@httpd] Help required for Configuring Apache Web Server For High Availibility Hi Ø

Re: [us...@httpd] endless loop as soon as second BalancerMember is added

2010-06-23 Thread alin vasile
try removing the directive ProxyPassReverse / balancer://mycluster/ From: "nos...@kaigrabfelder.de" To: users@httpd.apache.org Sent: Wed, June 23, 2010 6:11:46 PM Subject: [us...@httpd] endless loop as soon as second BalancerMember is added Hi there, we are

Re: [us...@httpd] Help required for Configuring Apache Web Server For High Availibility

2010-06-22 Thread alin vasile
Clearly those exceptions appear in jboss. Check if you have a stacktrace associated and try to determine exactly which peer is involved when they appear. From: HERALD To: users@httpd.apache.org Cc: aniruddha ; an...@avenues.info; anup...@avenues.info; nandkum

Re: [us...@httpd] Help required for Configuring Apache Web Server For High Availibility

2010-06-22 Thread alin vasile
This response suggest more that your jboss setup doesn't handle the load From: HERALD To: users@httpd.apache.org Cc: aniruddha ; an...@avenues.info; anup...@avenues.info; nandkumar.me...@avenues.info Sent: Tue, June 22, 2010 2:15:55 PM Subject: [us...@httpd] H

Re: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15

2010-05-12 Thread alin vasile
hanks. From: alin vasile [mailto:alinachegal...@yahoo.com] Sent: Sunday, May 09, 2010 3:45 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15 what modules do you use? From: Yossi Ben-Gigi

Re: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15

2010-05-09 Thread alin vasile
what modules do you use? From: Yossi Ben-Gigi To: users@httpd.apache.org Sent: Sun, May 9, 2010 3:15:16 PM Subject: [us...@httpd] Upgrade from version 2.0.61 to 2.2.15 Hi All, I am using Apache version 2.0.61 in my application and all is working well.

Re: [us...@httpd] redirecting to index.jsp using rewrite rules

2010-05-03 Thread alin vasile
DirectoryIndex index.jsp ? From: Charan To: users@httpd.apache.org Sent: Mon, May 3, 2010 9:46:51 PM Subject: [us...@httpd] redirecting to index.jsp using rewrite rules Hi, I'm using the below rule to redirect to index.jsp if user doesn't add index.jsp to th

[us...@httpd] Internal server error simulation using mod_rewrite

2010-04-26 Thread alin vasile
Hi, Can i use the follwoing rule to simulate an internal server error? RewriteRule .* - [R=500,L] Thanks, Alin

Re: [us...@httpd] Reverse Proxy https to http

2010-04-22 Thread alin vasile
Shouldn't be ProxyPassReverse / https://10.173.90.167:8443/ ? From: GB GB To: users@httpd.apache.org Sent: Thu, April 22, 2010 3:56:36 PM Subject: Re: [us...@httpd] Reverse Proxy https to http The version I am using is Server version: Apache/2.0.54 Server b

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread alin vasile
only if you don't have rewrite rules that force proxy ([P]) From: Petr Hracek To: users@httpd.apache.org Sent: Wed, April 21, 2010 4:41:43 PM Subject: Re: [us...@httpd] Running script from configuration file of Apache2 OK. Thanks but for the clarification on t

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-20 Thread alin vasile
I managed to do this with rewrite rules; if the requested host is not on intranet, I'll forbid the request: RewriteRule .* - [F] From: alin vasile To: users@httpd.apache.org Sent: Mon, April 19, 2010 11:36:23 PM Subject: Re: [us...@httpd] Reverse

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

2010-04-20 Thread alin vasile
what is the activex area in your html? From: Mauri To: users@httpd.apache.org Sent: Tue, April 20, 2010 1:12:15 PM Subject: Re: [us...@httpd] Re: Apache module that enables ActiveX Hi expert. I'm sorry for the reply but I'm working for some days with no solu

Re: [us...@httpd] Reverse proxy question

2010-04-20 Thread alin vasile
ized? From: alin vasile To: users@httpd.apache.org Sent: Sun, April 18, 2010 8:38:03 PM Subject: Re: [us...@httpd] Reverse proxy question The key here is that I want to rewrite some URL's using a remote proxy and I need to set the proxy properties in a common place (not repeating them

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
Actually it doesn't block all the requests, but the requests that should go through the transparent proxy aren't rewriten, they are tried to be resolved to local files. ____ From: alin vasile To: users@httpd.apache.org Sent: Mon, April 19, 2010 11:24:16

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
From: Eric Covener To: users@httpd.apache.org Sent: Mon, April 19, 2010 10:39:31 PM Subject: Re: [us...@httpd] Reverse proxy - block explicit proxy setup On Mon, Apr 19, 2010 at 2:47 PM, alin vasile wrote: > Hi all, >After I am setting up a reverse proxy using httpd, how can I disable the

[us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
Hi all, After I am setting up a reverse proxy using httpd, how can I disable the requests from the clients that have it configured as (forward) proxy? For example If i put my proxy IP & port in Proxomitron, even if I configured "ProxyRequests Off", I can see in it while testing : New Mes

Re: [us...@httpd] Reverse proxy question

2010-04-18 Thread alin vasile
ed in this case? ____ From: alin vasile To: users@httpd.apache.org Sent: Sat, April 17, 2010 5:44:43 PM Subject: [us...@httpd] Reverse proxy question Hi, I try to setup a reverse proxy with httpd 2.2.15: ProxyPass /112 http:/mywebserver/112 ProxyPassRe

[us...@httpd] Reverse proxy question

2010-04-17 Thread alin vasile
Hi,    I try to setup a reverse proxy with httpd 2.2.15: ProxyPass /112 http:/mywebserver/112 ProxyPassReverse /112 http:/mywebserver/112    and I want to rewrite some requests through it: RewriteCond %{REQUEST_URI} /112 RewriteRule /112/(.*) http://mywebserver/112/$1 [P,L]    Also I would lik

Re: [us...@httpd] virtualhost not picking up for non port 80

2010-04-12 Thread alin vasile
in httpd.conf it shouldn't be Listen 192.168.0.10:8886? From: Michael Ni To: users@httpd.apache.org Sent: Mon, April 12, 2010 5:39:42 PM Subject: Re: [us...@httpd] virtualhost not picking up for non port 80 yes i have Listen 8886 in the httpd.conf file i

Re: [us...@httpd] The requested URL ....was not found on this server - Scratch my head

2010-04-09 Thread alin vasile
The directory "/usr/brass/www/projects/ms-tools-charts/" exists on your server? What should be the index page there? From: "Wang, Mary Y" To: "users@httpd.apache.org" Sent: Fri, April 9, 2010 9:43:47 PM Subject: RE: [us...@httpd] The requested URL was not

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-04 Thread alin vasile
Roy To: users@httpd.apache.org Sent: Sun, April 4, 2010 12:29:52 PM Subject: Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error On Sat, Apr 3, 2010 at 8:35 PM, alin vasile wrote: yes, should be enough. > &g

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread alin vasile
)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error On Sat, Apr 3, 2010 at 8:10 PM, Ravi Roy wrote: > > >On Sat, Apr 3, 2010 at 5:02 PM, alin vasile wrote: > >Are you sure that you have the permisson to listen on port 80? >> > > > Us

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-03 Thread alin vasile
Are you sure that you have the permisson to listen on port 80? From: Ravi Roy To: users@httpd.apache.org Sent: Sat, April 3, 2010 7:08:17 AM Subject: Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to ad

Re: [us...@httpd] mod_logio threadsafe

2010-03-31 Thread alin vasile
how this playes with multithreading. From: Eric Covener To: users@httpd.apache.org Sent: Wed, March 31, 2010 4:11:14 PM Subject: Re: [us...@httpd] mod_logio threadsafe On Wed, Mar 31, 2010 at 9:10 AM, Eric Covener wrote: > On Wed, Mar 31, 2010 at 9:05 AM, al

[us...@httpd] mod_logio threadsafe

2010-03-31 Thread alin vasile
Hi, Does everyone know if mod_logio can be used with worker mpm? Thanks, Alin

Re: [us...@httpd] Re: high load apache mpm configuration

2010-03-30 Thread alin vasile
memory : 6Gb cpu: 8 cores @ 2.53GHz From: Nicholas Sherlock To: users@httpd.apache.org Sent: Tue, March 30, 2010 9:35:50 AM Subject: [us...@httpd] Re: high load apache mpm configuration On 30/03/2010 9:02 a.m., alin vasile wrote: > Hi All, > Did

[us...@httpd] high load apache mpm configuration

2010-03-29 Thread alin vasile
Hi All,    Did anyone configured an apache 2.2 for a high traffic server? I am interested in how many connections can handle an apache installation using worker or prefork (and wich one is more suitable) for a minimum response time, ignoring file i/o (this server will server reverse proxy reque

Re: [us...@httpd] Re: Apache proxy based on condition

2010-03-18 Thread alin vasile
, March 18, 2010, 1:31 AM On 15 Mar 2010, at 19:42, alin vasile wrote: > Hi All, > >    I am configuring a reverse proxy with Apache 2.2 and I need for certain >conditions to make a request to another proxy. Presumably this other proxy is a forward proxy?  If it's a reverse pro

[us...@httpd] Re: Apache proxy based on condition

2010-03-15 Thread alin vasile
Hi All,    I am configuring a reverse proxy with Apache 2.2 and I need for certain conditions to make a request to another proxy. These conditions are based on some request headers and I can use them directly or mod_setenvif to configure a variable based on them.    For example I would like the