home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
plugins
/
apache
/
modules
/
access
/
moduleDescription.xml
< prev
next >
Wrap
Text File
|
2000-11-02
|
891b
|
23 lines
<apacheModuleDescription name="access"
directivesXMLDefinition="directives.xml"
propertyPagesXMLDefinition="propertyPages.xml"
description="Access control based on client
hostname or IP address." icon="lock">
<nodesInterested>
<node type="directory,location,files">
<propertyPage name="newbieSecurity" hookUnder="authorisation"/>
</node>
</nodesInterested>
<specialCases file="specialCases.tcl">
<specialCase confDir="allow"
xmlDir="access"
parser="apache1.3::parseAccess"
dumper="apache1.3::dumpAccess" />
<specialCase confDir="deny"
xmlDir="access"
parser="apache1.3::parseAccess"
dumper="apache1.3::dumpAccess" />
</specialCases>
</apacheModuleDescription>