S
Sean C. Burbidge
hi all,
mod_ruby WAS working; now it's not. here's the apache error:
"mod_ruby: error in ruby\n(eval):45: (eval):45: uninitialized constant
Apache::ERubyRun (NameError)\n\tfrom (eval):45:in `value'\n"
here are the relevant portions of my apache config:
LoadModule ruby_module /usr/lib/apache/mod_ruby.so
RubyRequire apache/ruby-run
RubyRequire apache/eruby-run
<Files *.rbx>
SetHandler ruby-object
RubyHandler Apache::RubyRun.instance
</Files>
<Files *.rbs>
SetHandler ruby-object
RubyHandler Apache::ERubyRun.instance
</Files>
this is a gentoo system:
mod_ruby 1.2.0
ruby 1.8.2_pre2
apache 1.3.31-r2
any and all help is greatly appreciated. i've re-emerged mod-ruby a
couple of times, weeded out unnecessary lines in config files, and
sacrificed a chicken - all to no avail. i've also checked the mailing
list archives, and everything *appears* to be setup correctly. i know
i'm missing something - i just can't find it.
thanks!
sean
mod_ruby WAS working; now it's not. here's the apache error:
"mod_ruby: error in ruby\n(eval):45: (eval):45: uninitialized constant
Apache::ERubyRun (NameError)\n\tfrom (eval):45:in `value'\n"
here are the relevant portions of my apache config:
LoadModule ruby_module /usr/lib/apache/mod_ruby.so
RubyRequire apache/ruby-run
RubyRequire apache/eruby-run
<Files *.rbx>
SetHandler ruby-object
RubyHandler Apache::RubyRun.instance
</Files>
<Files *.rbs>
SetHandler ruby-object
RubyHandler Apache::ERubyRun.instance
</Files>
this is a gentoo system:
mod_ruby 1.2.0
ruby 1.8.2_pre2
apache 1.3.31-r2
any and all help is greatly appreciated. i've re-emerged mod-ruby a
couple of times, weeded out unnecessary lines in config files, and
sacrificed a chicken - all to no avail. i've also checked the mailing
list archives, and everything *appears* to be setup correctly. i know
i'm missing something - i just can't find it.
thanks!
sean