Error 500 in ISPConfig 3.0.5.4p5 with suPHP

Discussion in 'Installation/Configuration' started by namjar, Dec 30, 2014.

  1. namjar

    namjar New Member

    I have tried to search in google and i can not fix this problem yet, please help me.

    I create a website in ISPConfig, and select suPHP mod, but it view Error 500 - Internal Server Error! It be fine when i select other mod such as mod_php, fastcgi, etc.

    [Tue Dec 30 04:03:32 2014] [error] [client 111.206.61.180] SoftException in Application.cpp:350: UID of script "/var/www/clients/client0/web1/web/index.php" is smaller than min_uid

    [Tue Dec 30 04:03:32 2014] [error] [client 111.206.61.180] Premature end of script headers: index.php
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Your file /var/www/clients/client0/web1/web/index.php has a wrong owner. run:

    chown web1:client0 /var/www/clients/client0/web1/web/index.php

    to change the owner of the file to the website user and client group.
     
  3. namjar

    namjar New Member

    thanks!!! :D fixed!!!
     

Share This Page