On Mon, 2004-02-09 at 14:27, [EMAIL PROTECTED] wrote:
> error_log
> [Mon Feb  9 13:09:06 2004] [notice] Apache/1.3.29 (Unix) mod_perl/1.29 configured -- 
> resuming normal operations
> [Mon Feb  9 13:09:06 2004] [notice] suEXEC mechanism enabled (wrapper: 
> /usr/local/apache/bin/suexec)
> [Mon Feb  9 13:09:06 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
> 

That does not look good. It seems as if AxKit is not loaded. Are you
sure you're editing the appropiate httpd.conf.

Here's a portion of code I have in my inlcuding into my httpd.conf:

axkit.conf:
===========
----------------------------------8<----------------------------------
PerlModule AxKit
                                                                                       
                                                    
<Location /lieferplatform-visualizer/51/2003-01-01/final_standings.xml >
   SetHandler perl-script
   PerlHandler AxKit
                                                                                       
                                                    
   AxAddStyleMap  text/xsl Apache::AxKit::Language::LibXSLT
   AxAddProcessor text/xsl /lieferplatform/stylesheet/4/standing/standing.xsl
   AxDebugLevel 10
   AxCacheDir /tmp/lieferplatform
</Location>
...
----------------------------------8<----------------------------------


httpd.conf:
===========
----------------------------------8<----------------------------------
....
....
Include conf/axkit.conf
----------------------------------8<----------------------------------


When apache starts you should get something like this in error_log.
----------------------------------8<----------------------------------
[Wed Jul 30 14:40:35 2003] [notice] Apache/1.3.28 (Unix) AxKit/1.62 mod_perl/1.28 
configured -- resuming normal operations
[Wed Jul 30 14:40:35 2003] [notice] Accept mutex: sysvsem (Default: sysvsem)
----------------------------------8<----------------------------------

Tom


-- 
   \\\||///
  \\  - -  //
   (  @ @  )
-oOo--( )--oOo----------------------------------------------------------
                     ___  ___                                tom schindl
      o       __    /  / /           innovative medientechnik planung AG
     / /\/\/ / /   /__/ / __            mailto:[EMAIL PROTECTED]
    / / / / /_/   /  / /___/                        http://www.impire.de
           /                 voice:+43(512)34193431,fax:+43(512)34193420
   Eduard-Bodem-Gasse 6, A-6020 Innsbruck, Austria, Software Engineering
------------------------------------------------------------------------


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

Reply via email to