<?xml version="1.0"?>
<!DOCTYPE WebStar SYSTEM "ws_settings.0.5.dtd">
<WebSTAR>
<RootDir></RootDir>
<ErrorDir></ErrorDir>
<ErrorLog></ErrorLog>
<PlugIn name="WebSTAR Security">
	<AccessControl>
		<Permissionlists>
		</Permissionlists>
		<Networklists>
		</Networklists>
		<Realms>
			<Realm name="WS_Admin"  matchType="begins_with"  matchStr="/WS_Admin"  authenticator="Admin Auth">
				<DefaultPermissions read="1" modify="1" create="1" delete="1" list="1" lock="1"/>
				<WebDAV use="1"/>
				<IgnoreStandardAccess use="0"/>
				<SSL bits="0"/>
			</Realm>
			<Realm name="Example DAV"  matchType="begins_with"  matchStr="/Examples/WebDAV"  authenticator="">
				<DefaultPermissions read="1" modify="0" create="0" delete="0" list="1" lock="0"/>
				<WebDAV use="1"/>
				<IgnoreStandardAccess use="0"/>
				<SSL bits="0"/>
			</Realm>
			<Realm name="Examples"  matchType="begins_with"  matchStr="/Examples"  authenticator="">
				<DefaultPermissions read="1" modify="0" create="0" delete="0" list="1" lock="0"/>
				<WebDAV use="0"/>
				<IgnoreStandardAccess use="0"/>
				<SSL bits="0"/>
			</Realm>
		</Realms>
	</AccessControl>
	<Authentication>
		<Userlists>
			<Internal name="Admin List">
			</Internal>
		</Userlists>
		<Authenticators>
			<Authenticator name="Admin Auth" mode="Basic">
				<Users listname="Admin List"/>
			</Authenticator>
		</Authenticators>
	</Authentication>
</PlugIn>
<PlugIn name="WebSTAR Rewrite">
</PlugIn>
<PlugIn name="WebSTAR CGI">
	<Permissions>
		<Folder type="any" allow="no"/>
		<Folder type="local" allow="no"/>
		<Folder type="global" allow="yes"/>
		<CGI type="appleevents" allow="yes"/>
		<CGI type="ncsa" allow="yes"/>
	</Permissions>
	<Actions>
		<Action name="Unix CGI" matchType="ends_with" matchStr=".cgi" type="ncsa" path=""/>
		<Action name="AE CGI" matchType="ends_with" matchStr=".acgi" type="appleevents" path=""/>
		<Action name="Perl Scripts" matchType="ends_with" matchStr=".pl" type="ncsa" path=""/>
		<Action name="PHP" matchType="ends_with" matchStr=".php" type="ncsa" path="/cgi-bin/php"/>
	</Actions>
</PlugIn>
<PlugIn name="WebSTAR Log">
	<Log activated="yes"/>
	<Path>/WS_Admin/logs</Path>
	<Dns activated="no"/>
	<Buffer exist="yes" size="4000"/>
	<Format type="CLF"/>
</PlugIn>


</WebSTAR>