PHP runs as a cgi at Fast-name – this is because it is more secure than running it as an Apache module (if it runs as an Apache module PHP runs as the same user with the same rights as Apache).
This means that php_value directives in .htaccess files will not work - however we do allow local php.ini (or php4.ini for php4) files - these are plain text files that allow php.ini directives to control PHP for scripts in the directory where the file is placed, and its subdirectories.
Additionally, .htaccess directives such as AddHandler .php x-httpd-php will break your PHP scripts.
- 70 Users Found This Useful
Related Articles
Powered by WHMCompleteSolution