search for: thecampingserverforlighttpd

Displaying 2 results from an estimated 2 matches for "thecampingserverforlighttpd".

2006 Nov 04
1
A New App, and A Question
...cgi/colors). I renamed it to dispatch.rb and that helped. However, Camping still adds extra copies of the mount point: http://peep.d/colors/colors/colors/33/55/ff It works, but looks a little odd. I''m using lighttpd with the config from http:// code.whytheluckystiff.net/camping/wiki/TheCampingServerForLighttpd. I only have one route: class Index < R ''/'', ''/colors/(\w\w)/(\w\w)/(\w\w)'' The offending link is generated with a splatted array of three strings: R(Index, *color) Does anyone have ideas about what I''m doing wrong? Geoff
2007 Nov 18
14
css image url''s and :img problem
Hi, i have this controller class to serve static files. It works well for the stylesheet file under a /static directory, locating it, but the images referenced in the stylesheet do not appear. They are in the same /static folder, next to the stylesheet.css file. link :rel => ''stylesheet'', :href => R(Static, ''stylesheet.css''), :type =>