Help with mod_ruby and eruby

I did create the .rbx and .rhtml as instructed but it does not seem to work.

With the eruby’s .rhtml, it will not execute codes inside the <% … %>

With mod_ruby, when I call it from the browser, it is just display the
contents of the .rbx file being called.

I might make some mistakes in the apache httpd.conf configuration. Would
anyone kind enough to show me how to configure the httpd.conf file.

I’m using the following:

Redhat linux 7.3
Ruby 1.67 and 1.73
mod_ruby 1.0.1 and eruby 0.98

Thanks

This link (and the following sections of the document, provide good
instructions:

http://rubydoc.org/book/c383.htm

···

On Sunday, December 1, 2002, at 06:05 PM, Useko Netsumi wrote:

I did create the .rbx and .rhtml as instructed but it does not seem to
work.

With the eruby’s .rhtml, it will not execute codes inside the <% …
%>

With mod_ruby, when I call it from the browser, it is just display the
contents of the .rbx file being called.

I might make some mistakes in the apache httpd.conf configuration.
Would
anyone kind enough to show me how to configure the httpd.conf file.

I’m using the following:

Redhat linux 7.3
Ruby 1.67 and 1.73
mod_ruby 1.0.1 and eruby 0.98

Thanks

It runs with Apache 2.0.43

Did that as well and still do not give the right result. Any ideas?

Could anyone post the working Apache’s 2 httpd.conf configuration file for
the mod_ruby and eruby as well. I seems mis-configured it. Thanks