search for: jifty

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

Did you mean: jiffy
2006 Jul 25
3
+ camping 1.4.140 -- apache+fastcgi, lighttpd+fastcgi
..._ROOT" => "1"), "check-local" => "disable", "max-procs" => 1 ) ) ) Notice the FORCE_ROOT setting. When you mount at "", PATH_INFO breaks. Lots of other web framework just use SCRIPT_NAME everytime lighttpd is found (see: Jifty, Catalyst.) I don''t want to do that, it''s unpredictable. Mount at "" and use FORCE_ROOT. DO NOT MOUNT AT "/". == Mounting Root for Apache2+FastCGI == AddHandler fastcgi-script rb ScriptAlias / /usr/local/www/data/examples.rb/ This is if mod_fastcgi is...