phpsuexec causing problems for me
Posted: Tue Sep 28, 2004 12:09 am
My web host has implemented phpsuexec, and broken my website (Apache 1.3.31, Linux 2.4.20-28.7smp, php 4.3.8).
After phpsuexec was implemented, my website produced internal server errors which continued until I removed these lines from .haccess:
All my html files include this instruction to compress files before serving them......which explains why I want those files parsed for php.
The auto_prepend_file is Dean Allen's excellent refer script: http://www.textism.com/tools/refer/
My web host says "WE have had to change back to phpsuexec on that server earlier in order to stop a hack attempt. Unfortunately this breaks those two directives and it has been studied and no solution found besides moving it to a less secure server."
Can anyone suggest how I can fix this?
After phpsuexec was implemented, my website produced internal server errors which continued until I removed these lines from .haccess:
Code: Select all
AddType application/x-httpd-php .html .htm
php_value auto_prepend_file їpath]/refer/refer.phpCode: Select all
<?php
<?php ob_start("ob_gzhandler"); ?>
?>The auto_prepend_file is Dean Allen's excellent refer script: http://www.textism.com/tools/refer/
My web host says "WE have had to change back to phpsuexec on that server earlier in order to stop a hack attempt. Unfortunately this breaks those two directives and it has been studied and no solution found besides moving it to a less secure server."
Can anyone suggest how I can fix this?