Hello,
I want to gain insight into the access and running of scripts by the
php engine on my production box.
Most scripts are executed via cronjobs and they invoke a lot of other
php scripts. I can backtrace these files, but a lot of other scripts
are run by our users from the command line and I want to know if it possible
to instruct the engine to log the names of these script files.
I use php version 4.3.6 and I tried to modify the php.ini file to enable
logging, but the logfile only reports errors and not the access/execution a
scriptfile.
Is there a way to instruct the php engine to log the execution of
scriptfiles?
Cheers
Karoshi
I want to gain insight into the access and running of scripts by the
php engine on my production box.
Most scripts are executed via cronjobs and they invoke a lot of other
php scripts. I can backtrace these files, but a lot of other scripts
are run by our users from the command line and I want to know if it possible
to instruct the engine to log the names of these script files.
I use php version 4.3.6 and I tried to modify the php.ini file to enable
logging, but the logfile only reports errors and not the access/execution a
scriptfile.
Is there a way to instruct the php engine to log the execution of
scriptfiles?
Cheers
Karoshi
Comment