Update of /cvsroot/sblim/sfcb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3059
Modified Files:
sfcb.cfg.pre.in
Log Message:
reordered options to make a bit more logical sense
Index: sfcb.cfg.pre.in
===================================================================
RCS file: /cvsroot/sblim/sfcb/sfcb.cfg.pre.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sfcb.cfg.pre.in 6 Jul 2005 13:24:33 -0000 1.4
+++ sfcb.cfg.pre.in 19 Jul 2005 22:07:30 -0000 1.5
@@ -1,12 +1,12 @@
httpPort: 5988
+enableHttp: true
httpProcs: 8
httpsPort: 5989
-enableHttp: true
+enableHttps: false
httpsProcs: 8
provProcs: 32
-enableHttps: false
-basicAuthLib: sfcBasicAuthentication
doBasicAuth: false
+basicAuthLib: sfcBasicAuthentication
useChunking: true
keepaliveTimeout: 0
keepaliveMaxRequest: 10
|