با سلام
ممکن هست تو بازکردن یه سایت با خطای زیر مواجه بشین:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@shilatchabahar.ir to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
بعد شما owner ها چک میکنین، مشکلی نداره،پرمیژن ها هم مشکلی نداره، فایل htaccess هم مشکل نداره
این وقتا اگه log مربوط به این یوزرو چک کنین:
tail -f /var/log/httpd/domain/domain.com/error.log
خطای زیر اگه دیدین :
No user or group set – set suPHP_UserGroup
برای یوزری که این مشکل داره اقدام زیرو انجام بدین:
فایل زیرو ویرایش کنین:
[php]
/etc/httpd/conf/extra/httpd-includes.conf
[/php]
و مقدار زیر رو داخلش بزارین:
[php]
<Directory “/home/username”>
<IfModule mod_suphp.c>
suPHP_Engine On
suPHP_UserGroup username username
</IfModule>
</Directory>
[/php]
بجای username یوزر مربوط به اون سایتو وارد کنین
اخر کار یادتون نره سرویس اپاچی رو ریستارت کنین