changed the path cgi-bin to cgi

This commit is contained in:
Jordi Sanfeliu 2013-01-31 14:44:17 +01:00
parent 2b9d2188b3
commit c6f4e6fe87
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -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 '<base_dir>/cgi-bin/monitorix.conf.path' that
It also creates a file called '<base_dir>/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 <base_dir>/cgi-bin/ CGI (viewer)
monitorix.cgi <base_dir>/cgi/ CGI (viewer)
monitorix.conf /etc/ configuration file
lib/*.pm /usr/lib/monitorix/ modules
Changes /usr/share/doc/ changes log file