diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 11:56:24 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 11:56:24 +0200 |
commit | 43ad7c8e825057747ccf02049050b323878952a7 (patch) | |
tree | 3160fd640c42f41a38d6c1df2cd4e020f87942ae /doc/md/Server-security.md | |
parent | b4ff0afb24db6e4cb3543bbd71f01bbb0716b144 (diff) | |
download | Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.gz Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.zst Shaarli-43ad7c8e825057747ccf02049050b323878952a7.zip |
documentation: fix rendering and internal references
This is mainly cleanup after switching from Github-flavoured Markdown
rendered by Github Pages, to standard Markdown rendered by MkDocs.
Changed:
- rephrase some section titles
Fixed:
- list rendering (items, sub-items))
- code rendering
- quotes
- dead links
Removed:
- extraneous navigational elements
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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 |