Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/etc/config.tcl 16 Feb 2004 17:03:39 -0000 1.17 +++ openacs-4/etc/config.tcl 21 Feb 2004 16:45:48 -0000 1.18 @@ -13,6 +13,8 @@ set httpport 8000 set httpsport 8443 +# If setting port below 1024 with AOLServer 4, read daemontools/run + # The hostname and address should be set to actual values. set hostname [ns_info hostname] set address [ns_info address] @@ -52,8 +54,10 @@ ns_param nslog ${bindir}/nslog.so ns_param nssha1 ${bindir}/nssha1.so ns_param nscache ${bindir}/nscache.so -ns_param nsrewrite ${bindir}/nsrewrite.so +#nsrewrite is not used by any standard OpenACS code +#ns_param nsrewrite ${bindir}/nsrewrite.so + #--------------------------------------------------------------------- # nsopenssl will fail unless the cert files are present as specified # later in this file, so it's disabled by default