Re: xml and mod_perl

2003-11-06 Thread Dustin Whitney
I am using Mason. Here are some lines from my httpd.conf file that are probably relevant: Alias /perl/ /var/www/perl/ PerlSetVar MasonAllowGlobals $swit_user PerlInitHandler "Apache::StatINC" SetHandler perl-script PerlHandler Apache::Registry Op

Re: xml and mod_perl

2003-11-06 Thread Dustin Whitney
7;text/xml'? -Dustin On Nov 6, 2003, at 4:37 PM, Perrin Harkins wrote: On Thu, 2003-11-06 at 17:51, Dustin Whitney wrote: I've an old cgi-script that worked before I installed mod_perl, but now it won't work. I've put it in a directory that is configured to be handled

xml and mod_perl

2003-11-06 Thread Dustin Whitney
Hello, I've an old cgi-script that worked before I installed mod_perl, but now it won't work. I've put it in a directory that is configured to be handled by mod_cgi, but I get this error in my apache error logs when it tried to run: Thu Nov 6 15:50:23 2003] [error] [client 192.168.0.5]

mod_perl/mod_cgi

2003-11-06 Thread Dustin Whitney
Hello, Is there a way that I can make apache use mod_cgi to serve scripts in one directory, but mod_perl in all the others? I have some scripts that won't work under mod_perl in their current form, and I'd like to temporarily use them while I rewrite them for mod_perl. Thanks, Dustin -- R