Project

General

Profile

Last day it's ok, this mornig it's out

Added by Philippe Nenert about 14 years ago

Hello everywhere,

I have a redmine installation good with lighttp on https. Last day redmine is fine, no pb, this morning redmine is out. When i start redmine with WEBrick, it's fine !
I suppose my lighttp conf is'nt good

My conf :

$HTTP["host"] == "redmine" {
   server.document-root     = "/var/www/redmine/public" 
   accesslog.filename       = "/var/log/lighttpd/redmine.log" 
   server.error-handler-404 = "dispatch.fcgi" 
   fastcgi.server = ("dispatch.fcgi" =>
      (  ("socket"    => "/var/run/lighttpd/redmine.socket" 
         ,"bin-path"  => "/var/www/redmine/public/dispatch.fcgi" 
         ,"min-procs" => 1
         ,"max-procs" => 4
         ,"bin-environment" =>
            ("RAILS_ENV" => "production" 
            ,"LANG"      => "fr_FR.UTF-8" 
            )
         ,"bin-copy-environment" => ("PATH")
         )
      )
   )
}

Thanks for your ideas, Philippe