Re: [users@httpd] Apache2 Action/Handler problem

2005-06-02 Thread Joshua Slive
On 6/2/05, Jean-Marc Jacquot <[EMAIL PROTECTED]> wrote: > 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 any

Re: [users@httpd] Apache2 Action/Handler problem

2005-06-02 Thread Jean-Marc Jacquot
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 sho

Re: [users@httpd] Apache2 Action/Handler problem

2005-06-01 Thread Joshua Slive
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 ca

[users@httpd] Apache2 Action/Handler problem

2005-06-01 Thread Jean-Marc Jacquot
Hi there, I coulnd't find anything related to my problem either in the ml archive or by googling so here am I. We've recently upgraded our PHP development host from Apache 1.3 to Apache 2.0 in order to validate that our application would run on it. Our application need for some part, to mak