diff options
Diffstat (limited to 'doc/md/Server-security.md')
-rw-r--r-- | doc/md/Server-security.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/md/Server-security.md b/doc/md/Server-security.md index 8df36f46..700084e2 100644 --- a/doc/md/Server-security.md +++ b/doc/md/Server-security.md | |||
@@ -1,5 +1,6 @@ | |||
1 | ## php.ini | 1 | ## php.ini |
2 | PHP settings are defined in: | 2 | PHP settings are defined in: |
3 | |||
3 | - a main configuration file, usually found under `/etc/php5/php.ini`; some distributions provide different configuration environments, e.g. | 4 | - a main configuration file, usually found under `/etc/php5/php.ini`; some distributions provide different configuration environments, e.g. |
4 | - `/etc/php5/php.ini` - used when running console scripts | 5 | - `/etc/php5/php.ini` - used when running console scripts |
5 | - `/etc/php5/apache2/php.ini` - used when a client requests PHP resources from Apache | 6 | - `/etc/php5/apache2/php.ini` - used when a client requests PHP resources from Apache |
@@ -30,6 +31,7 @@ Additional .ini files parsed: /etc/php/conf.d/xdebug.ini | |||
30 | 31 | ||
31 | ## fail2ban | 32 | ## fail2ban |
32 | `fail2ban` is an intrusion prevention framework that reads server (Apache, SSH, etc.) and uses `iptables` profiles to block brute-force attempts: | 33 | `fail2ban` is an intrusion prevention framework that reads server (Apache, SSH, etc.) and uses `iptables` profiles to block brute-force attempts: |
34 | |||
33 | - [Official website](http://www.fail2ban.org/wiki/index.php/Main_Page) | 35 | - [Official website](http://www.fail2ban.org/wiki/index.php/Main_Page) |
34 | - [Source code](https://github.com/fail2ban/fail2ban) | 36 | - [Source code](https://github.com/fail2ban/fail2ban) |
35 | 37 | ||
@@ -68,6 +70,7 @@ Disallow: / | |||
68 | ``` | 70 | ``` |
69 | 71 | ||
70 | See: | 72 | See: |
71 | - http://www.robotstxt.org/ | 73 | |
74 | - http://www.robotstxt.org | ||
72 | - http://www.robotstxt.org/robotstxt.html | 75 | - http://www.robotstxt.org/robotstxt.html |
73 | - http://www.robotstxt.org/meta.html | 76 | - http://www.robotstxt.org/meta.html |