Hi All, After an upgrade to MySQL 5.5.22 , Apache 2.2.22 & PHP 5.3, i unable to open my website, it shows Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at domain.com Port 80 can you please suggest how to solve this problem, and i also check the error logs it shows as file doesn't not exit. and i also tried by removing .htaccess file from the root. but still i have the same problem. please advise. Thanks in advance
This error can be caused by a variety of issues but is most likely caused by a corrupt .htaccess file. Check to see if there is an .htaccess file in the directory where the error is being generated or any directory above in the tree. Set the permissions to 644, which makes it usable by the server, but prevents it from being read from a browser.
Actually i have removed the .htaccess file from the root, but still it is showing the same error. and i also set 644 permissions to all pages
Can you show the last few entries from the error_log? The error_log will help you resolve all your issues
[Thu May 24 17:35:53 2012] [error] [client 220.225.132.42] File does not exist: /home/veeusa/public_html/veeusaupld/500.shtml
here is the error log [Fri May 25 10:37:55 2012] [error] [client 193.106.136.40] File does not exist: /home/veeusa/public_html/veeusaupld/500.shtml, referer: http://video-online.in/ [Fri May 25 10:37:55 2012] [error] [client 193.106.136.40] SoftException in Application.cpp:601: Directory "/home/veeusa/public_html/veeusaupld" is writeable by group, referer: http://video-online.in/ [Fri May 25 10:37:53 2012] [error] [client 193.106.136.40] File does not exist: /home/veeusa/public_html/veeusaupld/500.shtml, referer: http://video-online.in/ [Fri May 25 10:37:53 2012] [error] [client 193.106.136.40] SoftException in Application.cpp:601: Directory "/home/veeusa/public_html/veeusaupld" is writeable by group, referer: http://video-online.in/ [Fri May 25 10:21:57 2012] [error] [client 14.96.16.98] File does not exist: /home/veeusa/public_html/veeusaupld/404.shtml [Fri May 25 10:21:57 2012] [error] [client 14.96.16.98] File does not exist: /home/veeusa/public_html/veeusaupld/favicon.ico [Fri May 25 10:21:56 2012] [error] [client 14.96.16.98] File does not exist: /home/veeusa/public_html/veeusaupld/404.shtml, referer: http://www.google.co.in/url?sa=t&rc...2LVbvcK-k9eMJ__aQ&sig2=u5JN-fr6MX5Eaxnu1jdV0w [Fri May 25 10:21:56 2012] [error] [client 14.96.16.98] File does not exist: /home/veeusa/public_html/veeusaupld/about-us, referer: http://www.google.co.in/url?sa=t&rc...2LVbvcK-k9eMJ__aQ&sig2=u5JN-fr6MX5Eaxnu1jdV0w [Fri May 25 10:14:41 2012] [error] [client 77.75.77.11] File does not exist: /home/veeusa/public_html/veeusaupld/404.shtml [Fri May 25 10:14:41 2012] [error] [client 77.75.77.11] File does not exist: /home/veeusa/public_html/veeusaupld/about-us [Fri May 25 10:13:39 2012] [error] [client 124.115.4.193] File does not exist: /home/veeusa/public_html/veeusaupld/500.shtml [Fri May 25 10:13:39 2012] [error] [client 124.115.4.193] SoftException in Application.cpp:601: Directory "/home/veeusa/public_html/veeusaupld" is writeable by group [Fri May 25 10:12:08 2012] [error] [client 124.30.122.142] File does not exist: /home/veeusa/public_html/veeusaupld/404.shtml [Fri May 25 10:12:08 2012] [error] [client 124.30.122.142] File does not exist: /home/veeusa/public_html/veeusaupld/favicon.ico [Fri May 25 10:12:08 2012] [error] [client 124.30.122.142] File does not exist: /home/veeusa/public_html/veeusaupld/500.shtml
[Fri May 25 10:13:39 2012] [error] [client 124.115.4.193] SoftException in Application.cpp:601: Directory "/home/veeusa/public_html/veeusaupld" is writeable by group The 500 Error is being caused my permissions. Verify that your owner and group of the folder/file /home/veeusa/public_html/veeusaupld and other files/folders are correct. Also verify permissions.
I have already change the permission as for folders - 755 and for file 644 but still its shows as error
What about the owner and group of these files? Are they set correctly? Login via ssh. Run the below (in order) and paste the full output you receive. cd /home/veeusa ls -l cd public_html ls -la cd veeusaupld ls -la Pm me the output if you do not feel comfortable posting it here.
Is your website hosted in WHM? then after mysql upgradation you need to do an easy apache ( php will get recompiled with mysql ) to avoid internal server error.
I has same kind of issue, my the webhotel managed to solve the issue. I don't really know what they did actually.