• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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