allklier
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by allklier-
allklier commented,
The HG firewall is a very simple block/pass firewall. The black list is found at /etc/firewall/GLOBAL_DROP Make sure to restart the service after modifying the files to take effect (service firew...
-
allklier commented,
After more careful inspection of the compiled httpd.conf, it appears that the loadModule line is after the pre_main_global. So directives included in that pre_main_global conf wouldn't see the mod_...
-
allklier commented,
Do you see it here? httpd -l | grep -i qos Also you have to enable UniqueId in Exhaustive Options List, you can check if you have it from here: httpd -l | grep unique qos does not, but unique do...
-
allklier commented,
Tried to edit to include version info, but wouldn't let me. This is a Hostgator VPS, CentOS 6.6, WHM 11.50, Apache 2.2, mod_qos 11.5
-
allklier created a post,
Mod_qos Directives Not Recognized
Earlier today I recompiled Apache to include mod_qos to deal with some traffic/load problems. Build and install went uneventful. mod_qos is showing up in Apache Status, build info, and adding /qo...