From 5ae4c9747c26922d0dc4035bf36c5cc9655faf18 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 21 Sep 2014 07:54:00 +0000 Subject: [PATCH] docs/web-tipps: deleting file to test the SVN pre-commit hook (Forum #27233) git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6585 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/web-tipps | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 fhem/docs/web-tipps diff --git a/fhem/docs/web-tipps b/fhem/docs/web-tipps deleted file mode 100644 index 9800e7584..000000000 --- a/fhem/docs/web-tipps +++ /dev/null @@ -1,17 +0,0 @@ -========================================= -#httpd.conf entry: no password for for distinguished hosts - -ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" - - AuthType Basic - AuthName "Password Required" - AuthUserFile /home/httpd/etc/passwd - Require valid-user - Order deny,allow - Deny from all - Allow from 192.168.0.207 - Allow from 192.168.0.208 - Satisfy any - - -=========================================