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 case you're wondering, the cgi script works and with server-info I see my action defined. Also, on a machine running apache 1.3, the same config works.
Can somebody has a clue about how I could fix this ? Or is there another way I could do this (I simply wants all request for files .sdp to be redirected to a cgi script) ?