Return to Snippet

Revision: 19639
at October 27, 2009 16:18 by tobewan


Initial Code
To set PHP to run as SuExec follow the steps outlined in the following (mt) KnowledgeBase article:

http://kb.mediatemple.net/questions/260/Upgrade+to+PHP+5+on+(dv)+3.0+Dedicated+Virtual+Servers

IMPORTANT: In step # 2

cp /opt/php51/cgi-bin/php5 /var/www/vhosts/mt-example.com/bin/

Needs to be modified to read:

cp /usr/bin/php-cgi /var/www/vhosts/mt-example.com/bin/

Initial URL


Initial Description


Initial Title
Run PHP as SuExec user

Initial Tags
php, wordpress

Initial Language
Other