Some times we need to hide apache banner information, because hackers check version details, before attacking a sever, If you close this door, it is more difficult for them to exploit any system holes and thus making vulnerability scanners work harder and in some cases impossible without knowing version information.
Read more »How To hide Apache2 version Information from hackers
Category: Beginner Tags:
- Login to post comments
Installing Apache2 With PHP5 And MySQL Support On Fedora 11 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 11 server with PHP5 support (mod_php) and MySQL support.
Read more »Category: High End Tags:
- Login to post comments
How To Defend slowloris DDoS With mod_qos (Apache2 On Debian [Lenny])
mod_qos gives some fine-grained opportunities to scale the number of used connections and to defend an attack according to bandwidth limits. Unfortunately it is only available as source-package and there are many possible settings, wich might be hard to set up for this special case. So I provide the way that helped me.
Read more »Category: High End Tags:
- Login to post comments
SSL on Ubuntu 8.10 Apache2
Setting up SSL with Ubuntu 8.10 is a simple process but it does have a few gotchas that you need to be aware of. The setup has changed from 8.04. One issue is that the +CompatEnvVars is no longer used as it created a bug in 8.10 and you will have to enable the default-ssl site to get everything working.
Read more »Category: High End Tags:
- Login to post comments