I am having problems serving 0.61 through Lighttpd.  The pages will load
without the css in Safari 2 on OS X.  I checked the error log.

Processing SiteController#show_page (for 75.70.172.93 at 2007-08-27
02:44:27) [GET]
  Parameters: {"url"=>["articles", "2007", "08"], "action"=>"show_page",
"controller"=>"site"}
Completed in 0.18070 (5 reqs/sec) | DB: 0.00886 (4%) | 200 OK
[http://www.ushousingreport.com/articles/2007/08/]


Processing SiteController#show_page (for 75.70.172.93 at 2007-08-27
02:44:29) [GET]
  Parameters: {"url"=>["styles.css"], "action"=>"show_page",
"controller"=>"site"}
Completed in 0.00164 (610 reqs/sec) | DB: 0.00028 (17%) | 304 Not
Modified [http://www.ushousingreport.com/styles.css]

It looks like it is not serving the get request because the stylesheet
has not been modified.

I do not receive this problem when using webrick on the same server.

Is there something basic I should be checking?
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to