Hi, i have installed in sequence cherokee, python, php5, fcgi as explained in "Topic: How do you set up a webserver?" Than in console i type all the commands
cd /usr/local/etc/cherokee
sudo mv cherokee.conf cherokee.conf.bak
sudo cp cherokee.conf.bak cherokee.conf
cd /var/log
sudo touch cherokee.access cherokee.error
sudo chown tc.staff cherokee.*
echo usr/local/etc/cherokee/cherokee.conf >> /opt/.filetool.lst
echo var/log/cherokee.access >> /opt/.filetool.lst
echo var/log/cherokee.error >> /opt/.filetool.lst
filetool.sh -b
but then i type in console
sudo cherokee-admin
to set-up cherokee there is an error that say that .conf file refer to an interpreter that is not in the system.
What I have missed, i don't understand my errors.
Thanks in advance Luca