bchs_tuto/config/httpd.conf

12 lines
147 B
Plaintext
Raw Normal View History

2016-12-17 09:11:08 +00:00
# /etc/httpd.conf
prefork 2
server "default" {
listen on * port 80
root "/htdocs"
location "/cgi-bin/*" {
fastcgi
root "/"
}
}