Morris, Chris wrote: > 2 things. On my W2k box I have the following as the shebang: > > #! d:\usr\local\bin\ruby.exe > > On my 95 box at home I could get away with just: > > #! ruby.exe I have a local Apache running, and got it to work with eruby. Now I want to make it work with Ruby: In my httpd.conf I have ----- AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml # works AddType application/x-httpd-eruby .rhtml Action application/x-httpd-eruby /cgi-bin/eruby # doesn't AddType application/x-httpd-ruby .rb Action application/x-httpd-ruby "/cgi-bin/ruby/ruby.exe" Action application/x-httpd-php "/php/php.exe" ----- PHP works too. How to make Ruby work? Tobi -- Tobias Reif http://www.pinkjuice.com/myDigitalProfile.xhtml go_to('www.ruby-lang.org').get(ruby).play.create.have_fun http://www.pinkjuice.com/ruby/