Edit History Actions Discussion

Diff for "PHP"

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2006-08-26 16:44:18
Size: 258
Comment:
Revision 5 as of 2010-09-11 11:06:45
Size: 454
Editor: independence
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
PHP5 is enabled on the server, but it's quite restricted because of the voulnurable nature of PHP. PHP is run in safemode and uses suPHP. Apache server uses mod_security to prevent some further attacks. Ask if you need more details about the configuration. = PHP =
PHP is available on [[Info/Supporter|supporter]] accounts only. The currently installed version of PHP is 5.3.x with Suhosin patches for added security. PHP is run via mod_fcgid and suEXEC. This allows for good performance will still maintaining a high level of security, since all scripts are executed with the permissions of the owner of the script.

=== Links ===
 * http://www.php.net/
 * http://www.hardened-php.net/suhosin/index.html

PHP

PHP is available on supporter accounts only. The currently installed version of PHP is 5.3.x with Suhosin patches for added security. PHP is run via mod_fcgid and suEXEC. This allows for good performance will still maintaining a high level of security, since all scripts are executed with the permissions of the owner of the script.