Index: openacs-4/packages/acs-core-docs/www/maintenance-web.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/maintenance-web.html,v diff -u -r1.14.2.14 -r1.14.2.15 --- openacs-4/packages/acs-core-docs/www/maintenance-web.html 11 Feb 2004 11:19:47 -0000 1.14.2.14 +++ openacs-4/packages/acs-core-docs/www/maintenance-web.html 8 Mar 2004 21:21:46 -0000 1.14.2.15 @@ -8,8 +8,18 @@ creates additional files and directories to track status and log. A daemontools directory is included in the OpenACS tarball at - /var/lib/aolserver/service0/etc/daemontools. To use it, first ill any existing AOLserver instances. As root, link the daemontools directory into the /service directory. Daemontools' svscan process checks this directory every five seconds, and will quickly execute run.

[service0 etc]$ killall nsd
+        /var/lib/aolserver/service0/etc/daemontools.
+        To use it, first ill any existing AOLserver instances.  As
+        root, link the daemontools
+        directory into the /service
+        directory.  Daemontools'
+        svscan process checks this
+        directory every five seconds, and will quickly execute
+        run. Note that the run script
+        will need to be edited beforehand, to change
+        service0 with your service name.

[service0 etc]$ killall nsd
 nsd: no process killed
+[service0 etc]$ emacs /var/lib/aolserver/service0/etc/daemontools/run
 [service0 etc]$ exit
 
 [root root]# ln -s /var/lib/aolserver/service0/etc/daemontools/ /service/service0

Verify that AOLserver is running.

[root root]# ps -auxw | grep nsd
@@ -159,7 +169,7 @@
       able to exploit your web server to execute a command on your server,
       they would not be able to gain root
       access.

Running multiple services on one machine

Services on different ports.�To run a different service on another port but the same - ip, simply repeat Install OpenACS 5.0.2 replacing + ip, simply repeat Install OpenACS 5.0.4 replacing service0, and change the

set httpport              8000
 set httpsport             8443