Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml 14 Nov 2003 09:43:47 -0000 1.5.2.1 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/maintenance.xml 19 Nov 2003 14:35:15 -0000 1.5.2.2 @@ -6,14 +6,16 @@ ]> Hosting Web Sites - + - by Joel Aufrecht + By Joel Aufrecht Maintenance tasks, optional software, and alternate configurations for AOLserver. + Keep AOLServer Alive + Assuming AOLserver started cleanly in the previous step, we'll set it up so that it's always running, and automatically restarts whenever it dies or is stopped. This step is strongly recommended, even for development sites, because it makes install and maintenance much simpler. The Reference Platform uses Daemontools to control AOLserver. A simpler method, using init, is here. @@ -301,13 +303,15 @@ set hostname [ns_info hostname] set address 127.0.0.1 + + If you want to install two services with different host names sharing the same ip, you'll need nsvhr to redirect requests based on the contents of the tcp headers. See AOLserver Virtual Hosting with TCP by markd. - + @@ -322,7 +326,7 @@ #ns_param nsopenssl ${bindir}/nsopenssl.so - + Prepare a certificate directory for the service. [service0@yourserver etc]$ mkdir /var/lib/aolserver/service0/etc/certs [service0@yourserver etc]$ chmod 700 /var/lib/aolserver/service0/etc/certs @@ -425,11 +429,9 @@ External uptime validation The OpenACS uptime site can monitor your site and send you an email whenever your site fails to respond. If you test the url http://yourserver.test/SYSTEM/dbtest.tcl, you should get back the string success. - - ($Id$) - - - \ No newline at end of file + + +