Data Center Services
2 min read
25

What does php SUexec refer to ?

December 9, 2010
0

Introduction PHPSuexec is the shortened term often used to describe running PHP as a CGI with Suexec. Running PHP as a CGI with Suexec creates a much more secure environment compared to running PHP as an Apache module. Below we will describe the differences in the two forms of PHP,

Continue Reading