Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

StorageDir

Summary

Sets the directory where eZ Publish will look for the Apache log file.

Usage

 

StorageDir=directory_name

Description

The node view count (number of page views) in the database isn't updated by the module/view system when the different nodes are being shown. To make the view counter work, you must periodically run the "updateviewcount.php" cronjob script. The script will extract information from the Apache log file and store it in the database. Please note that this directive can only be used to specify the path to the log file. Use the "LogFileName" directive to set the actual name of the file.

Examples

Example 1

StorageDir=/var/log/httpd/
LogFileName=access_log

This configuration will tell eZ Publish to use the "access_log" file inside the "/var/log/httpd/" directory.

Svitlana Shatokhina (22/11/2006 5:05 pm)

Balazs Halasy (03/12/2006 8:55 pm)

Svitlana Shatokhina, Balazs Halasy


Comments

There are no comments.