On Tue, 22 Jan 2002, jc153 wrote: > When I add: > > SetHandler perl-script > PerlHandler AxKit > > to httpd.conf, all my perl scripts stop working and throw out the code in plain text. > Without these lines, AxKit doesn't work. > > I've tried to get Apache to handle .cgi separately but with no luck. > > I'm using Apache 1.3.22 on FreeBSD UNIX. I expect there is a simple > solution...!
Yup. Try: AddHandler axkit .xml instead (and any other extensions you want AxKit to handle) -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
