File: .htaccess

package info (click to toggle)
libwebapp-ruby 0.4-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 240 kB
  • sloc: ruby: 2,245; makefile: 79
file content (16 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Options ExecCGI Indexes

DirectoryIndex index.fcgi index.rbx index.cgi
IndexOptions SuppressDescription SuppressLastModified SuppressSize

Order Deny,Allow
Deny from All

<FilesMatch "\.(cgi|fcgi|rbx)$">
Allow from All
</FilesMatch>

# following section enables indexing.
<FilesMatch "^$">
Allow from All
</FilesMatch>