Displaying 2 results from an estimated 2 matches for "dispatcg".
Did you mean:
dispatch
2006 May 23
12
Mod_fcgid question: is this normal?
I installed mod_fcgid yesterday. It works great for my Rails
app. But in my fastcgi.crash.log is constantly get this output:
[23/May/2006:08:12:07 :: 29040] starting
[23/May/2006:08:18:48 :: 29040] asked to terminate immediately
[23/May/2006:08:18:48 :: 29040] terminated by explicit exit
[23/May/2006:08:22:03 :: 29391] starting
It also shows up in the Apache error log. Is this normal? Or
should I
2006 May 17
0
Problem with ''require xmlsimple'' in vendor code
...ubygems''" before the "require ''xmlsimple''"
but to no avail.
The file that requires the xmlsimple gem lives in
vendor/payment-1.0.1a/lib/payment
which is a hacked version of the Payment credi card processing module so
that it works with another gateway.
My dispatcg.fcgi has this line: require File.dirname(__FILE__) +
"/../config/environment"
but am not sure if this relevant.
I''ve also added the following line to config/environment.rb:
config.load_paths += %W( #{RAILS_ROOT}/vendor/payment-1.0.1a/lib )
Any clues would be greatly apprecia...