• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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