Set PERL5LIB
[irspy-moved-to-github.git] / web / conf / README
index 58fbedc..d7ab65f 100644 (file)
@@ -1,4 +1,4 @@
-$Id: README,v 1.1 2006-09-20 13:32:02 mike Exp $
+$Id: README,v 1.4 2006-10-24 23:10:43 mike Exp $
 
 To install the web UI (assuming you're using some version of Apache as
 your web server):
@@ -16,9 +16,12 @@ your web server):
 
 -- Include this configuration in that of the web server.  For example,
    if you're using the Apache 1.3 setup that is the default on
-   Debian-based operating systems, go to /etc/apache/conf and:
+   Debian-based operating systems, go to /etc/apache/conf.d and:
        # ln -s /usr/local/src/cvs/irspy/web/conf/apache1.3/XXX.conf irspy.conf
 
+-- Restart the web-server or otherwise tell it about the change to its
+   configurations, for example using "apachectl restart".
+
 -- Make sure that the web-server's user (often root, www-data or
    nobody) can write the logs in in the ../logs directory: for
    example, you might use "chmod ugo+w ."
@@ -33,7 +36,8 @@ your web server):
        # apt-get install libhtml-mason-perl libapache-request-perl
 
 -- Ensure that the web server can write the HTML::Mason object
-   directory.  For example: "chmod ugo+w data/obj"
+   directory and cache directory.  For example:
+       chmod ugo+w data/obj data/cache
 
 That should be everything: just start Zebra, point your browser to the
 root of your new virtual host, and off you go.