Yesterday I decided to replace my actual webserver an install Cherokee 5.3 in my little Ubuntu server.
I followed all the instructions and the compilation went allright from the tar, I've copied the contrib script to /etc/init.d/ and set the correct rc level at /etc.
I got a first problem with the script because of the wrong path in the script an so it doesn't run as a service at startup, but this is the minor thing, I think it's only cause of the linux distribution:
#DAEMON=/usr/local/sbin/cherokee
DAEMON=/usr/sbin/cherokee #my line
#CONF=/usr/local/etc/cherokee/cherokee.conf
CONF=/etc/cherokee/cherokee.conf #my line
My real problem is that I only get a 404 message from Cherokee and the cherokee.conf, etc seems to be ok as I see in the website.
cherokee.conf:
Chroot /var/www
sites-available/default:
DocumentRoot /var/www
Directory / {
Handler common
}
(...)
I do not know if I'm doing something wrong or I've to do something else, any help?
Maybe you might know whats the matter..
Thanks everyone!
--
Wyrm xD!
[EMAIL PROTECTED] MSN y Mail
_______________________________________________ Cherokee mailing list [email protected] http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee
