2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

docs/web-tipps: deleting file to test the SVN pre-commit hook (Forum #27233)

git-svn-id: https://svn.fhem.de/fhem/trunk@6585 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-09-21 07:54:00 +00:00
parent 79045d1834
commit 73bbaa8cef

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