>> for the help pages you need to install the package cherokee-doc > > Hurray! How stupid of me. Thanks! > >> > So I was wondering: where does the server actually translate the >> request >> > for >> > static content (e.g. "GET /graphs/server_traffic_1h.png") into a reply >> > (e.g. >> > "I have to send the user os.path.join(rrd_dir, >> > "images/server_traffic_1h.png")")? I've correctly configured the >> rrd_dir >> > and >> > the graph images are generated just fine. >> PageStatus._render_server_graphs >> > is called (the graph JS interface is rendered), but the images all >> return >> > a >> > 404. So... shouldn't server.py handle the URL /graphs, somewhere? >> >> >> the graphs will appear after a minutes after you configured cherokee >> the graps are stored on /var/lib/cherokee/graphs > > Actually, after setting 'Graphs Type' to RRDTool, the server wouldn't > start. I therefore assumed 'RRD Database directory' was mandatory, so > I set it to /var/www/stats. The graphs were generated perfectly, so I > didn't stop to think that this might be the problem. > > I just did a 'chown -R www-data:www-data' on /var/lib/cherokee/graphs > and restarted the server, and; voilà! Cheers! >
I guess this chown must be done by the package .. I'll check that Thank you Saludos Leonel _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
