dmesgdb/etc/httpd.conf

27 lines
337 B
ApacheConf

server "dmesg.devel" {
listen on 10.7.0.1 port 80
root "/dmesgdb/var/www"
log syslog
location "/list/*" {
directory auto index
}
location "/beautylist" {
fastcgi strip 1
}
location "/upload" {
fastcgi strip 1
}
location "/comment" {
fastcgi strip 1
}
location "/" {
directory index upload
}
}