httpd config
This commit is contained in:
parent
7abf121bfb
commit
cfc2abc09e
11
config/httpd.conf
Normal file
11
config/httpd.conf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# /etc/httpd.conf
|
||||||
|
prefork 2
|
||||||
|
server "default" {
|
||||||
|
listen on * port 80
|
||||||
|
root "/htdocs"
|
||||||
|
location "/cgi-bin/*" {
|
||||||
|
fastcgi
|
||||||
|
root "/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user