DirectoryIndex index.php, index.html, index.htm, index.shtml
DocumentRoot /var/www/html
UserDir public_html {
Directory / {
Handler common
}
Directory /cgi-bin/ {
Handler cgi
DocumentRoot /var/www/cgi-bin/
}
}
Log combined {
AccessLog /var/log/cherokee.access
ErrorLog /var/log/cherokee.error
}
Directory /icons {
Handler file
DocumentRoot /usr/share/cherokee/icons/
}
Extension php, php3, php4 {
Handler phpcgi
}