Joshua,
Thank you very much for this information and also for the suggestion,
I've been able to solve my problem with it.
I think that the information regarding the change in mod_actions should
be in the documentation. Does anyone reading this list has the
possibility to do it quickly or should I post a bug report to suggest it ?
Regards, Jean-Marc.
Joshua Slive wrote:
On 6/1/05, Jean-Marc Jacquot <[EMAIL PROTECTED]> wrote:
AddHandler pdf .pdf
Action pdf /cgi-bin/handlepdf.pl
The expected result is that when you call an url pointing to a .pdf
file, it call the handler the script instead of returning the file. BTW,
the script is working fine when I call it directly so it's not that it's
not recognised as Script.
What exactly happens when you try this? What is in the error and access logs?
There is one notable difference in Action in 2.0: it won't map files
that don't exist. If that is what you are trying to do, you should
instead use something like
AliasMatch .*\.pdf$ /usr/local/apache2/cgi-bin/handlepdf.pl
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]