Hi,
I have virtualmin installed in a server with nginx and varnish. I created a new server to add a new website. Everything went well, but I noticed that after a while the php.log was huge, close to a GB. Then when I opened the file, I could only see the following repeated over and over:
Usage: php5 [options] [-f] [--] [args...]
php5 [options] -r [--] [args...]
php5 [options] [-B ] -R [-E ] [--] [args...]
php5 [options] [-B ] -F [-E ] [--] [args...]
php5 [options] -- [args...]
php5 [options] -a
-a Run as interactive shell
-c | Look for php.ini file in this directory
-n No php.ini file will be used
-d foo[=bar] Define INI entry foo with value ‘bar’
-e Generate extended information for debugger/profiler
-f Parse and execute .
-h This help
-i PHP information
-l Syntax check only (lint)
-m Show compiled in modules
… and the rest of the help message.
I was wondering, does anyone know why is it logging that and how to stop it?
Thanks!