Re: [EMAIL PROTECTED] mod_actions

2006-06-26 Thread Joshua Slive
On 6/26/06, Ludovic Beliveau (QB/EMC) <[EMAIL PROTECTED]> wrote: I can't make mod_actions works for apache version 2.0 and 2.2. I've added the following two lines in my httpd.conf file: AddHandler sdp-file-type .sdp Action sdp-file-type /cgi-bin/gen.cgi Whenever I try to access an .sdp file, I

[EMAIL PROTECTED] mod_actions

2006-06-26 Thread Ludovic Beliveau \(QB/EMC\)
Title: mod_actions Hi, I can't make mod_actions works for apache version 2.0 and 2.2. I've added the following two lines in my httpd.conf file: AddHandler sdp-file-type .sdp Action sdp-file-type /cgi-bin/gen.cgi Whenever I try to access an .sdp file, I get a 404 not found error. In