completed util directory protection; fixes #136
This commit is contained in:
parent
e0a405b6a3
commit
56d5d9f4f5
9
.gitignore
vendored
9
.gitignore
vendored
@ -10,6 +10,15 @@
|
||||
/htdocs/util/publish_caches/settings.inc.php
|
||||
/htdocs/util/watchlist/settings.inc.php
|
||||
|
||||
# directory permissions
|
||||
# these files are contained in the repo, but can be overriden locally
|
||||
/htdocs/util/archive/.htaccess
|
||||
/htdocs/util/attributes/.htaccess
|
||||
/htdocs/util/change_owner/.htaccess
|
||||
/htdocs/util/delete/.htaccess
|
||||
/htdocs/util/mysql_root/.htaccess
|
||||
/htdocs/util/search_index/.htaccess
|
||||
|
||||
# other data
|
||||
/htdocs/cache/*
|
||||
/htdocs/cache2/*
|
||||
|
4
htdocs/util-local/.htaccess
Normal file
4
htdocs/util-local/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util-local/mailing/.htaccess
Normal file
4
htdocs/util-local/mailing/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util-local/maintenance/.htaccess
Normal file
4
htdocs/util-local/maintenance/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util-local/ocxml11client/.htaccess
Normal file
4
htdocs/util-local/ocxml11client/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util-local/prodsys/.htaccess
Normal file
4
htdocs/util-local/prodsys/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util/archive/.htaccess
Normal file
4
htdocs/util/archive/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
AuthUserFile /path/to/passwdfile/.htpasswd
|
||||
AuthName "OC-Admin"
|
||||
AuthType Basic
|
||||
require valid-user
|
4
htdocs/util/attributes/.htaccess
Normal file
4
htdocs/util/attributes/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
AuthUserFile /path/to/passwdfile/.htpasswd
|
||||
AuthName "OC-Admin"
|
||||
AuthType Basic
|
||||
require valid-user
|
4
htdocs/util/change_owner/.htaccess
Normal file
4
htdocs/util/change_owner/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
AuthUserFile /path/to/passwdfile/.htpasswd
|
||||
AuthName "OC-Admin"
|
||||
AuthType Basic
|
||||
require valid-user
|
4
htdocs/util/delete/.htaccess
Normal file
4
htdocs/util/delete/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
AuthUserFile /path/to/passwdfile/.htpasswd
|
||||
AuthName "OC-Admin"
|
||||
AuthType Basic
|
||||
require valid-user
|
4
htdocs/util/mysql_root/.htaccess
Normal file
4
htdocs/util/mysql_root/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util/search_index/.htaccess
Normal file
4
htdocs/util/search_index/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util2/cron/.htaccess
Normal file
4
htdocs/util2/cron/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util2/cron/modules/.htaccess
Normal file
4
htdocs/util2/cron/modules/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
4
htdocs/util2/ocprop-cleanup/.htaccess
Normal file
4
htdocs/util2/ocprop-cleanup/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<FilesMatch "*">
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</FilesMatch>
|
Loading…
x
Reference in New Issue
Block a user