Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 7d0d48e7990cef72b180bd549a3aa9dc > files > 16

WebCalendar-1.2.1-1.fc13.src.rpm

#
#	WebCalendar.
#
Alias /WebCalendar @BASEPATH@

<Directory @BASEPATH@>
	DirectoryIndex		index.php
	Options			Indexes Includes ExecCGI
	AllowOverride		None
	Order			Allow,Deny
	Allow from		localhost.localdomain
	AddDefaultCharset	Off
	php_value		magic_quotes_gpc	0
	php_value		register_globals	0
	php_value		error_reporting		2039
</Directory>

<Directory @BASEPATH@/tools>
	Options			None
	AllowOverride		None
	Order			Deny,Allow
	Deny from		All
</Directory>