[EMAIL PROTECTED] limit max number of simultaneous connections from same ip

2005-10-23 Thread Anton Krall
Is there a way to limit the max number of httpd connections from a single ip? For example: tcp0 30492 207.36.86.205:80162.84.172.175:50784 ESTABLISHED 31208/httpd tcp0 33396 207.36.86.205:80162.84.172.175:50785 ESTABLISHED 14245/httpd tcp0 0 207.36.8

Re: [EMAIL PROTECTED] Invalid URI in request GET /../ignore

2005-10-23 Thread Joshua Slive
On 10/23/05, CSN <[EMAIL PROTECTED]> wrote: > I've been getting a lot of these in my error logs > recently: > > [error] [client x.x.x.x] Invalid URI in request GET > /../ignore HTTP/1.1 > > Any idea what they are? And what to do about them? > Presumably they're the result of the lastest virus or >

[EMAIL PROTECTED] Invalid URI in request GET /../ignore

2005-10-23 Thread CSN
I've been getting a lot of these in my error logs recently: [error] [client x.x.x.x] Invalid URI in request GET /../ignore HTTP/1.1 Any idea what they are? And what to do about them? Presumably they're the result of the lastest virus or something. I haven't been able to find anything searching th

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-23 Thread Dan Trainor
Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: Sean Conner wrote: It was thus said that the Great Dan Trainor once stated: The initial authentication would take place via PHP form. I understand how 'require valid-user' works, and how it's used. I figured out

Re: [EMAIL PROTECTED] How do I make a "CGI Alias"?

2005-10-23 Thread William A. Rowe, Jr.
Chris Babstock wrote: What I'm trying to do, and forgive me if it cannot be done, is make some kind of alias so that when I write CGI scripts with the header #!/usr/bin/perl for use in a linux environment, that it will also work on my win32 environment without having to change the header of e

[EMAIL PROTECTED] .htaccess, Apache, PHP and Windows XP Pro

2005-10-23 Thread Sadeq Naqashzade
Hi, I'm usinng apahce 1.3 on a XP Pro for test my sites before upload to public server. All functions worl fine except settings in .htacess file. It seems that apache not use the rules in .htaccess file in site folders. Where is the problem? - Sadeq

Re: [EMAIL PROTECTED] Enable/Disable .htaccess' require valid-user with

2005-10-23 Thread Sean Conner
It was thus said that the Great Dan Trainor once stated: > > Sean Conner wrote: > > It was thus said that the Great Dan Trainor once stated: > > > >>The initial authentication would take place via PHP form. I understand > >>how 'require valid-user' works, and how it's used. > >> > >>I figured ou