From: Toby Rodwell Date: 2007-05-14T03:28:42+09:00 Subject: Re: Can't get basic CGI and Form submission working unknown wrote: ... > The path you give must be the path within the web server's view, not > the filesystem path. So, "/home/bob/src/test.rb" won't work, for > instance. Typical would be to put the program in your server's CGI > directory, and specify "/cgi-bin/test.rb". > > -s Thanks 's', that did the trick. I've now progressed one step to a new error message: "405 - POST Method not allowed for the URL " Anyone any ideas? I'm guessing either its another web server config issue or I'm not using 'POST' correctly ... Thanks again! -- Posted via http://www.ruby-forum.com/.