|
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.
|