From: Li Chen Date: 2006-10-29T07:13:39+09:00 Subject: Re: apache2.2 and ruby script Paul Lutus wrote: > > Try this as a first line: > > #!C:\Ruby\bin\ruby.exe -w > > Remove this line (Apache provides it): > > print "HTTP/1.0 200 OK\r\n" > > See if that works. Hi Paul, After I remove this line print "HTTP/1.0 200 OK\r\n" from my script I can run the script from browser. Thanks, Li -- Posted via http://www.ruby-forum.com/.