Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   Can't run cgi script with Apache 2.2 with Windows XP (http://www.velocityreviews.com/forums/t845737-cant-run-cgi-script-with-apache-2-2-with-windows-xp.html)

Patrick Lynch 11-14-2007 01:19 AM

Can't run cgi script with Apache 2.2 with Windows XP
 
I'm trying to get Ruby up and running using a CGI script in a Windows
XP/Pro.
I entered the following URL in the IE browser:
localhost:8080/cgi-bin/hello.cgi.
The following is returned on the browser: 500 Internet Server Error.
The following is in the Apache Error Log: ...cgi-bin/hello.cgi is not
executable...

It appears that Windows doesn't know how to execute the hello.cgi
script...
Might be a httpd.conf configuration file issue.

If I was in a Unix environment I would try adding a shebang to the
beginning of the file...

I'd appreciate any help...
--
Posted via http://www.ruby-forum.com/.



All times are GMT. The time now is 05:06 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57