Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 69bd819181207592ea5dc471e49c85f8 > files > 6

WebCalendar-1.2.3-5.fc14.noarch.rpm

#
#	WebCalendar.
#
Alias /WebCalendar /usr/share/WebCalendar

<Directory /usr/share/WebCalendar>
	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 /usr/share/WebCalendar/tools>
	Options			None
	AllowOverride		None
	Order			Deny,Allow
	Deny from		All
</Directory>