Subject: | mod_perl-2 / apache 2 problem httpd.conf directives broke |
Apache2.0.35, Perl5.6.1, mod_perl-2, AxKit1.5
Instructed by the AxKit pod documentation i added this to my apache2 htttpd.conf
## AxKit 1.5 configuration
##
PerlModule AxKit
#<Location /axkit/>
SetHandler AxKit
# Setup style type mappings
AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot
AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript
# Optionally set a hard coded cache directory
# make sure this is writable by nobody
AxCacheDir c:\temp\axkit_cache
# turn on debugging (1 - 10)
AxDebugLevel 5
<ERROR>
Syntax error on line 980 of C:/Programme/Apache Group/Apache2/conf/httpd.conf:
Invalid command 'AxAddStyleMap', perhaps mis-spelled or defined by a module not included in the server configuration
</ERROR>
Sounds like in Apache2 "self-developed" options changed ?!
Murat