mod evasive
how to check if its installed properly?
php -i | grep evasive
resturns nothing
update: check this "ls /usr/local/apache/modules/"
i did not found any modevasive in any httpd.conf files
here is the tutorial on how to install module, but im unsure how to make sure the module is included in httpd.conf permanently
1. /usr/local/apache/bin/apxs -i -a -c mod_evasive20.c
2. /usr/local/cpanel/bin/apache_conf_distiller --update
that correct?
-
Hello :) You have a thread on this here: Manual Changes Not Saved in httpd.conf Could you elaborate on how this question is different? Thank you. 0 -
Thank You i think one part of my questions is solved now (by this post from yours above mentioned topic). only this question remains regarding evasive mod: [QUOTE]how to check if its installed properly? php -i | grep evasive resturns nothing 0 -
You can see a list of modules compiled with Apache with a command such as: httpd -l
Thank you.0 -
Thank you, there are many modules, but evasive is not there :( [QUOTE]httpd -l | grep eva
returns nothing [QUOTE] cat /usr/local/apache/conf/httpd.conf | grep eva
LoadModule evasive20_module modules/mod_evasive20.so0 -
What method did you use to configure and install this custom module? Did you use the Apache distiller, as referenced in the tutorial you posted? Note you can also use "httpd -M", which lists all modules, both statically and dynamically loaded. You may not see Mod_Evasive listed, depending on how you installed it. Thank you. 0 -
[quote="cPanelMichael, post: 1730071">What method did you use to configure and install this custom module? Did you use the Apache distiller, as referenced in the tutorial you posted? Note you can also use "httpd -M", which lists all modules, both statically and dynamically loaded.
Hello, yes i used distiller command mentioned. and "httpd -M | grep eva" returns: [QUOTE]Syntax OK evasive20_module (shared)
please any more idea if its installed properly. or what to check?0 -
[quote="postcd, post: 1730432">"httpd -M | grep eva" returns: Syntax OK evasive20_module (shared)
This means the module is loaded. Thank you.0
Please sign in to leave a comment.
Comments
7 comments