[us...@httpd] connection/bandwidth limiting

2009-07-31 Thread Gary Smith
Under 2.2, is there a way to limit number of connections per IP? Mod_bandwidth is for 1.3, and mod_bw hasn't been updated since 2005. We're having a problem with leachers on a web site and we would like to limit the number of connections. Gary

Re: [us...@httpd] connection/bandwidth limiting

2009-07-31 Thread Peter J Milanese
Not sure offhand, but maybe mod_evasive can help? - Original Message - From: Gary Smith [g...@primeexalia.com] Sent: 07/30/2009 11:59 PM MST To: users@httpd.apache.org users@httpd.apache.org Subject: [us...@httpd] connection/bandwidth limiting Under 2.2, is there a way to limit

[us...@httpd] Re: connection/bandwidth limiting

2009-07-31 Thread Jens Schleusener
On Fri, 31 Jul 2009, Peter J Milanese wrote: Not sure offhand, but maybe mod_evasive can help? - Original Message - From: Gary Smith [g...@primeexalia.com] Sent: 07/30/2009 11:59 PM MST To: users@httpd.apache.org users@httpd.apache.org Subject: [us...@httpd] connection/bandwidth

Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread Tom Evans
On Thu, 2009-07-30 at 13:49 -0600, Scott Brady wrote: I'm trying to find a way to require authentication (using mod_auth_sspi) on an entire website except for one specific folder, which I want freely accessible. However, I've been having issues getting that to work. I've tried setting

RE: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread Scott Brady
-Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Friday, July 31, 2009 2:54 AM Do you understand the difference between Directory and Location? Nope, but I do now. :) (snip) I'm pretty sure you just want Location containers rather than Directory, like

[us...@httpd] issues with cgi

2009-07-31 Thread Michael Di Martino
I am trying to run cricket on my Apache 2 web server using suexec. However, I getting the following error every time I try to launch the cgi program. [2009-07-30 09:13:15]: uid: (524/cricket) gid: (525/525) cmd: grapher.cgi [2009-07-30 09:31:11]: uid: (524/cricket) gid: (525/525) cmd:

Re: [us...@httpd] Don't require authentication on a subfolder

2009-07-31 Thread André Warnier
Scott Brady wrote: That worked (I had to put the /public/ before the / and remove the trailing slash in /public/, but it worked). Just to nitpick a bit : The fact that you are using mod_SSPI leads me to believe you are running Apache on a Windows host. In that case, you should read

Re: [us...@httpd] connection/bandwidth limiting

2009-07-31 Thread Justin Pasher
Gary Smith wrote: Under 2.2, is there a way to limit number of connections per IP? Mod_bandwidth is for 1.3, and mod_bw hasn't been updated since 2005. We're having a problem with leachers on a web site and we would like to limit the number of connections. Gary Check out

[us...@httpd] Strange .htaccess password behavior

2009-07-31 Thread Scott Yoshinaga
Hi all, I was wondering if any of you have ever experienced a problem with .htaccess like the one I am experiencing. To be upfront, I am running a standard install of Mac OSX 10.5.7 with MacPorts and apache2/php5/mysql5 on a new Quad Core Xenon MacPro. Apache version 2.2.11 When I access a

Re: [us...@httpd] Strange .htaccess password behavior

2009-07-31 Thread Eric Covener
On Fri, Jul 31, 2009 at 3:47 PM, Scott Yoshinagakawaiich...@gmail.com wrote: Hi all, I was wondering if any of you have ever experienced a problem with .htaccess like the one I am experiencing. To be upfront, I am running a standard install of Mac OSX 10.5.7 with MacPorts and

Re: [us...@httpd] Strange .htaccess password behavior

2009-07-31 Thread Scott Yoshinaga
Thanks for that! -- KimonoKitsy Studios LLC nemu*nemu ~smiles to go~ http://nemu-nemu.com/ On Fri, Jul 31, 2009 at 11:03 AM, Eric Covener cove...@gmail.com wrote: On Fri, Jul 31, 2009 at 3:47 PM, Scott Yoshinagakawaiich...@gmail.com wrote: Hi all, I was wondering if any of

Re: [us...@httpd] Strange .htaccess password behavior

2009-07-31 Thread André Warnier
Scott Yoshinaga wrote: Thanks for that! On Fri, Jul 31, 2009 at 11:03 AM, Eric Covener cove...@gmail.com wrote: ... crypt()-based passwords truncate to 8 characters. You can probably find lots of discussion about it with that extra keyword. I did not know that either, and I am sure that

Re: [us...@httpd] Forcing URL Rewrite before Proxy pass

2009-07-31 Thread Eric Covener
On Fri, Jul 31, 2009 at 8:20 PM, /Uuma...@comcast.net wrote: Apache: 2.2.0 I need to   a) require SSL on requests to /secure (i.e., http://server/secure - https://server/secure)   b) and as the second step, offload (proxy) https://server/secure to http://server:8080/secure I thought I

Re: [us...@httpd] Forcing URL Rewrite before Proxy pass

2009-07-31 Thread /U
Thanks for the note. When I use the P flag with the RewriteRule, ProxyPass fails, since I do not have an SSLProxy. What I have is this: (Apache web server) - Tomcat servlet container What I need is to: - require all requests for ^/secure/... to be made thru https -