29 lines
430 B
ApacheConf
29 lines
430 B
ApacheConf
Options -Indexes ExecCGI FollowSymLinks
|
|
AddHandler cgi-script .cgi
|
|
DirectoryIndex blogthon.cgi
|
|
|
|
<Files ~ "^configuration$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^\.blogthonrc$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^blogthonrc$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^linklist$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^.*\.comments$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|