File: auth2db.apache2

package info (click to toggle)
auth2db 0.2.5-2%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,508 kB
  • ctags: 1,090
  • sloc: python: 2,280; php: 2,161; sh: 174; sql: 157; makefile: 81
file content (19 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Alias /auth2db "/usr/share/auth2db-frontend/www"
<Directory "/usr/share/auth2db-frontend/www">
	Options Indexes MultiViews FollowSymLinks
        DirectoryIndex index.php
	AllowOverride None
	Order deny,allow
	Deny from all
	
	# IMPORTANT!
	# Before making available this page to the whole world,
	#   take seriously changing default password.
	#
	Allow from 127.0.0.0/255.0.0.0 ::1/128
	
	# For a higher security, activate only SSL requests
	#   Of course, you'll have to have set up proper
	#   SSL certificates.
        #SSLRequireSSL
</Directory>