You need to tell Apache::ASP not to process image files or it will wreck
them. I use this in the httpd.conf file to restrict ASP to .htm and .asp
files :-
SetHandler perl-script
PerlHandler Apache::ASP
regards, Rod
===
Corporate confidentiality statement goes he
You need to relate .asp to a handler in the Apache conf file e.g :-
AddType text/html .asp
SetHandler perl-script
PerlHandler Apache::ASP
regards, Rod
===
Corporate confidentiality statement goes here.
- Original Message -
From: "Kari Suomela" <[EMAIL
This is exactly what I was alluding to in my previous post, and even
professionals are being driven mad, despite reading the Guide (which despite
being complete is still mysterious, it comes across as having a mission
statement to contain everything rather than to be useful, sorry). My .05 is
that