I've been using AxKit quite happily for sometime, but just began noticing a 
restart problem on one of my servers.  AxKit works perfectly when apache is 
first started, or after a stop/start; however, if `apachectl restart' is 
issued, I get the following error:

==
Invalid command 'AxAddPlugin', perhaps mis-spelled or defined by a module not 
included in the server configuration
==

Apache is running as `Apache/1.3.27 (Unix) AxKit/1.61 mod_perl/1.27 
mod_ssl/2.8.14 OpenSSL/0.9.7b'.

On my debian box, a restart works just fine.  Aside from being a redhat box, 
the only makor difference between the two machines is that on the troubled 
(RH) machine, mod_perl is not compiled as a DSO.

Any thoughts?  Here's the relevant .conf section:

==
PerlModule AxKit
PerlModule Apache::AxKit::Language::LibXSLT
PerlModule XML::LibXML
<Files "*.xml">
  SetHandler AxKit
  AxAddPlugin Apache::AxKit::StyleChooser::PathInfo
  AxAddPlugin Apache::AxKit::Plugin::QueryStringCache
  AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
  AxCacheDir /tmp/axkit_cache/
  AxDebugLevel 1
  AxErrorStylesheet text/xsl /errors/axkit.xsl
</Files>
==

TIA

Chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to