From: James McCarthy Date: 2005-08-07T00:11:04+09:00 Subject: Re: Webrick newbie question Oh god I hate cgi, first make sure the directroy's you mention have execute permissions (dont know if this is important in windows) then the cgi script must have execute permissions make sure all the paths specified are correct. make sure you have the #!/path to ruby.exe or whatever its windows equivalent is at the start of the cgi script. and if that doesnt work try installing apache & using regualar cgi from there but with ruby, i think it would be more easy. i personally recommend you keep away from cgi, it's ok for learning or something very very simple but anything remotly complicated & it becomes a pain. thats just my experience. -- My Blog: http://27degrees.blogspot.org