[us...@httpd] Need help in Apache's Request reading processes

2010-01-17 Thread Pravesh Rai
Hi, Those who are aware of inner working flow of Apache, may please try to give some clue on the issue / observation made below: With reference to the protocol.c, here is a functional flow for 'recieving' HTTP request: ap_read_request() { ... read_request_line(); ...

[us...@httpd] Heavy memory usage

2010-01-17 Thread Misterer
Hello everyone, Recently I've noticed that httpd processes started to consume massive amounts of memory - after some time pretty much using almost all of the 2GB of RAM the server has and I don't have any memory left for other stuff. Here's what top tells me (I have added the "data" column at the

Re: [us...@httpd] disabling python on a virtualhost

2010-01-17 Thread Eric Covener
On Sun, Jan 17, 2010 at 1:22 PM, Vadkan Jozsef wrote: > how? How are you running python (cgi, mod_python, fastcgi, etc), and how have you configured it? -- Eric Covener cove...@gmail.com - The official User-To-User support fo

[us...@httpd] disabling python on a virtualhost

2010-01-17 Thread Vadkan Jozsef
how? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest: users

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-17 Thread John Iliffe
On Sun, 2010-17-01 at 11:30 +0530, J. Bakshi wrote: > On Sat, 16 Jan 2010 13:35:37 -0500 > John Iliffe wrote: > > > There are a couple of choices to debug here. > > > > First, the code you supplied is comparing the mime-type parameters > > obtained from the call to: > > > > $upload_file_type =

[us...@httpd] Invalid method in request application/octet-stream

2010-01-17 Thread Michael Varre
Jan 17 11:15:31 apachweb01 apache2[19739]: [error] [client dott.ip.add.ress] Invalid method in request application/octet-stream recently i started noticing these message getting put into the syslog. The apache2 server has a whole bunch of virtual hosts, and a small handful of ssl hosts. I can't

Re: [us...@httpd] %2F to /

2010-01-17 Thread Eric Covener
On Sun, Jan 17, 2010 at 6:11 AM, Daniel Reinhardt wrote: >>> What browsers are you using?  The browser should beable to convert %2f to >>> / >>> such as %20 is converted to a space regardless of the location after the >>> domain.tld/. >> >> Neither chrome nor firefox decode %2f or %20 in the path

Re: [us...@httpd] %2F to /

2010-01-17 Thread William A. Rowe Jr.
On 1/16/2010 9:51 AM, Kpadvel wrote: > Okey, I wasn't aware of that. Starting a new thread. > > Experts plesae advise and here is the problem... > > We are getting a dummy 404-not found error on a page wherein which the URL > has %2F and it needs to be decoded as / but thats not happening. We do

Re: [us...@httpd] %2F to /

2010-01-17 Thread Daniel Reinhardt
-- From: "Eric Covener" Sent: 16 January, 2010 20:53 To: Subject: Re: [us...@httpd] %2F to / What browsers are you using? The browser should beable to convert %2f to / such as %20 is converted to a space regardless of the location after the dom