> Hello, > > As a first-time poster on the mailing list, please let me apologise in > advance if this is either an already answered or a stupid question. Both > are > easily possible :-) > > My question regards static content in cherokee-admin. More specifically, > the > help pages and the RDDTool graphs. In Cherokee 0.99.24 (from PPA for > Ubuntu > 8.10), I get 404 errors for both.
for the help pages you need to install the package cherokee-doc > > 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? > > Thanks. > > Peter-Paul > the graphs will appear after a minutes after you configured cherokee the graps are stored on /var/lib/cherokee/graphs Saludos leonel _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
