Feedback

Feedback

Copied from Email on Wed, 23 Feb 2005 04:29:46 -0500 from Remy Drouilhet (Remy.Drouilhet@upmf-grenoble.fr)

Hi!

I really enjoy your wiki. I had tried Pimki (and Instiki).

Could you plan to run your WEBrick server in WEBbrick::Daemon mode.
Just insert the option in start.rb :
$CUSTOMSETTINGS={ ..., :daemon => true, ...}

and in  lib/soks-servlet.rb :

server = WEBrick::HTTPServer.new( :Port=>$SETTINGS[:port] ,
:ServerType=>$SETTINGS[:daemon] ? WEBrick::Daemon : WEBrick::SimpleServer)

Not providing this option in $CUSTOMSETTINGS simply run wiki in SimpleServer 
mode.

Like that, you could (like mentionned in the instiki documention) create one  
init scripts to a runlevel. 

Many thanks for your job!

Remy Drouilhet

Edit this page or watch for changes using RSS.