J
Jonathan Denni
"In order to use eruby with the Apache Web server, you need to perform
the following steps.
* Copy the eruby binary to the cgi-bin directory.
* Add the following two lines to httpd.conf:
AddType application/x-httpd-eruby .rhtml
Action application/x-httpd-eruby /cgi-bin/eruby"
i found this here:
http://www.ruby-doc.org/docs/ProgrammingRuby/html/web.html
is this all i need to do, or do i need a ruby-enabled web-server?
also, where do i find this eruby binary, and httpd.conf?
thanks
the following steps.
* Copy the eruby binary to the cgi-bin directory.
* Add the following two lines to httpd.conf:
AddType application/x-httpd-eruby .rhtml
Action application/x-httpd-eruby /cgi-bin/eruby"
i found this here:
http://www.ruby-doc.org/docs/ProgrammingRuby/html/web.html
is this all i need to do, or do i need a ruby-enabled web-server?
also, where do i find this eruby binary, and httpd.conf?
thanks