RE: mod_cgid not able to handle large POST request

2006-04-03 Thread R, Rajesh (STSD)
when commented it uses DEFAULT_SOCKET /cgisock Rajesh R--This space intentionally left non-blank. From: pradeep kumar [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 11:28 AMTo: dev@httpd.apache.orgSubject: Re: mod_cgid not able to handle large POST request I don't have multiple

Detecting if Client closed connection

2006-03-01 Thread R, Rajesh (STSD)
Hello,I am working on a patch, to kill a cgi process if the client closes the conenction in Apache 2.0.54/mod_cgid.I have tried a few possibilities of detecting client closing connection and polling r-connection-aborted,But they have all failed.Can anyone guide me on how to detect if client

RE: AW: Limiting CGIs in 2.2.0

2006-03-01 Thread R, Rajesh (STSD)
Mod_cgid doesn't support it. using ulimit in init script might help. Is it time to take a look at this patch, http://www.mail-archive.com/dev@httpd.apache.org/msg30574.html Thanks, Rajesh R -- This space intentionally left non-blank. -Original Message- From: Graham Leggett

RE: Integration Apache2.0.48 and an existing server

2006-02-27 Thread R, Rajesh (STSD)
Please be clear. From what I can understand, Install httpd and copy ur existing htdocs or whatever to $AP_HOME/htdocs Rajesh R -- This space intentionally left non-blank. -Original Message- From: Arshad Ahamad [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 3:50 PM To:

FW: Rlimit* implementation for mod_cgid

2006-01-15 Thread R, Rajesh (STSD)
Please respond, I was wondering why mod_cgid had not implemented Rlimit* commands. it is used in mod_cgi though. May be we can apply it for mod_cgid too. I got it working by applying the included patch.,(on 2.0.54) Is it something mod_cgid can support right now or are there any known

Rlimit* implementation for mod_cgid

2006-01-13 Thread R, Rajesh (STSD)
I was wondering why mod_cgid had not implemented Rlimit* commands. it is used in mod_cgi though. May be we can apply it for mod_cgid too. I got it working by applying the included patch.,(on 2.0.54) Is it something mod_cgid can support right now or are there any known vulnerabilities ? Rajesh

Reading Directory Name from command_rec[]

2006-01-06 Thread R, Rajesh (STSD)
Title: Reading Directory Name from command_rec[] When I write a function to handle configuration directive in a module, Is there a way I can pass the Directory Name in which the directive occurred ?(to the directive handler function) I want to read the directory name in the function

Reading Directory Name from command_rec[]

2006-01-05 Thread R, Rajesh (STSD)
Title: Reading Directory Name from command_rec[] When I write a function to handle configuration directive in a module, Is there a way I can pass the Directory Name in which the directive occurred ?(to the handler function) Or should I handle it seperately in dir_config function ?

RE: RLimitCPU is not working

2006-01-03 Thread R, Rajesh (STSD)
: RLimitCPU is not working On Mon, Jan 02, 2006 at 02:45:30PM +0530, R, Rajesh (STSD) wrote: The RlimitCPU directive is not limiting the cgi program's CPU usage to 2 seconds. The program keeps continuing forever. Are there any known issues or am I missing something

RE: RLimitCPU is not working

2006-01-03 Thread R, Rajesh (STSD)
, Rajesh (STSD) wrote: Does RLimitCPU limit CPU usage by putting a Setrlimit on the subsequent child processes ?? When it works, yes. I cannot find the limits in utask.uu_rlmit[0] in proc. structure of the repective httpd processes. How is the time limited then ? I am keen to know how

RE: RLimitCPU is not working

2006-01-03 Thread R, Rajesh (STSD)
Subject: Re: RLimitCPU is not working On Tue, Jan 03, 2006 at 04:27:01PM +0530, R, Rajesh (STSD) wrote: I was using mod_cgid. Later I disabled it and couldn't execute cgi program without it. The setrlimit calls have been commented out for mod_cgid for a long long time, so they don't take effect

RLimitCPU is not working

2006-01-02 Thread R, Rajesh (STSD)
Title: RLimitCPU is not working Hello All, I am using the following snippet in httpd.conf file, Directory /usr/opt/hpapache2/cgi-bin AllowOverride AuthConfig Limit Options None Options ExecCGI Order allow,deny Allow from all AddHandler cgi-script .cgi RLimitCPU 2 2

RE: apache/sitemaps?

2005-10-03 Thread R, Rajesh (STSD)
May be we need a poll on this ?? +1 --Rajesh R From: Shiva Shivakumar [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 9:39 AMTo: dev@httpd.apache.orgCc: Greg SteinSubject: apache/sitemaps? Hello folks,We (@Google) launched Sitemaps to optimize how crawlers work with

Web based Module config. tool

2005-09-16 Thread R, Rajesh (STSD)
Hello, Is there any web based Module config. Tool for Apache 2 ? Can anyone provide me pointers to web resources Regarding such tools ?? Thanks in Advance. -- Rajesh R

RE: Dynamic configuration

2005-08-09 Thread R, Rajesh (STSD)
Title: Dynamic configuration I am trying to implement a module which will read some ini file and will fill all server records of apache. I do not want to have number of virtual hosts in http.conf file similar to mass virtual hosting.wouldlike to read the virtual host information from the

Problem in autoconf installation

2005-07-21 Thread R, Rajesh (STSD)
Hello, I am trying to install a module for Apache2 in Tru64. While trying to install autoconf , I received the following Error ., ---checking for a BSD-compatible install... config/install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for