I recently upgraded my servier from Fedora Core 2 to Fedora Core 4, and thus
the new versions of Apache and ASP as well. This seems to have broken one of my
Perl modules (MdbSQL) that relies on an XS interface to the mdbtools libraries
to enable me to read MDB files on my Linux machine.
I can m
From: "wenheping2000" <[EMAIL PROTECTED]>
> 1) can apache-asp support using access database?
In addition to the ODBC solution mentioned before, I have also done a
rudimentary perl module to make use of the read functionalities of the mdbtools
package from SourceForge (based on a similar mod
> 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.
I understand that this forces the PDF files to be handled through Apache::ASP.
I am running a website where I want to control access to the various files. I
have the directory setup in httpd.conf with:
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /storage/t212
PerlSetVar StateDir /tmp/asp
PerlSetVar RequestBinaryRead On
SetHandl