ruby install is not letting WAMP startup
Posted by: devdavad (---.hsd1.or.comcast.net)
Date: April 18, 2008 01:23AM

I've installed Ruby according to the directions of this tutorial: yypPKiJK5sJ:www.alexbernard.fr/fichiers/blog/Installer-Ruby-On-Rails-sur-un-Wamp-Server.pdf+wamp,+server,+ruby,+on,+rails&hl=en&ct=clnk&cd=1&gl=us&client=firefox-a" rel="nofollow">Tutorial

I have finished but when I restarted WAMP the icon stayed yellow and localhost will not load at all. The only change I have made to httpd.conf is the following

LoadModule fastcgi_module modules/mod_fastcgi.so

<IfModule>
FastCgiConfig -mClassProcesses 10 -maxProcesses 10-
minProcesses 1 -processSlack 1 \
-inital-env
PATH="D:/wamp/ruby/bin;D:/Windows/system32;D:/windows;D:/wamp/bin/mysql/mysql5.0.51a/bin"
\
-initial-env RUBYOPT=rubygems
AddHandler fastcgi-script .fcgi .fpl
</IfModule>

Any help would be most appreciated!

Options: ReplyQuote
Re: ruby install is not letting WAMP startup
Posted by: devdavad (---.hsd1.or.comcast.net)
Date: April 18, 2008 03:04AM

tried removing the added <IfModule></IfModule> part but that still doesn't allow it to work.

Options: ReplyQuote


Sorry, only registered users may post in this forum.