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
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
>
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
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
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
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
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