On 12 Jun 2008, at 04:30, Ross Mohn wrote: > On Thu, Jun 12, 2008 at 12:07:36AM +0200, Alvaro Lopez Ortega wrote: >> On 11 Jun 2008, at 23:42, Ross Mohn wrote: >> >>> Do you have a utility to convert my 0.6.1 cherokee.conf to a 0.7.0 >>> cherokee.conf? Or shall I just use vimdiff? >> >> Yes, it's contrib/06to07.py. >> >> This time the configuration file format change has not been neither >> big nor >> disruptive, so the conversion will be straightforward. > > Well, it didn't come with the Gentoo emerge, but I got it from SVN. > After that, it didn't work for me anyway. It didn't seem to convert > either of my virtual servers and it didn't add in the mime > definitions. > I'm converting by hand now, but do you have any documentation for the > new format? If not, I'll just work through it.
I should work if you execute it from within the contrib directory: ============ $ pwd ~/cherokee-0.7.1/contrib $ ./06to07.py 0.6_file 0.7_file $ ============ It will change the rules structure, but it will not add the default mime types. You can simply copy and paste them from / cherokee.conf.sample in the source directory. -- Greetings, alo. http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
