
27 Aug
2007
27 Aug
'07
10:04 a.m.
Bc. Radek Krejca wrote:
# set mod_perl2 options <Location /> # ErrorDocument 403 /customer.pl ErrorDocument 403 /index.pl SetHandler perl-script PerlResponseHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders PerlOptions +SetupEnv Order allow,deny Allow from all </Location>
You have specified to use mod_perl for all files under / (effectively all site files), so mod_perl is also trying to process your images as perl code. That is why you're getting that error. Nils Breunese.