]> code.citadel.org Git - citadel.git/blobdiff - webcit/README.txt
* -d to daemonize, -D to daemonize with specifying
[citadel.git] / webcit / README.txt
index c03deb700b17dc71a877edacc2d232f39a5db0c3..20b9ef8cd24eccf336dd7e441c11e2800abb3099 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 7.00
+                               version 7.02
  
    Copyright (C) 1996-2006 by the authors.  Portions written by:
        Art Cancro
@@ -59,7 +59,8 @@ mucking about with Apache configuration files and directories.  WebCit is not
 intended to be a general-purpose web server, however -- it *only* provides a
 front end to Citadel.  If you do not have another web server running, you may
 run WebCit on port 80; however, if you have Apache or some other web server
-listening on port 80, you must run WebCit on another port.
+listening on port 80, you must run WebCit on another port.  If you do not
+specify a port number, WebCit will bind to port 2000.
  
  To compile from source, enter the usual commands:
   ./configure --prefix=/usr/local/webcit   [or whatever directory you prefer]
@@ -78,9 +79,9 @@ specified, such as:
  
   http://your.host.name
  
- (or if you specified some other port, such as 8080 in this example...)
+ (or if you specified some other port, such as 2000 in this example...)
  
-  http://your.host.name:8080
+  http://your.host.name:2000
  
  ...and log in.