search for: plus_sign

Displaying 1 result from an estimated 1 matches for "plus_sign".

2006 Jul 18
4
intro
...''fcgi'' require ''camping/fastcgi'' Dir.chdir(File.dirname(__FILE__)) Camping::FastCGI.start(Blog) the lib/camping/fastcgi.rb was missing in the camping 1.4.2 gem, so I took it from SVN trying to debug stuff, I could not get a backtrace, I found that a PLUS_SIGN was missing at line 88 of fastcgi.rb I first renamed the blog.rb to blog.fcgi but then I decided to use AddHandler fastcgi-script .rb I copied the .htaccess from rails, to make it so /blog.rb is loaded automatically. i dont know how I could make /blog to launch /blog.rb unless this is just Apach...