Jilani Khaldi <jilanik / tin.it> writes: > could somebody who is using Apache and Ruby for CGI application send me > the file "httpd.conf" -- just the parts I need to include them to get > CGI running. AddType application/x-httpd-eruby .rhtml LoadModule ruby_module /tc/usr/apache/libexec/mod_ruby.so AddHandler ruby-script .rb I just copied the following from the README. Files ending with .rb are executes as Ruby scripts, and those ending .rhtml are run as .rhtml. You'll need to change the path in the LoadModule line. Regards Dave