From 9b4c72414044d9c394c5347cd6aa349159a72471 Mon Sep 17 00:00:00 2001 From: An Phan Date: Wed, 8 Jul 2015 01:00:38 +0800 Subject: [PATCH] Fixes the bug with "Allow All Access Except Spammers" directive --- README.md | 1 - Translations/French/README.md | 1 - Translations/German/README.md | 1 - Translations/Portuguese-BR/README.md | 1 - Translations/Slovak/README.md | 3 +-- 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 767838d..93e82cd 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,6 @@ Now of course there's a reversed version: ``` apacheconf ## Apache 2.2 Order deny,allow -Allow from all Deny from xxx.xxx.xxx.xxx Deny from xxx.xxx.xxx.xxy diff --git a/Translations/French/README.md b/Translations/French/README.md index b809f41..0033780 100644 --- a/Translations/French/README.md +++ b/Translations/French/README.md @@ -185,7 +185,6 @@ Bien sûr, il y a la version inverse : ``` apacheconf ## Apache 2.2 Order deny,allow -Allow from all Deny from xxx.xxx.xxx.xxx Deny from xxx.xxx.xxx.xxy diff --git a/Translations/German/README.md b/Translations/German/README.md index f90438f..0c04cf5 100644 --- a/Translations/German/README.md +++ b/Translations/German/README.md @@ -193,7 +193,6 @@ Natürlich gibt es auch eine umgekehrte Version: ``` apacheconf ## Apache 2.2 Order deny,allow -Allow from all Deny from xxx.xxx.xxx.xxx Deny from xxx.xxx.xxx.xxy diff --git a/Translations/Portuguese-BR/README.md b/Translations/Portuguese-BR/README.md index 26b886c..85406e7 100644 --- a/Translations/Portuguese-BR/README.md +++ b/Translations/Portuguese-BR/README.md @@ -194,7 +194,6 @@ Agora é claro que há uma versão invertida: ``` apacheconf ## Apache 2.2 Order deny,allow -Allow from all Deny from xxx.xxx.xxx.xxx Deny from xxx.xxx.xxx.xxy diff --git a/Translations/Slovak/README.md b/Translations/Slovak/README.md index 8600b5d..9f1f5ac 100644 --- a/Translations/Slovak/README.md +++ b/Translations/Slovak/README.md @@ -109,7 +109,6 @@ Samozrejme je tu aj opačná verzia: ### Povoliť prístup všetkým, ale nie spamerom ``` apacheconf Order deny, allow -Allow from All Deny from xxx.xxx.xxx.xxx Deny from xxx.xxx.xxx.xxy ``` @@ -335,4 +334,4 @@ AddDefaultCharset utf-8 # Nastavenie UTF-8 pre niekoľko formátov súborov AddCharset utf-8 .atom .css .js .json .rss .vtt .xml ``` -[Zdroj](http://h5bp.com) \ No newline at end of file +[Zdroj](http://h5bp.com)