Control Web Panel

WebPanel => CentOS 6 Problems => Topic started by: lockerit on February 10, 2017, 02:58:51 PM

Title: 500 internal server error after migration
Post by: lockerit on February 10, 2017, 02:58:51 PM
hey i have do migrate for my data from another server cpanel ,

and i was see problem " Forbidden " i turned off the mod security i uninstall it , and i try to fix permission for the user i have migrated , and i got internal server error 500 , in the new site i have migrated , i need your help , thanks
Title: Re: 500 internal server error after migration
Post by: Sandeep on February 10, 2017, 05:15:14 PM
check the apache logs for more info
Title: Re: 500 internal server error after migration
Post by: lockerit on February 10, 2017, 06:24:25 PM
please can you tell me in which file i can see log exactly ?
Title: Re: 500 internal server error after migration
Post by: Sandeep on February 23, 2017, 02:16:12 PM
/usr/local/apache/logs/
Title: Re: 500 internal server error after migration
Post by: n1kko on February 23, 2017, 02:58:31 PM
Did you try create a php.ini file from the php ini editor?
Title: Re: 500 internal server error after migration
Post by: locvfx on February 24, 2017, 07:47:48 AM
hey i have do migrate for my data from another server cpanel ,

and i was see problem " Forbidden " i turned off the mod security i uninstall it , and i try to fix permission for the user i have migrated , and i got internal server error 500 , in the new site i have migrated , i need your help , thanks

Replace your USERNAME
Quote
cd /home
chown -R USERNAME:USERNAME USERNAME
chmod 755 USERNAME
find ./USERNAME -type d -exec chmod 755 {} \;
find ./USERNAME -type f -exec chmod 644 {} \;
Title: Re: 500 internal server error after migration
Post by: botonakis on February 24, 2017, 09:42:39 AM
You can add error_log into apache's virtualhost template, inside user's public_html folder and view the errors easier, even from FTP.