Full path to the process is not shown when using mod_fcgid
Announcement
Collapse
No announcement yet.
Process tracking with mod_fcgid is not the same as with suPHP
Collapse
X
-
Hello all,
Does someone know is it possible to see the full process path when using mod_fcgid?
When running suPHP and run: top -c the processes are shown similar to this:
/usr/bin/php /home/username/public_html/script.php
meaning: the full path to the process is shown.
When running mod_fcgid I only get this:
/usr/bin/php
Is there something I can do to see the processes in suPHP style?
Regards.
Comment