I'm sorry, I'm sure this has been posted before, indeed I may have posted it myself, but try as I like, I can't seem to find related threads because vbulletin doesn't like the search terms.
Script names no longer show up in my usage logs (and its been a while really, but its bugging me today as I'm trying to help someone find the offending script...)
I see this:
Top Process %CPU 112 /usr/bin/php
When I want this:
Top Process %CPU 112 /usr/bin/php somuglyscript.php
Top -c simply tells me /usr/bin/php and not the actual script name being run.
I understand this is a change with suphp, and with alot of digging I had high hopes that the line
full_php_process_display=true in my suphp.conf would fix it. But, it just caused internal server errors. Any thoughts? And again if there's another thread please steer me there..
Script names no longer show up in my usage logs (and its been a while really, but its bugging me today as I'm trying to help someone find the offending script...)
I see this:
Top Process %CPU 112 /usr/bin/php
When I want this:
Top Process %CPU 112 /usr/bin/php somuglyscript.php
Top -c simply tells me /usr/bin/php and not the actual script name being run.
I understand this is a change with suphp, and with alot of digging I had high hopes that the line
full_php_process_display=true in my suphp.conf would fix it. But, it just caused internal server errors. Any thoughts? And again if there's another thread please steer me there..
Last edited: