home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Komunikace
/
Comanche
/
plugins
/
apache
/
modules
/
php3
/
moduleDescription.xml
< prev
next >
Wrap
Text File
|
2000-11-02
|
2KB
|
41 lines
<apacheModuleDescription name="php3"
directivesXMLDefinition="directives.xml"
propertyPagesXMLDefinition="propertyPages.xml"
description="PHP3 Apache module." icon="smallWheel">
<nodesInterested>
<node type="mainserver,virtualhost">
<propertyPage name="pp_phpEngine" />
<propertyPage name="pp_phpResource" hookUnder="pp_phpEngine" />
<propertyPage name="pp_phpErrorHandling" hookUnder="pp_phpEngine" />
<propertyPage name="pp_phpDataHandling" hookUnder="pp_phpEngine" />
<propertyPage name="pp_phpPaths" hookUnder="pp_phpEngine" />
</node>
</nodesInterested>
<specialCases file="specialCases.tcl">
<specialCase confDir="php3_open_basedir"
xmlDir="php3_open_basedir"
parser="apache1.3::parse_php3_open_basedir"
dumper="apache1.3::dump_php3_open_basedir" />
<specialCase confDir="php3_error_log"
xmlDir="php3_error_log"
parser="apache1.3::parse_php3_error_log"
dumper="apache1.3::dump_php3_error_log" />
<specialCase confDir="php3_auto_prepend_file"
xmlDir="php3_auto_prepend_file"
parser="apache1.3::parse_php3_auto_prepend_file"
dumper="apache1.3::dump_php3_auto_prepend_file" />
<specialCase confDir="php3_auto_append_file"
xmlDir="php3_auto_append_file"
parser="apache1.3::parse_php3_auto_append_file"
dumper="apache1.3::dump_php3_auto_append_file" />
<specialCase confDir="php3_include_path"
xmlDir="php3_include_path"
parser="apache1.3::parse_php3_include_path"
dumper="apache1.3::dump_php3_include_path" />
</specialCases>
</apacheModuleDescription>