5352038ddc
Mod_ruby embeds the Ruby interpreter into the Apache web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby.
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
To completely deinstall this package you need to perform these steps as
|
|
root:
|
|
|
|
edit /var/www/conf/httpd.conf
|
|
remove the line LoadModule ruby_module
|
|
|
|
Do not do this if you plan on re-installing this package at some future
|
|
time.
|