Control Web Panel

WebPanel => PHP => Topic started by: sunboys0111 on May 24, 2017, 10:36:06 PM

Title: getting "Internal Server Error" only on http://[SERVER-IP/
Post by: sunboys0111 on May 24, 2017, 10:36:06 PM
recently i'm facing "Internal Server Error" while running PHP on http://[SERVER-IP/ with no reason but all domains is still working.
i checked everything like "Fix Primissions" but nothing has changed
please help me how to fix this?
Title: Re: getting "Internal Server Error" only on http://[SERVER-IP/
Post by: sunboys0111 on May 25, 2017, 08:57:31 AM
problem was solved by adding this code into /usr/local/apache/conf.d/vhosts.conf file

Code: [Select]
<Directory "/usr/local/apache/htdocs">
    AllowOverride All
    suPHP_UserGroup nobody nobody
</Directory>