$ENV{'MOD_PERL'} is undefined, which leaves me to believe that Apache::Request isn't involved, but the error logs produce:

[Thu Nov 6 16:56:45 2003] [error] [client 192.168.0.5] [libapreq] unknown content-type: `text/xml'

Is there a way I can make apache/mod_perl know '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 by mod_cgi, but I get this error in my apache error logs when
it tried to run

I'm confused. This is an old CGI script, but it uses Apache::Request? What do you see when print out $ENV{'MOD_PERL'} in this script?

- Perrin

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html




--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to