• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Mod-dos?

T

timtrott

Guest
Denial Of Service problems...

It appears that a lot of servers are being hit with a rather crude DOS attack that clones garbled email addresses into all fields of a response form. Several IP's are being used, many from AOL sources.

Is there some kind of MOD-DOS available for Apache 2 that is compatible with PSA? My tech tells me that I have a need for a "dynamic ACL" to limit the number of hits on a (any) particular file.
 
My tech found that one but we were concerned that it might tangle with Plesk somehow. If that's not a problem then it seems like it could be our answer.

Thanks!
 
Originally posted by timtrott
It appears to require apxs. Where can I find that?


yum install httpd-devel

should do the trick, or you may want to download the httpd-devel package that matches up with your installation of httpd.
 
Thanks. We'll check it out.

BTW, we're running Fedora C2 on one machine, RHEL 4ES on another. Are you running either one of these?
 
Originally posted by timtrott
Thanks. We'll check it out.

BTW, we're running Fedora C2 on one machine, RHEL 4ES on another. Are you running either one of these?

I am using FC2.
 
Thanks. That will take care of one of them, anyway.

Do you know if there any other options that might work on RHEL4ES?
 
Originally posted by timtrott
Thanks. That will take care of one of them, anyway.

Do you know if there any other options that might work on RHEL4ES?

What makes you think mod_dosevasive won't work? I would just use mod_dosevasive, FC2 vs RHEL4 is NOT that different. They both have the 2.6.x series kernel, both should be using httpd 2.0.x, etc.
 
Sorry to keep bothering you.

Mod-evasive wants apxs.

RHEL4ES: You suggested installing httpd-devel -- Did that. No apxs was included. -

Tried up2date -i apxs -- No such animal.

Searched RedHat -- No apxs.

Any suggestions?
 
After installing httpd-devel RPM, did you update your locate database and then try to locate the apxs file? It should be there, generally in /usr/sbin/apxs

However, do NOT use /usr/local/psa/admin/bin/apxs
This is not the one you want.
 
Back
Top