in reply to Re: Problem with graphics and Apache::ASP
in thread Problem with graphics and Apache::ASP

I also found this in mod_perl mailing list to process the file instead of the location. Darn thing :)

Change Location directive in httpd.conf:
Files ~ (\.htm)
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar NoState 1
/Files


Thanks,
Steve
  • Comment on Re: Re: Problem with graphics and Apache::ASP