Jonathan Dixon wrote:

<Files ~ (\.pdf)>
   SetHandler  perl-script
   PerlHandler Apache::ASP
   PerlSetVar  Global /storage/t212
   PerlSetVar  StateDir /tmp/asp
   PerlSetVar  RequestBinaryRead On
</Files>

This declares *.pdf files as being ASP files. Apache::ASP is trying to interpret them directly!


What you want to do cannot be accomplished with this mechanism. Try looking at the various Apache modules.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to