• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Apache modules on plesk (?)

U

urameshix

Guest
Hi there,

I have a big problem when I try to install the module mod_evasive for apache (anti ddos module).

I run the next command in the ssh:

/usr/local/psa/admin/bin/apxs -i -a -c mod_evasive20.c

But when it tries to compile, returns lot of errors. In fact all what I did is follow the steps in the README text file, but I think it refers to single apache, and not plesk. ¿Does anybody know how to install modules for apache with apxs on plesk?

Please help.
 
We include mod_evasive in ASL if you want to go the commercial route. Otherwise, you're using the wrong axps, thats the one for Plesk's httpd, not the OS one. That tells me you dont have the httpd-devel package installed.
 
That's it!, i got confused by the wrong apxs-.-

yum install httpd-devel and thats all!

Thanks
 
Back
Top