View Single Post
  #3 (permalink)  
Old 06-24-2007, 09:21 AM
nangkon nangkon is offline
Junior Member
 
Join Date: Jun 2007
Posts: 4
nangkon is on a distinguished road
I am using CGIProxy 2.0.1, httpd 2.2.4, mod_perl 2.0.2 on FC6. I tried the following parameters:

<Directory /home/site/public_html>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options ExecCGI FollowSymLinks
AllowOverride all
Allow from all
Order Allow,Deny
</Directory>

And when accessing the site, I got some internal error inside the page, and the page was returned as text/plain instead of text/html.
Reply With Quote