root/liboggz/trunk/apache/oggz-chop.conf.in

Revision 3738, 177 bytes (checked in by conrad, 2 months ago)

add video/ogg and audio/ogg to example apache config for oggz-chop cgi,
as suggested by Ivo Emanuel Gonçalves

Line 
1 <IfModule mod_actions.c>
2   ScriptAlias /oggz-chop @BINDIR@/oggz-chop
3   Action application/ogg /oggz-chop
4   Action video/ogg /oggz-chop
5   Action audio/ogg /oggz-chop
6 </IfModule>
Note: See TracBrowser for help on using the browser.