ygorre Posted August 24, 2010 Posted August 24, 2010 I'm getting an HTTP 500 response on my website. No logged messages, as I could tell. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@milleniumfm.com.br 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.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.2 Python/2.4.3 Server at milleniumfm.com.br Port 80 My website: http://milleniumfm.com.br Thanks, Ygor
Byron Posted August 24, 2010 Posted August 24, 2010 You need to set the nameservers to: ns1.heliohost.org ns2.heliohost.org At the time of this post they are set to: free01.editdns.net free02.editdns.net Check Here
ygorre Posted August 25, 2010 Author Posted August 25, 2010 You need to set the nameservers to: ns1.heliohost.org ns2.heliohost.org At the time of this post they are set to: free01.editdns.net free02.editdns.net Check Here I use a third-party DNS service. I've checked the DNS, the A/CNAME entries seem correct (pointing to 216.218.192.170 on HelioHost and my DNS servers).
Byron Posted August 25, 2010 Posted August 25, 2010 This support request is being escalated to our root admin.
rvt Posted August 25, 2010 Posted August 25, 2010 Do you have an ".htaccess" file? If so, try renaming it to ht.access and see if that fixes the problem.
ygorre Posted August 25, 2010 Author Posted August 25, 2010 Do you have an ".htaccess" file? If so, try renaming it to ht.access and see if that fixes the problem. There was one (a default one), but the page haven't worked after the renaming. Content: IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName milleniumfm.com.br Ygor
Recommended Posts