• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
took my name out

added link to documentation for second database

Added backing up the database on another server

re-arranged sections according to Configuration File Hierarchy http://aolserver.com/docs/admin/config.html#3 and http://aolserver.com/docs/admin/config-reference.tcl.txt and reformatted spacing for readibility. No parameter changes made

adding missing params, more annotation

Fix path in analog configuration file.

The ssl contexts were missing from the config.tcl file, which will

prevent anyone from using ssl on their sites.

Added automatic delete of old backup files.

Added in some commented out parameters that can be enabled on

demanding sites to increase performance. From

http://openacs.org/forums/message-view?message_id=202297

Many of the comparisons incorrectly used = instead of ==

upping the maxinput parameter to be bigger than the default parameter in file storage

Remove custom changes checked in and fix uri parameter for webdav

configuration.

Remove customized config.tcl and add just webdav configuration uri change.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
Disable webdav access to the filesystem unless it is explicitly requested.:

  1. … 1 more file in changeset.
Added a ns_section where it was missing for nsopenssl support

Added in a ns_section where is was missing for Aolserver 4.

Give time for postgres to start up.

Partial fix for bug 1975: unable to login on non-standard ssl ports.

Adds in nsopenssl config section for Aolserver 4 / nsopenssl 3

Added comment that you can increase minthreads and maxthreads and

defaulttimeout on higher performance boxes.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Added cron support for keepalive

Added keepalive-cron.sh to be used in a cron environment, where root does not get an email every two minutes

    • -0
    • +56
    ./keepalive/keepalive-cron.sh
Changed path information, so keepalive.sh can work outside a shell

Changed the maxinput to 5MB with 1024*1024 syntax. Added recvwait parameter.

Added in nsopenssl support for Aolserver 4.

Added maxinput parameter. Set it to 5MB, which allows OpenACS parameter to kick in more effectively. See http://openacs.org/forums/message-view?message_id=161698

changed ServerPeerVerify to false on AlfredW's suggestion

Fix bug where = was used for assignment instead of comparison.