diff options
Diffstat (limited to 'abs/extra/mythexport/mythexport.lighttpd.include')
-rw-r--r-- | abs/extra/mythexport/mythexport.lighttpd.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/extra/mythexport/mythexport.lighttpd.include b/abs/extra/mythexport/mythexport.lighttpd.include new file mode 100644 index 0000000..b846507 --- /dev/null +++ b/abs/extra/mythexport/mythexport.lighttpd.include @@ -0,0 +1,3 @@ +$HTTP["url"] =~ "/mythexport/" { + cgi.assign = ( ".cgi" => "/usr/bin/perl" ) + } |