From: John Feezell Date: 2002-11-13T00:18:33+09:00 Subject: Re: eruby0.9.8/winxp/apache1.3.27 - eruby don't parse my files I had a similar problem on a linux system. Final got it to work correctly by changing the AddType to AddHandler. I also needed to place a copy of eruby in my cgi-bin directory. 11/12/2002 3:49:27 AM, "sven" wrote: >my configurations is >-eruby 0.9.8 http://www.dm4lab.to/~usa/ruby/index_en.html >-winxp without servicepacks >-apache 1.3.27 > > http.conf extract > AddType application/x-httpd-eruby .rhtml > Action application/x-httpd-eruby /cgi-bin/eruby > >problem: >when i call a ruby file like this > > > > >eruby example > > >

Enumeration

> >

Environment variables

> ><%ENV.keys.sort.each do |key|%> > > > ><%end%> >
<%=key%><%=ENV[key]%>
> > > > > > >then i got this result page > > > > >eruby example > > >

Enumeration

> >

Environment variables

> ><%ENV.keys.sort.each do |key|%> > > > ><%end%> >
<%=key%><%=ENV[key]%>
> > > >So the ruby tags are unchanged and no error messages was created. Does >anybody know what's the problem >or ist there another solution to use rubyscript on windows? > > >