Page 1 of 1

install modues evasive and security in xampp

PostPosted: 03. August 2016 02:10
by eden0012
Hello my friends, I have installed xampp 5.6.23 in linux debian jessie and need to install the modues evasive and security in apache the xampp, to prevent DDoS attcks, which would be the correct way to install the modules?

Re: install modues evasive and security in xampp

PostPosted: 03. August 2016 11:45
by Altrea
Hi my friend,

DDoS attacks on a local test and development environment?

Best wishes,
Altrea

Re: install modues evasive and security in xampp

PostPosted: 03. August 2016 15:12
by eden0012
yes, in a test environment and local development

Re: install modues evasive and security in xampp

PostPosted: 03. August 2016 18:58
by Altrea
Sorry, but if you expect DDoS attacks on a local network than you should not use XAMPP as development stack. XAMPP is not designed to be very efficient.
Focus should be to install and configure all the Single components on their own and tweak them to work as stable and efficient as possible on your hardware.
Then you should stop DDoS attacks way earlier than on your Apache. If the DDoS requests can get to your Apache server it is too late to really do anything against it.
Use a modern Firewall, use multiple Webservers which are doing load balancing, etc. All in all known technologies.

Re: install modues evasive and security in xampp

PostPosted: 04. August 2016 00:06
by eden0012
thanks for your valuable information,i am now working in install and configure all the Single components.