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
This commit is contained in:
rudolfkoenig
2014-09-21 07:54:00 +00:00
parent 10d49bc2cc
commit 5ae4c9747c

View File

@@ -1,17 +0,0 @@
=========================================
#httpd.conf entry: no password for for distinguished hosts
ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/"
<Directory "/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
</Directory>
=========================================