Re: [users@httpd] AJP proxy timeout problem

2011-10-29 Thread SpliFF
2.2.20 running on Gentoo 64-bit. Server version: Apache/2.2.20 (Unix) Server built: Sep 22 2011 02:42:57 Server's Module Magic Number: 20051115:28 Server loaded: APR 1.4.5, APR-Util 1.3.12 Compiled using: APR 1.4.5, APR-Util 1.3.12 Architecture: 64-bit Server MPM: Worker threaded:

Re: [users@httpd] AJP proxy timeout problem

2011-10-29 Thread Rainer Jung
On 29.10.2011 10:21, SpliFF wrote: 2.2.20 running on Gentoo 64-bit. Server version: Apache/2.2.20 (Unix) Server built: Sep 22 2011 02:42:57 Server's Module Magic Number: 20051115:28 Server loaded: APR 1.4.5, APR-Util 1.3.12 Compiled using: APR 1.4.5, APR-Util 1.3.12 Architecture:

[users@httpd] HTTP meetup at ApacheCon?

2011-10-29 Thread Eric Covener
Please bump the interest count linked below if you'll attend the HTTP meetup on Thursday Nov 11 at ApacheCon in Vancouver: http://wiki.apache.org/apachecon/ApacheMeetupsNa11 http://na11.apachecon.com/ - The official

Re: [users@httpd] HTTP meetup at ApacheCon?

2011-10-29 Thread Sander Temme
On Oct 29, 2011, at 7:20 AM, Eric Covener wrote: Please bump the interest count linked below if you'll attend the HTTP meetup on Thursday Nov 11 at ApacheCon in Vancouver: Done... who else is coming? S. http://wiki.apache.org/apachecon/ApacheMeetupsNa11 http://na11.apachecon.com/

Re: [users@httpd] HTTP meetup at ApacheCon?

2011-10-29 Thread Jim Jagielski
Me On Oct 29, 2011, at 11:38 AM, Sander Temme wrote: On Oct 29, 2011, at 7:20 AM, Eric Covener wrote: Please bump the interest count linked below if you'll attend the HTTP meetup on Thursday Nov 11 at ApacheCon in Vancouver: Done... who else is coming? S.

Re: [users@httpd] HTTP meetup at ApacheCon?

2011-10-29 Thread Jeff Trawick
On Sat, Oct 29, 2011 at 12:10 PM, Jim Jagielski j...@apache.org wrote: Me On Oct 29, 2011, at 11:38 AM, Sander Temme wrote: On Oct 29, 2011, at 7:20 AM, Eric Covener wrote: Please bump the interest count linked below if you'll attend the HTTP meetup on Thursday Nov 11 at ApacheCon in

[users@httpd] Alternative to Apache htcacheclean for mod_disk_cache

2011-10-29 Thread Geoff Millikan
We put this in our cron job to run once a day and it's working great. It deletes all files and directories which haven't been modified in 30 days. We didn't use access time -atime to determine which files to delete because for performance reasons, we disabled atime on the file system. A

[users@httpd] Blocking referer problem

2011-10-29 Thread Leonardo M . Ramé
Hi, I'm trying to block some spam referers to my site I've found by reading my site's httpd-error.log. This an extract of the log file containing the suspicious sites: [Sat Oct 29 14:32:04 2011] [error] [client 207.46.12.118] File does not exist:

Re: [users@httpd] Blocking referer problem

2011-10-29 Thread Yehuda Katz
2011/10/29 Leonardo M. Ramé martinr...@yahoo.com Knowing this, I found by googling, that I can block referers by adding this to my .htaccess file: RewriteEngine on RewriteCond %{HTTP_REFERER} st\.ac\.th [NC,OR] RewriteCond %{HTTP_REFERER} clubmedia-ent\.com [NC,OR] RewriteCond