seb diff tools/web/httpd.conf @ rev 24

Add a CGI web frontend
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 12 04:47:04 2017 +0100 (2017-03-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/web/httpd.conf	Sun Mar 12 04:47:04 2017 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +# Allow address
     1.5 +A:0.0.0.0/0
     1.6 +# CGI interpreter path
     1.7 +*.cgi:/bin/sh
     1.8 +# File to open by default
     1.9 +I:seb.cgi