Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/etc/config.tcl 24 Jun 2003 03:59:03 -0000 1.4 +++ openacs-4/etc/config.tcl 28 Jun 2003 05:18:10 -0000 1.5 @@ -112,19 +112,14 @@ #ns_param directoryproc _ns_dirlist ;# ...but not both! #ns_param directorylisting fancy ;# Can be simple or fancy - # # Special HTTP pages # -ns_param NotFoundResponse "/global/file-not-found.adp" +ns_param NotFoundResponse "/global/file-not-found.html" ns_param ServerBusyResponse "/global/busy.html" ns_param ServerInternalErrorResponse "/global/error.html" -ns_param ForbiddenResponse "/global/forbidden.html" -ns_param UnauthorizedResponse "/global/unauthorized.html" - - # # ADP (AOLserver Dynamic Page) configuration # @@ -149,9 +144,6 @@ ns_section "ns/server/${server}/module/nsopenssl" -# Typically where you store your certificates -# Defaults to $AOLSERVER/servers/${servername}/modules/nsopenssl -#ns_param ModuleDir ${homedir}/servers/${server}/modules/nsopenssl ns_param ModuleDir ${serverroot}/etc/certs # NSD-driven connections: @@ -350,7 +342,7 @@ ns_param nssha1 ${bindir}/nssha1.so ns_param nscache ${bindir}/nscache.so ns_param nsrewrite ${bindir}/nsrewrite.so -ns_param nsxml ${bindir}/nsxml.so +ns_param libtdom ${bindir}/libtdom0.7.7.so # nsopenssl is commented out to prevent errors on load if all # the cert files are not present