unixguru
Verified User
Now I have both php5.3 and suPHP by Gallary3 installations have died.
I googled this and played about for ages, has anyone else been able to fix this issue on a directadmin box?
Error Log
[Sun Mar 27 22:43:18 2011] [error] [client 90.215.yyy.xxx] Premature end of script headers: index.php
[Sun Mar 27 22:43:19 2011] [error] [client 90.215.yyy.xxx] Premature end of script headers: index.php
[Sun Mar 27 22:43:19 2011] [error] [client 90.215.yyy.xxx] Premature end of script headers: index.php
All directories are 755 and files 644 as I set them with
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
I googled this and played about for ages, has anyone else been able to fix this issue on a directadmin box?
Error Log
[Sun Mar 27 22:43:18 2011] [error] [client 90.215.yyy.xxx] Premature end of script headers: index.php
[Sun Mar 27 22:43:19 2011] [error] [client 90.215.yyy.xxx] Premature end of script headers: index.php
[Sun Mar 27 22:43:19 2011] [error] [client 90.215.yyy.xxx] Premature end of script headers: index.php
All directories are 755 and files 644 as I set them with
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
Last edited: