From: Mike Taylor Date: Tue, 24 Oct 2006 23:08:03 +0000 (+0000) Subject: Note need to restart server after config changes. X-Git-Tag: CPAN-v1.02~54^2~880 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a2ffbca51efcb7485871c30e5c4f6c1aa45d6a34;hp=e1ed7640bd457c54d09a245feeed6f3b7cbea6fe Note need to restart server after config changes. --- diff --git a/web/conf/README b/web/conf/README index 63a2529..5c5c3ee 100644 --- a/web/conf/README +++ b/web/conf/README @@ -1,4 +1,4 @@ -$Id: README,v 1.2 2006-10-24 23:05:13 mike Exp $ +$Id: README,v 1.3 2006-10-24 23:08:03 mike Exp $ To install the web UI (assuming you're using some version of Apache as your web server): @@ -19,6 +19,9 @@ your web server): 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 ."