Changes between Initial Version and Version 1 of Software/PHPMonitor


Ignore:
Timestamp:
09/10/11 03:55:26 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/PHPMonitor

    v1 v1  
     1= PHPMonitor = 
     2 
     3[[TracNav(TOC|nocollapse)]] 
     4[[TOC(inline)]] 
     5 
     6== Recent Changes == 
     7 
     8[[ChangeLog(/trunk/PHPMonitor, 3)]] 
     9 
     10== Requirements == 
     11 
     12 * Apache 
     13 * PHP 
     14 
     15== Description == 
     16 
     17A script tool for the monitoring of PHP applications.  
     18 
     19== How to use == 
     20 
     21To work with this script, the Apache needs to be configured for user tracking, i.e., the add-on {{{mod_usertrack}}} needs to be installed and activated to track the users with a cookie. The cookie must then be entered in PHP script itself.  
     22 
     23The script has to be included at the beginning of each web page of the PHP application. This can be either done manually or by editing the configuration of the PHP server and loading the file automatically before each PHP script.