moth/packages/mcp/service/httpd/mathopd.conf

52 lines
656 B
Plaintext
Raw Normal View History

2010-09-23 18:23:00 -06:00
Umask 026
Log /dev/stdout
ErrorLog /dev/stderr
User nobody
StayRoot On
2010-10-09 18:13:01 -06:00
LogFormat {
RemoteAddress
Method
URI
Status
ContentLength
Referer
UserAgent
}
2010-09-23 18:23:00 -06:00
Tuning {
Timeout 5
ScriptTimeout 5
}
Control {
ScriptUser ctf
Types {
2010-10-09 23:52:33 -06:00
"text/html; charset=utf-8" { .html }
"text/plain; charset=ut-8" { .txt }
2010-09-23 18:23:00 -06:00
text/css { .css }
image/png { .png }
image/jpeg { .jpg }
image/gif { .gif }
2010-10-09 23:52:33 -06:00
application/javascript { .js }
2010-09-23 18:23:00 -06:00
application/octet-stream { * }
}
Specials {
CGI { .cgi }
}
IndexNames { index.html }
}
Server {
Virtual {
AnyHost
Control {
Alias /
Location /var/www
}
}
}