On Wednesday 26 June 2002 7:15 pm, Phil Macias wrote: > 2. Here are the relevant lines from httpd.conf: > > PerlModule AxKit
Good start ;-) > SetHandler perl-script > PerlHandler AxKit Remove these two lines. This is the problem with your setup - this installs the "slow handler". If you remove these your log lines should change to say "fast handler called for <uri>". > AddHandler axkit .xml > AddHandler axkit .xsp > AddHandler axkit .dkb Add: AddHandler axkit .axp > AxDebugLevel 50 Good, but also add: AxLogDeclines On Matt. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
