Normally, when the server goes high loaded we execute something similiar to:
or
etc...
A PHP script that causes high load in suPHP mode will show something similiar to this:
user /usr/bin/php /home/user/public_html/spam.php
when we execute some of the above commands.
However, in FastCGI mode it will show something like:
user /usr/bin/php
My question is:
Is there any way for FastCGI to be configured to show the full path like SuPHP does?
Code:
top -c
Code:
ps aux
A PHP script that causes high load in suPHP mode will show something similiar to this:
user /usr/bin/php /home/user/public_html/spam.php
when we execute some of the above commands.
However, in FastCGI mode it will show something like:
user /usr/bin/php
My question is:
Is there any way for FastCGI to be configured to show the full path like SuPHP does?