Eric S. Johansson
Mon, 26 Dec 2005 18:01:14 -0800
on a related topic is there anyway for the error log to display what part of the filesystem the URL is trying to reach?
Again, it's probably something obvious I'm not sure what I'm missing.
Server harvee.org {
DocumentRoot /var/www/html/harvee
Log combined {
AccessLog /var/log/cherokee/harvee.access
ErrorLog /var/log/cherokee/harvee.error
}
Directory / {
Handler cgi {
scriptalias /home/esj/akasha/ak404.py
ErrorHandler on
}
}
Directory /files {
Handler file
DocumentRoot /var/www/files/harvee/
}
##
## Rest of the virtual host configuration..
## Add your parameters here..
##
# mailman stuff
Directory /mailman {
DocumentRoot /var/lib/mailman/cgi-bin/
Handler cgi
}
Directory /pipermail {
DocumentRoot /var/lib/mailman/archives/public/
}
}
_______________________________________________
Cherokee mailing list
Cherokee@lists.alobbs.com
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee