From: web2ed@... (Edward Wilson) Date: 2001-08-12T01:43:39+09:00 Subject: [ruby-talk:19539] Re: Ruby and Apache on Windoze What do you mean? Are you not able to get cgi scrips running? Use the standard #!/c:/rubydirectory/bin/ruby on the first line of your scripts. The path may not contan white space, so when intstalling ruby on a win box make sure the directory path to ruby does not contain any white spaces. I haven't had any luck getting windows to execute cgi scripts (perl or ruby) by way of file extension, but the above "classic #!/... cgi" way works great. -- ed