AdminUser.wOrdpress.cOm

Archive for June 2008

List all the loaded modules :: apache

Posted by: SiiN on: June 12, 2008

You can use the following command to list all the loaded modules in apache (both DSO and Static)
———-
apachectl -t -D DUMP_MODULES
———-
The output will be something like
———
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
auth_passthrough_module (shared)
bwlimited_module (shared)
php5_module (shared)
fcgid_module (shared)
proxy_module (shared)
———

Tags:

Mod Security 2 Default Rules and IDs

Posted by: SiiN on: June 8, 2008

Here is the Mod Security 2 Default Rules and IDs. May be useful if you want to deactivate any specific rule.
————————————–
marketing.conf
10005 – Marketing Default Action
10006 – Google robot activity
10007 – Yahoo robot activity
10008 – MSN robot activity
http_policy.conf
60031 – HTTP Policy Default Action
60032 – Allow only POST,GET,HEAD Requests
60033 – Block CONNECT / TRACE Requests
60010 – Restrict [...]

Tags: