Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 02bf90b9d9860c302590dceea636862b > files > 5

WebCalendar-1.2.3-1.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>