httpd config

This commit is contained in:
Meutel 2016-12-17 10:11:08 +01:00
parent 7abf121bfb
commit cfc2abc09e
1 changed files with 11 additions and 0 deletions

11
config/httpd.conf Normal file
View File

@ -0,0 +1,11 @@
# /etc/httpd.conf
prefork 2
server "default" {
listen on * port 80
root "/htdocs"
location "/cgi-bin/*" {
fastcgi
root "/"
}
}