Difference between revisions of "Var/"

From EPrints Documentation
Jump to: navigation, search
 
Line 1: Line 1:
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/var'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/var'''
** '''auto-apache-includes.conf''' -
+
** '''auto-apache-includes.conf''' - This is a list of apache config Include statements. It is generated by generate_apacheconf and is Included by eprints3/cfg/apache.conf
** '''auto-apache.conf''' -
+
** '''auto-apache.conf''' - This is a handful of apache configuration options not specific to any repository. It is generated by generate_apacheconf and is Included by eprints3/cfg/apache.conf
** '''indexer.log''' -
+
** '''indexer.log''' - This is the current EPrints indexer log. It is rolled to .1 then .2 etc. once per day and every time the indexer is started. How much is logged depends on the options to bin/indexer.
** '''indexer.log.1''' -
+
** '''indexer.log.1''' - the previous log file.
** '''indexer.log.2''' -
+
** '''indexer.log.2''' - the one before that.
** '''indexer.log.3''' -
+
** '''indexer.log.3''' - etc.
 
** '''indexer.log.4''' -
 
** '''indexer.log.4''' -
 
** '''indexer.log.5''' -
 
** '''indexer.log.5''' -
** '''indexer.pid''' -
+
** '''indexer.pid''' - The process ID of the current indexer. Used to see if the indexer is running, and to know what PID to kill if needed.
** '''indexer.tick''' -
+
** '''indexer.tick''' - The indexer tick file. This file is updated every so often by the indexer. If the indexer is running, but this file is more than about 10 minutes old then EPrints can guess that the indexer has stalled or crashed.

Revision as of 15:06, 3 January 2007

  • eprints3/var
    • auto-apache-includes.conf - This is a list of apache config Include statements. It is generated by generate_apacheconf and is Included by eprints3/cfg/apache.conf
    • auto-apache.conf - This is a handful of apache configuration options not specific to any repository. It is generated by generate_apacheconf and is Included by eprints3/cfg/apache.conf
    • indexer.log - This is the current EPrints indexer log. It is rolled to .1 then .2 etc. once per day and every time the indexer is started. How much is logged depends on the options to bin/indexer.
    • indexer.log.1 - the previous log file.
    • indexer.log.2 - the one before that.
    • indexer.log.3 - etc.
    • indexer.log.4 -
    • indexer.log.5 -
    • indexer.pid - The process ID of the current indexer. Used to see if the indexer is running, and to know what PID to kill if needed.
    • indexer.tick - The indexer tick file. This file is updated every so often by the indexer. If the indexer is running, but this file is more than about 10 minutes old then EPrints can guess that the indexer has stalled or crashed.