From: Veeraa Vel Date: 2007-02-05T18:33:39+09:00 Subject: Re: Can't view a ruby file after installation Vlad GALU wrote: > On 2/5/07, Veeraa Vel wrote: >> like >> >> eruby-devel-1.0.5-6.1 >> ruby-tcltk-1.8.5.2-1.fc6 >> Thanks in advance. > AddType application/x-httpd-eruby .rhtml > Action application/x-httpd-eruby /cgi-bin/eruby > DirectoryIndex index.html index.shtml index.rhtml > > Replace the .rb extension with .rhtml, or register the type as .rb in > Apache. I added the above lines AddType application/x-httpd-eruby .rhtml Action application/x-httpd-eruby /cgi-bin/eruby DirectoryIndex index.html index.shtml index.rhtml and make alternate changes as .rhtml and .rb in my httpd.conf. But no use . While try to view my ruby file. It just ask to download. What can I do. -- Posted via http://www.ruby-forum.com/.