search for: campapp

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

Did you mean: campain
2007 Nov 06
4
help on helper module inclusion/extension
I want to include helper methods included to my Camping App from by requiring an external file but I can''t seem to include helpers from another module. module CampingHelpers def self.included(base) base::Helpers.send(:include, Helpers) end module Helpers def show_test p "test" end end end Camping.goes :CampingApp ... module
2007 Jul 30
1
Camping Apache2 & FCGI - Internal Use
...urse, on my Mac it works great, but I can''t get things to work with Apache and FCGI. I''ve followed the directions on why''s page documenting how to do this, but I''m getting the following error in my Apache error.log file: FastCGI: (dynamic) server "/var/www/campapp/dispatch.fcgi" has failed to remain running for 30 seconds given 3 attempts If I just go run the dispatch.fcgi file, I get no output. I hit enter and I''m back to the prompt. In my web browser, this all shows up as a 500 error. Anyone have an idea? Here is a copy of my dispatch fi...