"Options ExecCGI is off in this directory" When try to run Ruby code using mod_ruby
- by Itay Moav
I am on Ubuntu,
Apache 2.2
Installed the fcgi via apt-get then removed it via apt-get remove.
Installed mod-ruby
configuration I added to Apache:
LoadModule ruby_module /usr/lib/apache2/modules/mod_ruby.so
RubyRequire apache/ruby-run
<Directory /var/www>
Options +ExecCGI
</Directory>
<Files *.rb>
SetHandler…