diff options
author | James Meyer <james.meyer@operamail.com> | 2011-08-03 23:33:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-08-03 23:33:45 (GMT) |
commit | 5003a9ce7a704794e298153fbaafccbfe534919f (patch) | |
tree | 65ae295b7bf5e9ec25f451fb16f4f7f9d781ca1c /abs/extra/mythexport/mythexport.lighttpd.include | |
parent | 02797173a65f18a0309e12699c7020eb015704cb (diff) | |
parent | 2ba0826ab4c85aa4caf1613cfdb77123935a16b4 (diff) | |
download | linhes_pkgbuild-5003a9ce7a704794e298153fbaafccbfe534919f.zip linhes_pkgbuild-5003a9ce7a704794e298153fbaafccbfe534919f.tar.gz linhes_pkgbuild-5003a9ce7a704794e298153fbaafccbfe534919f.tar.bz2 |
Merge branch 'testing' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
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" ) + } |