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:
@@ -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>
|
||||
|
||||
=========================================
|
||||
Reference in New Issue
Block a user