8   unshift(@INC, $FindBin::Bin . '/modules/override'); # Use our own versions of various modules (e.g. YAML).
 
   9   push   (@INC, $FindBin::Bin);                       # '.' will be removed from @INC soon.
 
  10   push   (@INC, $FindBin::Bin . '/modules/fallback'); # Only use our own versions of modules if there's no system version.
 
  17 our $dispatcher = SL::Dispatcher->new('FastCGI');
 
  18 $dispatcher->pre_startup_setup;
 
  19 SL::FCGIFixes::apply_fixes();
 
  20 $dispatcher->pre_startup_checks;
 
  21 $dispatcher->handle_all_requests;