apache tutorial - How to run Ruby with Apache - apache - apache web server - apache server - apache2
- We have to add the mod_ruby module to the Apache configuration i.e. /etc/httpd/conf.d/ruby.conf and add the following line.
- LoadModule ruby_module modules/mod_ruby.so
- If you like to enable or disable these modules, you have to edit the apache configuration file and comment or uncomment these modules, if the web server is already compiled with these modules.
Learn Apache - Apache tutorial - How to run Ruby with Apache - Apache examples - Apache programs