search for: clearmodulelist

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

2006 Jun 30
2
Eruby.import -> "uninitialized constant" error
...rb(main):002:0> Eruby.import "/var/www/html/somedirectory/somefile.rhtml" NameError: uninitialized constant Eruby from (irb):2 from :0 6) here''s the relavent section in my httpd.conf: LoadModule ruby_module /usr/lib/httpd/modules/mod_ruby.so # ClearModuleList # AddModule mod_ruby.c <IfModule mod_ruby.c> RubyRequire apache/ruby-run # Execute *.rbx files as Ruby scripts <Files *.rbx> SetHandler ruby-object RubyHandler Apache::RubyRun.instance </Files> RubyRequire apache/eruby-run # Handle *.rhtml files as eRuby files...
2006 Feb 16
4
Lost while trying to deploy rails app on apache
I need to graft some rails apps onto a website running apache 1.3 and I must be missing something very obvious because I cannot get things working properly. Here is what I need: 1) The server must be running apache 1.3. A very large body of PHP content is currently vended by the server through 5 vhosts and I have neither the time nor resources to replace apache1 with apache2 or lighttpd. Maybe