This threw me at first too. Mandrake Linux comes default with Apache configured using the proxied mod_perl method that is recommended in the mod_perl Guide. So, any perl requests are proxied to a separate apache process running on port 8200.
commonhttpd.conf is common to both processes. httpd.conf is the Apache process running on port 80, and httpd-perl.conf is the one running on 8200. I'm not sure exactly how to make it proxy AxKit requests, since I only use Mandrake as my development/desktop machine (I go straight to port 8200). Hope this helps. On Thu, 2002-03-28 at 08:20, Ray Carlino wrote: > when using the new conf files > > > commonhttpd.conf > httpd-perl.conf > httpd.conf > > Which one do you put the perlmodule lines???? > > PerlModule AxKit > AddHandler axkit .xml > AddHandler axkit .xsp > AddHandler axkit .dkb > AxDebugLevel 10 > PerlSetVar AxXPSInterpolate 1 > > Ray > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- -man Michael A Nachbaur PGP Public Key at http://www.nachbaur.com/pgpkey.asc PGP Key fingerprint = 83DC 7C3A 3084 6A21 9A3F 801E D974 AFB4 BFD7 2B6F --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
