How to check if suphp is enabled

ARUN Post in Uncategorized
0

root@hostname [~] # [  /usr/local/cpanel/bin/rebuild_phpconf --current  ]
Available handlers: suphp dso cgi none
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: suphp
SUEXEC: enabled

root@hostname [~]#

[root@vranac ~]# [  /usr/local/cpanel/bin/rebuild_phpconf --current    ]
Available handlers: dso cgi none       –> We will se nobody when we run top -c
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: dso
SUEXEC: enabled
[root@vranac ~]#

OR

httpd -D DUMP_MODULES|grep suphp
Syntax OK
suphp_module (shared)

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.