Hi Andi, I tried that, and it worked. That's the way I'm doing it now, but naturally it would be better not to have that shebang line in there. Best, Josh calvin8 / t-online.de (Andi Scharfstein) wrote in message news:<39340731093.20030614164354 / myrealbox.com>... > Hi, > > > I saw that a couple of other people posted this problem, but there > > were no answers. Anybody have an idea? > > The following is a workaround, posted originally on > http://www.modruby.net/ml/archive/modruby/200302.month/724.html > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > AddType application/x-httpd-eruby .rhtml > > Action application/x-httpd-eruby /cgi-bin/eruby > > Please remove these lines, then add the following lines to your > httpd.conf instead. > > <Files *.rhtml> > Options ExecCGI > </Files> > AddType application/x-httpd-cgi .rhtml > > Then append the following line to the top of *.rhtml. > #!c:/path/to/eruby.exe > > Shugo > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > I would be interested in seeing a real solution for this problem, > too...