From: Yoann G. <jj...@us...> - 2004-10-15 18:23:12
|
Update of /cvsroot/ngetsuite/ngetsuite2/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26717/ngetsuite Modified Files: config.rb Log Message: better default value for web logs (none) handling of '/', and displays a message for unimplemented uris Index: config.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite2/ngetsuite/config.rb,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.rb 11 Oct 2004 22:26:21 -0000 1.1.1.1 --- config.rb 15 Oct 2004 18:22:15 -0000 1.2 *************** *** 34,39 **** httpd_port = 2000 httpd_autostart = true ! httpd_error_log = '/home/nget/weberrors.log' ! httpd_access_log = '/home/nget/webaccess.log' queue_tempsubdir = 'temp' ".each("\n") { |l| self[$1] = eval($2) if l=~ /^(\S+)\s*=\s*(.*)$/ } --- 34,39 ---- httpd_port = 2000 httpd_autostart = true ! httpd_error_log = false ! httpd_access_log = false queue_tempsubdir = 'temp' ".each("\n") { |l| self[$1] = eval($2) if l=~ /^(\S+)\s*=\s*(.*)$/ } |