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 - - -=========================================