Re: [us...@httpd] Apache not allowing .exes?

2009-04-03 Thread André Warnier
John Oliver wrote: I copied a file with a .exe extension to the DocumentRoot ( RHEL5.2, httpd-2.2.10-1 ) It has 664 permissions. When I try to access it with a browser, I get: Forbidden You don't have permission to access /file.exe on this server. The error log says: [Thu Apr 02 22:45:57

Re: [us...@httpd] Explosion of clients

2009-04-03 Thread Nick Cooper
To use server-status you will need to add: Location /server-status SetHandler server-status /Location On Fri, Apr 3, 2009 at 12:21 AM, Morten K. Poulsen m...@fabletech.comwrote: Hi Russell, On Thu, 2009-04-02 at 16:45 -0600, Russell Bell wrote: I run a crontab job that collects the 'top'

[us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi, I'm trying to track down an issue I have with our apache server. Its a poweredge 1800, RHEL5x64 server, running httpd-2.2.3-22.el5. Its mainly used as a subversion repository, via HTTPS with LDAP lookup for authentication. All was well with the system, running 1Gb of ram, until I did

Re: [us...@httpd] Apache memory hog

2009-04-03 Thread André Warnier
Adrian Marsh wrote: Hi, I'm trying to track down an issue I have with our apache server. Its a poweredge 1800, RHEL5x64 server, running httpd-2.2.3-22.el5. Its mainly used as a subversion repository, via HTTPS with LDAP lookup for authentication. All was well with the system, running

RES: [us...@httpd] RES: mod_status 404 Not Found

2009-04-03 Thread Lincoln Zuljewic Silva - Claro SP -
No, it isn't. I just don't know what to do anymore. Everything is configured: server:/opt/apache22/conf/extra# cat httpd-info.conf |grep -v \# Location /server-status SetHandler server-status Order deny,allow Deny from all Allow from all - the all is just for tests propose! /Location

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Andre, Thanks for the reply. No its definitely the httpd process. I see each thread consuming hundreds of megs of RES memory being used in TOP. I just restarted it and already each is consuming: 10006 apache15 0 279m 15m 3160 S 0.0 0.1 0:00.29 httpd 10004 apache15 0

Re: [us...@httpd] Apache memory hog

2009-04-03 Thread Eric Covener
On Fri, Apr 3, 2009 at 8:58 AM, Adrian Marsh adrian.ma...@ubiquisys.com wrote: Hi Andre, Thanks for the reply. No its definitely the httpd process.  I see each thread consuming hundreds of megs of RES memory being used in TOP.  I just restarted it and already each is consuming: 10006

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Eric, That outputs kind of misleading. Within a few hours each httpd process will consuming 300-400mb instead of the 13-15 (I'd just restarted httpd). And yet the usage of the server is very light, only a few users on the system, not doing a lot of svn work either. -Original

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Tom Evans
On Fri, 2009-04-03 at 13:58 +0100, Adrian Marsh wrote: Hi Andre, Thanks for the reply. No its definitely the httpd process. I see each thread consuming hundreds of megs of RES memory being used in TOP. I just restarted it and already each is consuming: 10006 apache15 0 279m

AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Domsch, Christian (IZLBW Extern)
Hello. A client of our company has similar issues. They run SLES 10 with apache 2.2.x and the newest subversion 1.5.x and also use https. For authentication they use winbind and not ldap. They too have the problem, that the apache processes take up a lot of cpu cycles and use up the ram to

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Tom, Well, at the moment the servers running very low on available memory: Mem: 12307068k total, 12121380k used, 185688k free, 286808k buffers Swap: 2031608k total,0k used, 2031608k free, 11081692k cached Hence my original question #3, on where the memorys going after httpd is

AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Domsch, Christian (IZLBW Extern)
A little addon, when the authentification was reduced to .htaccess the memory leeks were gone. So we guessed there were problems in the authentification modules. -Ursprüngliche Nachricht- Von: Domsch, Christian (IZLBW Extern) [mailto:christian.dom...@iz.bwl.de] Gesendet: Freitag, 3.

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Christian, Do you think you could ask them to see if they resolved it? I had similar thoughts, so in my VMware copy I tried various things, including working without SSL, but I didn't see the results get any better. Adrian -Original Message- From: Domsch, Christian (IZLBW Extern)

AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Domsch, Christian (IZLBW Extern)
Hi Adrian, no they didn't resolve these problems yet. In fact they don't know which part exactly is causing it. The thing with ssl is that due to security reasons disabling of ssl is no option. Christian -Ursprüngliche Nachricht- Von: Adrian Marsh [mailto:adrian.ma...@ubiquisys.com]

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Yep pretty much the same for me. I've raised a ticket with Redhat, although I'm not expecting much from there at the moment, as 1.5 svn isnt in their official RHEL5 release. -Original Message- From: Domsch, Christian (IZLBW Extern) [mailto:christian.dom...@iz.bwl.de] Sent: 03 April

Re: [us...@httpd] Apache memory hog

2009-04-03 Thread Alessandro Fantuzzi
About the fact that stopping Apache doesnt free the memory, I wanted to point out that our sysadmin told us this is due to how Apache manages memory. We didnt went into the details so I cant tell you more. Should search the documentation. Anyway this shouldnt be related to the problem that

AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Domsch, Christian (IZLBW Extern)
Hmm, I can't agree with your opinion. The thing is here, that when the apache server is shutdown and restarted the memory is not freed and so the httpd processes get the out of memory errors much more quickly because the amount of free memory is much lower.

Re: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread André Warnier
Domsch, Christian (IZLBW Extern) wrote: Hmm, I can't agree with your opinion. The thing is here, that when the apache server is shutdown and restarted the memory is not freed and so the httpd processes get the out of memory errors much more quickly because the amount of free memory is much

AW: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Domsch, Christian (IZLBW Extern)
This is only true, if you dont have a real memory leak. -Ursprüngliche Nachricht- Von: André Warnier [mailto:a...@ice-sa.com] Gesendet: Freitag, 3. April 2009 15:55 An: users@httpd.apache.org Betreff: Re: AW: [us...@httpd] Apache memory hog Domsch, Christian (IZLBW Extern) wrote: Hmm,

RE: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Yes I'm not sure how this can happen either. I use the init.d stop scripts, and as far as I can see httpd does shutdown cleanly, so where this memory goes is unknown to me. My only fix to that so far is a reboot. -Original Message- From: Domsch, Christian (IZLBW Extern)

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Am trying MaxMemFree 3(30mb? - pure guess number). I'll see how it behaves now. Is that designed to catch sub-systems (eg svn) with bad memory leaks? -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: 03 April 2009 15:01 To: users@httpd.apache.org Subject:

[us...@httpd] Need help on sub url

2009-04-03 Thread Arnab Ganguly
Hi All, Need some technical inputs.I have a requirement for opening sub url from the main url, and this sub url is dynamic.Is it possible to do it by using apache webserver. From the browser opening suburl can be done easily, but would like to do flash player where I am not able to open. Planning

Re: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Alessandro Fantuzzi
This thread confirms that apache by default doesnt free memory when stopped. http://marc.info/?l=apache-modulesm=108080705806751w=2 We have a memory leak problem too, still we havent solved. We havent svn onthe server but should be related to php and mysql connections. Domsch, Christian

RES: [us...@httpd] RES: mod_status 404 Not Found

2009-04-03 Thread Lincoln Zuljewic Silva - Claro SP -
Yes, thats the problem. After put the log on debug mode I realize it: mod_proxy_http.c(1662): proxy: HTTP: serving URL http://proxy-node:7001/server-status/ Regards Lincoln Zuljewic Silva -Mensagem original- De: Eric Covener [mailto:cove...@gmail.com] Enviada em: quinta-feira, 2 de

Re: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Tom Evans
On Fri, 2009-04-03 at 16:21 +0200, Alessandro Fantuzzi wrote: This thread confirms that apache by default doesnt free memory when stopped. http://marc.info/?l=apache-modulesm=108080705806751w=2 We have a memory leak problem too, still we havent solved. We havent svn onthe server but

RES: [us...@httpd] RES: mod_status 404 Not Found

2009-04-03 Thread Lincoln Zuljewic Silva - Claro SP -
Ok, now that I realize what was causing the problem, does anybody know how do I tell apache to do not pass requests to /server-status to the proxy nodes? My Proxy configuration is: *** ProxyRequests Off Proxy * Order deny,allow Deny from all Allow from all /Proxy Proxy

RES: [us...@httpd] RES: mod_status 404 Not Found

2009-04-03 Thread Lincoln Zuljewic Silva - Claro SP -
Yes, it's the right solution. Many regards! Lincoln Zuljewic Silva -Mensagem original- De: Lincoln Zuljewic Silva - Claro SP - Enviada em: sexta-feira, 3 de abril de 2009 11:53 Para: 'users@httpd.apache.org' Assunto: RES: [us...@httpd] RES: mod_status 404 Not Found Ok, now that I

RE: AW: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Tom - Was that to me? Assuming so: yes, two issues. One - whatever subprocess (99% sure subversion related) not releasing memory back to apache, and Two - Apache not releasing memory back to the OS (as far as Top is showing me). Adrian -Original Message- From: Tom Evans

[us...@httpd] unsubscribe

2009-04-03 Thread Gill, Christopher
unsubscribe Christopher Gill Siemens PLM Software Teamcenter COE (Centers of Expertise) Cell: 512-963-9155 E-mail: christopher.g...@siemens.commailto:christopher.g...@siemens.com

Re: [us...@httpd] unsubscribe

2009-04-03 Thread Glen Barber
users-unsubscr...@httpd.apache.org -- Glen Barber - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail:

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Tom Evans
On Fri, 2009-04-03 at 14:24 +0100, Adrian Marsh wrote: Hi Tom, Well, at the moment the servers running very low on available memory: Mem: 12307068k total, 12121380k used, 185688k free, 286808k buffers Swap: 2031608k total,0k used, 2031608k free, 11081692k cached Hence my

Re: [us...@httpd] unsubscribe

2009-04-03 Thread Evan Platt
At 08:01 AM 4/3/2009, you wrote: unsubscribe As the headers of every message say list-unsubscribe: mailto:users-unsubscr...@httpd.apache.org - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [us...@httpd] Need help on sub url

2009-04-03 Thread Brian Mearns
On Fri, Apr 3, 2009 at 10:16 AM, Arnab Ganguly agangul...@gmail.com wrote: Hi All, Need some technical inputs.I have a requirement for opening sub url from the main url, and this sub url is dynamic.Is it possible to do it by using apache webserver. From the browser opening suburl can be done

Re: [us...@httpd] Apache memory hog

2009-04-03 Thread Eric Covener
On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh adrian.ma...@ubiquisys.com wrote: Am trying MaxMemFree 3    (30mb? - pure guess number). Far too large, it's per-thread. Try 1MB. -- Eric Covener cove...@gmail.com - The

[us...@httpd] Query string encoding

2009-04-03 Thread Clodoaldo Pinto Neto
I want to rewrite a url to a query string like this: from http://example.com/x+ to http://example.com/var=x%2B or from http://example.com/x%2B to http://example.com/var=x%2B Using: RewriteRule ^(/([\w-()+]+))?/$ /?var=$2 [QSA] The problem i have is that the query string is passed to the

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
A.. ok... I'll try 1Mb... After a few hours it got to: 13533 apache15 0 371m 108m 5512 S 0.0 0.9 0:07.97 httpd 13531 apache15 0 366m 103m 5544 S 0.0 0.9 0:02.80 httpd 13528 apache15 0 365m 103m 5556 S 0.0 0.9 0:01.98 httpd 13526 apache15 0 365m 102m

RE: [us...@httpd] Apache memory hog

2009-04-03 Thread Adrian Marsh
Hi Tom, We can run some tests. I have a VMware clone of the server that I can use for testing. Its basically a mondoarchive backup/restore, so config should be 100%, and I can test most things in it. Hardwares obviously different, and I cant emulate 12Gb of ram, but I can at least get 1Gb on it

[us...@httpd] ajp_read_header: ajp_ilink_receive failed

2009-04-03 Thread John Oliver
RHEL5.2, httpd-2.2.3-11.el5_1.3, tomcat5-5.5.23-0jpp.7.el5_2.1 [Sun Mar 29 04:05:33 2009] [error] ajp_read_header: ajp_ilink_receive failed [Sun Mar 29 04:05:33 2009] [error] (120006)APR does not understand this error code: proxy: read response failed from (null) (localhost) Googling found a

[us...@httpd] version 1.2.6

2009-04-03 Thread Marc Brünink
Hi all, on archive.apache.org the oldest version of apache I found is 1.2.6. Are older versions available somewhere else? Thanks Marc - The official User-To-User support forum of the Apache HTTP Server Project. See

RES: [us...@httpd] version 1.2.6

2009-04-03 Thread Lincoln Zuljewic Silva - Claro SP -
I found apache-1.2.0... http://slackware.osuosl.org/slackware-3.3/source/n/apache/ Lincoln Zuljewic Silva -Mensagem original- De: Marc Brünink [mailto:m...@bruenink.de] Enviada em: sexta-feira, 3 de abril de 2009 16:30 Para: users@httpd.apache.org Assunto: [us...@httpd] version 1.2.6

Re: RES: [us...@httpd] version 1.2.6

2009-04-03 Thread Marc Brünink
I can even find version 0.6.5. However, is there an _official_ apache archive that dates back to the good old days and contains all versions? Or at least most of them? Thanks Marc Lincoln Zuljewic Silva - Claro SP - schrieb: I found apache-1.2.0...

[us...@httpd] apache log directly to database

2009-04-03 Thread zhang zhengquan
Dear apache community: I am pretty new to apache and now I am confronted with a problem, I would like to do download statistics for a huge access_log. I can use scripts to process it but it takes time. I wonder if ther is a log daemon that can do auto parsing of the log file and do the data

Re: [us...@httpd] apache log directly to database

2009-04-03 Thread John Armstrong
You can use the mod log sql stuff Here is the debian package as an example: http://packages.debian.org/unstable/httpd/libapache2-mod-log-sql You can also use piped logs http://httpd.apache.org/docs/2.2/logs.html#piped John- On Fri, Apr 3, 2009 at 1:45 PM, zhang zhengquan

Re: [us...@httpd] apache log directly to database

2009-04-03 Thread zhang zhengquan
2009/4/3 John Armstrong jarmstr...@bepress.com: You can use the mod log sql stuff Here is the debian package as an example: http://packages.debian.org/unstable/httpd/libapache2-mod-log-sql You can also use piped logs http://httpd.apache.org/docs/2.2/logs.html#piped John- On Fri, Apr