[us...@httpd] Apache with MPI?

2010-10-14 Thread Daniel Theisen
Hello, I was wondering if there is any implementation of the Apache Webserver that utilizes MPICH or OpenMPI. Does anyone have any experience using a MPI implementation? I'm interested in the performance difference between a webserver that is distributed across multiple servers using MPI and a

[us...@httpd] Case in-sensitivity for location directive

2010-10-14 Thread Oswald Caelan
Hello all, I am working with a solution that requires the usage of mod_proxy_balancer and an application server that both ignores case and mixes different case combinations in URLs found in generated content. The configuration works, however I have now a new requirement that causes problems. I sh

[us...@httpd] Perl script are not running on Apache 2.2.15 / mod_fcgid Win32

2010-10-14 Thread Roey Almog (Infoneto Ltd)
Hi, I have installed apache 2.2.15 with mod_fcgid on Windows XP SP3 and tried the perl example script in the mod_fcgid reference page but it is not working I get this in error log [Thu Jul 29 11:26:07 2010] [warn] [client 127.0.0.1] (OS 109)The pipe has been ended. : mod_fcgid: get overlap resu

[us...@httpd] apache 2.2 mod_status - Total Accesses is successfully served throughput?

2010-10-14 Thread Aaron Sonntag
I have Apache 2.2.14 with mod_status running as a proxy for an application server. Ultimately I would like to measure the actual number of requests successfully served by Apache (successful meaning an entry in the access log is written, be it 404, 200, 500, etc). One way to do this is to count th

[us...@httpd] POST error with 2.2.16 on openSUSE 11.3

2010-10-14 Thread John Andrea
I've compiled a plain Apache 2.2.16 without PHP or other external modules on openSUSE 11.3 with gcc 4.5.0. Every HTTP POST produces an empty response with the following lines in the error log: [crit] file http_filters.c, line 523, assertion "totalread >= 0" failed [notice] child pid 27403 exit

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
Hi Eric, How to check content type? I am trying to replace srmhost by srmdevarp. in below error message .Then how should be my entry? I am really confused here. > >Error application is coming up.> > 20101013> > BASIS> > 153756> > srmhost> > > >http://srmhost.klm.com:8000/sap/bc/webdynpro/sapsrm

Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Eric Covener
On Thu, Oct 14, 2010 at 12:15 PM, Tushar Chavan wrote: > Hi Eric, > Content type is html but I am not sure of it. > From portal below url is called. > http://srmhost.klm.com:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/ > Substitute entry is as below ( It was typo in earlier mail ) > Substitute "s|h

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
Hi Eric, Content type is html but I am not sure of it. >From portal below url is called. http://srmhost.klm.com:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/ Substitute entry is as below ( It was typo in earlier mail )Substitute "s|http://srmhost.klm.com:8000|http://srmdevarp|infq" Best Regards,Tus

Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Eric Covener
On Thu, Oct 14, 2010 at 12:01 PM, Tushar Chavan wrote: > Hi Eric, > Below are the entries in httpd.conf  file > AddOutputFilterByType SUBSTITUTE text/html/gzip > Substitute "s|http://srmdev.klm.com:8000|http://srmdevarp|infq" > Was your content-type really "text/html/gzip" ? What URL were you re

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
Hi Eric, Below are the entries in httpd.conf file AddOutputFilterByType SUBSTITUTE text/html/gzip Substitute "s|http://srmdev.klm.com:8000|http://srmdevarp|infq" Best Regards,Tushar > Date: Thu, 14 Oct 2010 11:30:03 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [us.

[us...@httpd] Reserving a thread for request against mod_jk in apache server.

2010-10-14 Thread Oscar Celada
I have installed apache httpd 2.2.10 with mod_jk 1.2.28 and tomcat 6.0.29 (a cluster with six nodes). Some times apache has all his threads busy (512), in theses moments I want to change same parameter in the jk module (I know which is the tomcat of my cluster that cause this problem and I want

Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Eric Covener
On Thu, Oct 14, 2010 at 11:16 AM, Tushar Chavan wrote: > HI Eric, > > I tried the mod_substitute but it not working ? > Maybe it was configured incorrectly. What did you try? -- Eric Covener cove...@gmail.com - The official U

RE: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with Any Apache Module

2010-10-14 Thread Tushar Chavan
HI Eric, I tried the mod_substitute but it not working ? Best Regards, Tushar > Date: Wed, 13 Oct 2010 08:50:53 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Can we replace text 'srmhost' by 'srmdevarp' with > Any Apache Module > > On Wed, Oct 1

RE: [us...@httpd] "proxy_balancer" | stickysession

2010-10-14 Thread King Holger (CI/AFP2)
Unfortunately, after having activated the: - Tomcat-AccessLog - custom-LogFormat using Cookie-OutPut in Apache2 2.2.16 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" \"%{Cookie}i\" \"%{JSESSIONID}C\" \"%{Set-Cookie}o\"" - "stickysession=JSESSIONID|jsessionid" and "scolo

Re: [us...@httpd] Read-only DocumentRoot

2010-10-14 Thread Joost de Heer
On Thu, October 14, 2010 10:09, PENIN Guillaume (SNCF Voyages/Direction des Operations SI) wrote: > Hi, > > Many of our application teams ask us to mount the Apache DocumentRoot > FileSystem in Read-only mode for security reasons. In your opinion, does > this have any kind of interest ? Mounting r

Re: [us...@httpd] Read-only DocumentRoot

2010-10-14 Thread Igor Galić
- "PENIN Guillaume (SNCF Voyages/Direction des Operations SI)" wrote: > Hi, > > Many of our application teams ask us to mount the Apache DocumentRoot > FileSystem in Read-only mode for security reasons. In your opinion, > does > this have any kind of interest ? Mounting the FS read-only m

[us...@httpd] Read-only DocumentRoot

2010-10-14 Thread PENIN Guillaume (SNCF Voyages/Direction des Operations SI)
Hi, Many of our application teams ask us to mount the Apache DocumentRoot FileSystem in Read-only mode for security reasons. In your opinion, does this have any kind of interest ? Regards, Guillaume PENIN --- Ce message et toutes les pièces jointes sont établis à l'intention exclusive de se

RE: [us...@httpd] The apache duplicate the request

2010-10-14 Thread Oscar Celada
Hello: I've changed the value of recovery_options (JK's parameter) to 3 and for the moment the problem doesn't occur. Thank you so much, Rainer. -Mensaje original- De: Rainer Jung [mailto:rainer.j...@kippdata.de] Enviado el: viernes, 08 de octubre de 2010 15:38 Para: users@httpd.apache