summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-demo/momiweb/files/momiweb.conf
blob: 0343867e6b6804012af5852dfc9c3fdfce4bd29f (plain)
1
2
3
4
5
6
7
8
9
10
# Momi web for lighttpd configuration
server.modules += ( "mod_alias","mod_cgi" )
$SERVER["socket"] == ":8080" {
  server.document-root = "/www/momiweb/"
  accesslog.filename = ""
}
alias.url = ( "/cgi-bin" => "/www/cgi-bin" )
$HTTP["url"] =~ "^/cgi-bin" {
cgi.assign                 = ( ".cgi" => "/bin/sh")
}