On 20-ene-09, at 16:04, Leonel Nunez wrote: > Stefan de Konink wrote: >> Leonel Nunez wrote: >>> I'm working with Ubuntu 8.04 cherokee 0.11.6 from PPA and Django >> >> Upgrade to SVN. Known bug. >> > I'm trying to use cherokee from today svn using the 0.11.6 > cherokee.conf file > > I got this error: > > ERROR: Server parser: Unknown key "port" > Couldn't read the config file: /etc/cherokee/cherokee.conf > > any changes for the 0.98.0b2734 to the config file ??
A conversion script is shipped in the contrib directory. This should do the trick: ----- contrib/011to098.py /etc/cherokee/cherokee.conf /tmp/0.98 mv /etc/cherokee/cherokee.conf /etc/cherokee/cherokee.conf.011 mv /tmp/0.98 /etc/cherokee/cherokee.conf ----- -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
