Skip to main content

mod evasive

Comments

7 comments

  • cPanelMichael
    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
  • postcd
    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
  • cPanelMichael
    You can see a list of modules compiled with Apache with a command such as: httpd -l
    Thank you.
    0
  • postcd
    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.so
    0
  • cPanelMichael
    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
  • postcd
    [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
  • cPanelMichael
    [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.