File: apache-configuration.txt

package info (click to toggle)
restfuldb 0.16.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,936 kB
  • sloc: sh: 25,689; perl: 11,796; sql: 1,667; javascript: 917; makefile: 221
file content (7 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
The following configuration stanza has to be added to 000-default.conf
(or another corresponding Apache site configuration) to allow the
.htaccess configuration of the site access:

<Directory "/home/saulius/public_html">
    AllowOverride AuthConfig FileInfo Indexes Limit Options=Indexes,MultiViews,Includes,ExecCGI
</Directory>