From c6f4e6fe8769519cc00c603d76a90a0e0138de00 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 31 Jan 2013 14:44:17 +0100 Subject: [PATCH] changed the path cgi-bin to cgi --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 75a8f1b..10dd291 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ Every time 'monitorix' is started it reads the configuration file from the path specified in the command line (using the -c option), and once checked, it creates the 'index.html' file that will act as the Monitorix main page. -It also creates a file called '/cgi-bin/monitorix.conf.path' that +It also creates a file called '/cgi/monitorix.conf.path' that includes the absolute path of the configuration file. This file will be read by 'monitorix.cgi' to determine the exact location of the configuration file. If for any reason it is unable to locate this file, Monitorix will try two @@ -92,7 +92,7 @@ The file tree for the Monitorix application is: File Recommended location Description ------------------------------------------------------------------------------- monitorix /usr/bin/ main program (daemon) -monitorix.cgi /cgi-bin/ CGI (viewer) +monitorix.cgi /cgi/ CGI (viewer) monitorix.conf /etc/ configuration file lib/*.pm /usr/lib/monitorix/ modules Changes /usr/share/doc/ changes log file