Re: [EMAIL PROTECTED] Query on Apache timers

2008-09-08 Thread charles reid
You want the Timeout directive (documentation covers it here: http://httpd.apache.org/docs/2.0/mod/core.html). It may already be in your httpd.conf file, the default value is 300 (seconds). Charles On Mon, Sep 8, 2008 at 12:30 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > Just wante

Re: [EMAIL PROTECTED] Query on KeepAlive and KeepAliveTimeOut

2008-09-07 Thread Suresh Babu
Hai There is no effect. The KeepAlive directive allows multiple requests to be sent over the same TCP connection. This is particularly useful while serving HTML pages with lot of images. If KeepAlive is set to Off, then for each images, a separate TCP connection has to be made. Overhead due to es

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-05 Thread Arnab Ganguly
Hi All, Thanks for all help.One basic question, how can I figure out my TimeOut value has expired?In the error logs do we see any entry for this or can you tell me the steps to simulate? Regards Arnab On Thu, Sep 4, 2008 at 11:02 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Thu, Sep 4, 2008 a

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Eric Covener
On Thu, Sep 4, 2008 at 12:23 PM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > Thanks for your time and paitence. > I am not worried about the TimeOut value as I am not using mod_cgid.so. TimeOut isn't mod_cgid specific. > What I understand from your explanation is even if the Client times

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Arnab Ganguly
Hi All, Thanks for your time and paitence. I am not worried about the TimeOut value as I am not using mod_cgid.so.What I understand from your explanation is even if the Client times out before the response comes in time,Apache can send the response back to the client.Also this is the time which it

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Eric Covener
On Thu, Sep 4, 2008 at 10:37 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Sorry to say that it is not clear to me. > Suppose a client sends a request and within specific amount of time if no > response comes (here say less than 25 sec) it should timeout and it can > retry. It depends on what Apa

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Arnab Ganguly
Sorry to say that it is not clear to me. Suppose a client sends a request and within specific amount of time if no response comes (here say less than 25 sec) it should timeout and it can retry. But my observation is that for the particular request even after 25 sec ,server responds back with 200 OK

Re: [EMAIL PROTECTED] Query on access log for entry of %T

2008-09-04 Thread Eric Covener
On Thu, Sep 4, 2008 at 9:50 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > I print the %T value in the access log.As per the apache docs %T implies > the "The time taken to serve the request, in seconds". > My question is my Client and Server timeout is kept for 25 seconds.I am not > usi

Re: [EMAIL PROTECTED] Query on Maxmemfree

2008-03-24 Thread Arnab Ganguly
> And also when > the process dies how do I make sure it releases the resource it had > acquired. >>This will happen automatically for most resources. Is there some >>particular problem you are having? Thanks for the update.My observation even after using MaxRequestPerChild param setting to no

Re: [EMAIL PROTECTED] Query on Maxmemfree

2008-03-20 Thread Joshua Slive
On Wed, Mar 19, 2008 at 5:11 PM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > How do I restrain Apache process to grow to a certain limit? There is no function internal to apache to do that. You can probably use ulimit in the script that starts apache. Of course, the processes will die ver

RE: [EMAIL PROTECTED] Query regarding the httpd.conf

2007-09-11 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, September 10, 2007 12:43 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Query regarding the httpd.conf > > Hi, > > I am trying to make 2 ports listen in same httpd.conf file. > > port

Re: [EMAIL PROTECTED] Query on MaxRequestperChild

2007-05-07 Thread Joshua Slive
On 5/7/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi All, I have made the MaxRequestsPerChild set to zero but I still see the child process to getting killed by either SIGBUS (10) or SIGSEV(11) and apache launches a new daemon.This happens approximately if it gets hit by 1 request with 800

Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-05-01 Thread Joshua Slive
On 4/29/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi , Thanks for the reply, I forgot to mention I am using MPM model Worker and I guess MinSpareServers/MaxSpareServer is used for prefork.Is there any way I can stop the dynamic creation of new process.Also how can I simulate with lesser number

Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-04-28 Thread Arnab Ganguly
Hi , Thanks for the reply, I forgot to mention I am using MPM model Worker and I guess MinSpareServers/MaxSpareServer is used for prefork.Is there any way I can stop the dynamic creation of new process.Also how can I simulate with lesser number of requests? Regards -A On 4/28/07, Joshua Slive

Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-04-28 Thread Joshua Slive
On 4/28/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi All, I have some queries on the StartServers param.As it says "The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usua

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread tyju tiui
works brilliantly for now. Thanks again, Ty - Original Message From: Joshua Slive <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, February 5, 2007 6:40:48 PM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf On 2/5/07, tyju tiui <[EMAIL PROTECTED]> wrot

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread Joshua Slive
On 2/5/07, tyju tiui <[EMAIL PROTECTED]> wrote: Thanks for the help, but you didn't read all the way through the original message. Someone suggested that I try the Query_String variable so I did. I didn't get an error, but there was nothing in the Query_String variable. Nope, it's still you wh

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread tyju tiui
g. Does anyone know how I can get ahold of the query-string (argument list) using SetEnvIf? - Original Message From: Krist van Besien <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, February 5, 2007 5:26:21 AM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetE

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread Krist van Besien
On 2/3/07, tyju tiui <[EMAIL PROTECTED]> wrote: Sorry, you're missing the point I think. I don't think I missed your point. You want to trigger custom logging based on the content of the Query string. The following will do exactly that: # Set an environment variable when the query string mat

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-02 Thread tyju tiui
al Message From: Krist van Besien <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Wednesday, January 31, 2007 11:22:50 AM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf On 1/31/07, tyju tiui <[EMAIL PROTECTED]> wrote: > > Hi Boyle, > > I'm actual

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread Krist van Besien
On 1/31/07, tyju tiui <[EMAIL PROTECTED]> wrote: Hi Boyle, I'm actually only interested in finding out how to evaluate the query-string portion of an incoming URL to trigger custom log events. I got the Query_String var from [EMAIL PROTECTED] who initially responded to my request for help (see

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread tyju tiui
o the query-string with SetEnvIf? Thanks, Ty - Original Message From: Boyle Owen <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Wednesday, January 31, 2007 4:16:28 AM Subject: RE: [EMAIL PROTECTED] Query-String Access from SetEnvIf > -Original Message- > From:

RE: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread Boyle Owen
> -Original Message- > From: tyju tiui [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 30, 2007 7:55 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf > > It doesn't work ... a simple > > 

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-30 Thread tyju tiui
g. I'm thinking that it might be created when I call it though ... I can't believe something so common would be so difficult. Any other ideas? Thanks, Ty - Original Message From: Bob <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Tuesday, January 30, 2007 2:52:

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-29 Thread Bob
tyju tiui wrote: Hello, Is there a way to access the query-string using regular expression from SetEnvIf? [...] I believe that the query-string is not available with Request_URI That's right, but did you try Query_String? -- Bob

Re: [EMAIL PROTECTED] Query - Apache 2.0.55 vs 2.2

2007-01-03 Thread Sander Temme
Hey l33tsp33king dude, On Jan 3, 2007, at 8:24 AM, n3m3s1s 4u wrote: I have been recently battling to get joomla to work on 2.0.55 due to .htaccess I would like to ask that the difference between them as far as Allowoverride all etc are differrent on 2.2 you need to edit /etc/httpd/conf/http

Re: [EMAIL PROTECTED] Query regd JSF

2006-07-07 Thread nimisha sharma
thanks... i'll subscribe to the correct list.   Regards, Nimisha.  On 7/7/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/7/06, nimisha sharma <[EMAIL PROTECTED]> wrote: > Hi,>> I am trying to generate a tree table structure using JSF. i did get it, and> am using the tag provided by myFaces. Thou

Re: [EMAIL PROTECTED] Query regd JSF

2006-07-07 Thread Joshua Slive
On 7/7/06, nimisha sharma <[EMAIL PROTECTED]> wrote: Hi, I am trying to generate a tree table structure using JSF. i did get it, and am using the tag provided by myFaces. Though i am not getting the '+' and '-' navigation signs in the tree. In place of those, i do get an image as if a gif image

Re: [EMAIL PROTECTED] query string from POST method

2006-06-17 Thread Richard de Vries
Have a look at mod_security. (http://www.modsecurity.org) R --- rturnbull <[EMAIL PROTECTED]> wrote: > Hello to all, > Is there a way though httpd proxy to "show" the > arguments sent with > a POST method? I have been trying to find a way to > reveal arguments > from our java applicatio

Re: [EMAIL PROTECTED] query string from POST method

2006-06-16 Thread William A. Rowe, Jr.
Check out mod_dumpio, an optional debugging module in 2.0 / 2.2 versions. rturnbull wrote: Hello to all, Is there a way though httpd proxy to "show" the arguments sent with a POST method? I have been trying to find a way to reveal arguments from our java application that are POST method to

Re: [EMAIL PROTECTED] query string from POST method

2006-06-16 Thread Mike Jackson
Hello to all, Is there a way though httpd proxy to "show" the arguments sent with a POST method? I have been trying to find a way to reveal arguments from our java application that are POST method to the server... for example http://someserver/TspLogin.do;jsessionid=HDFDFDDFDFD?Username=tes

RE: [EMAIL PROTECTED] Query

2006-05-16 Thread Axel-Stéphane SMORGRAV
ServerLimit is what you are looking for if you are using Apache 2.x Otherwise (Apache 1.3), it is MaxChild. -ascs -Original Message- From: Kaushal Shriyan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 3:13 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Query Hi How c

Re: [EMAIL PROTECTED] Query

2006-05-16 Thread Bill Jones
On 5/16/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Its in Unix See http://httpd.apache.org/docs/2.2/mod/worker.html Subsitute 2.2 for which ever apache you are using; I use 2.2.2 myself so... -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ -

Re: [EMAIL PROTECTED] Query

2006-05-16 Thread Kaushal Shriyan
On 5/16/06, Bill Jones <[EMAIL PROTECTED]> wrote: On 5/16/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Hi > > How can I set the max apache children to spawn in httpd.conf > > Kaushal Windows or Unix? See the Worker MPM for Unix. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinterne

Re: [EMAIL PROTECTED] Query

2006-05-16 Thread Bill Jones
On 5/16/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi How can I set the max apache children to spawn in httpd.conf Kaushal Windows or Unix? See the Worker MPM for Unix. -- WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/ -

Re: [EMAIL PROTECTED] Query regarding CGI/Crontab

2005-09-05 Thread Joshua Slive
On 9/5/05, Pankaj Kumar <[EMAIL PROTECTED]> wrote: > I want to schedule a perl script in crontab using a CGI script. If i try to > append in the file ie /var/spool/cron/username then apache user does not > have rights to modify this. If i give root rights to apache then it could > be very harmful .