Am 18.08.2015 um 12:09 schrieb Sophie Loewenthal:
Thanks Rainr. I build the modules in the end with apxs -i -c mod_qos.c -lcrypto -lpcre because configure asked for items I could not find in my repositories. It build this in /etc/httpd/modules/mod_qos -rw-r--r-- 1 root root 744576 Aug 18 11:37 mod_qos.o -rw-r--r-- 1 root root 276 Aug 18 11:37 mod_qos.lo -rw-r--r-- 1 root root 0 Aug 18 11:37 mod_qos.slo -rw-r--r-- 1 root root 936 Aug 18 11:37 mod_qos.la And put a compiled .so in : # ls -l /usr/lib64/httpd/modules/mod_qos.so -rwxr-xr-x 1 root root 518232 Aug 18 11:37 /usr/lib64/httpd/modules/mod_qos.so :)
OK, if it loads that's fine.
Added to httpd.conf LoadModule qos_module /usr/lib64/httpd/modules/mod_qos.so Unsure for the conf file. I've created a file called mod_qos.conf in /etc/httpd/conf.d/ and added: ## QoS Settings <IfModule mod_qos.c> QS_LogOnly on # put mod_qos into a permissive mode. No actions are applied. # handles connections from up to 100000 different IPs QS_ClientEntries 100000 </IfModule> Does the last configuration step look correct?
mod_qos is quite complex and allows a lot of configuration depending on your use cases. You should probably switch over to the support channels provided by the people who created mod_qos. It is a 3rd party module, not one coming from the Apache Software Foundation. This list here is for questions concerning the Apache web server itself, not 3rd party modules.
The best configuration description for mod_qos is probably http://opensource.adnovum.ch/mod_qos/ Support situation is a bit vague, but their sourceforge site http://sourceforge.net/p/mod-qos/wiki/Home/ lists the project members and there is an issue tracker http://sourceforge.net/p/mod-qos/bugs/?source=navbar and a discusion forum http://sourceforge.net/p/mod-qos/discussion/?source=navbar Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx