r0k Posted February 6, 2010 Posted February 6, 2010 i get this error randomly on my site: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@aghr.heliohost.org 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. any help? aghr.heliohost.org username: k0rfain
Byron Posted February 6, 2010 Posted February 6, 2010 Looks like somebody was abusing server resources at the time of your error. The administrator weeds them out as he finds them.
r0k Posted February 6, 2010 Author Posted February 6, 2010 Looks like somebody was abusing server resources at the time of your error. The administrator weeds them out as he finds them. so this problem isnt being caused by me or my site? its someone else abusing the server?
Byron Posted February 6, 2010 Posted February 6, 2010 so this problem isnt being caused by me or my site? its someone else abusing the server? Are you doing something that is using allot of system resources?
r0k Posted February 6, 2010 Author Posted February 6, 2010 so this problem isnt being caused by me or my site? its someone else abusing the server? Are you doing something that is using allot of system resources? i dont think so, i have a server connecting to my mysql database but i dont think its that because its been doing this since i uploaded a script.. i think it has to do something with the .htaccess
Byron Posted February 6, 2010 Posted February 6, 2010 Are you using your htaccess file for anything? If not then remove it or remove what your not using.
r0k Posted February 6, 2010 Author Posted February 6, 2010 Are you using your htaccess file for anything? If not then remove it or remove what your not using. yes i am using it
Byron Posted February 6, 2010 Posted February 6, 2010 Do you understand what part of the htaccess your not using? And did you uninstall FrontPage when you registered with us or are you using FrontPage?
r0k Posted February 6, 2010 Author Posted February 6, 2010 not really, i just uploaded it with the script im using for the website. and i dont know what frontpage is so im guessing no
Byron Posted February 6, 2010 Posted February 6, 2010 Frontpage is FrontPage Extensions and since your not using them it's best to remove them. Go to your cpanel and look for the link named FrontPage Extensions and click Uninstall. After you've removed FrontPage you can look in your htaccess file for this and remove it also if you want. <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName aghr.heliohost.org IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
r0k Posted February 6, 2010 Author Posted February 6, 2010 this is what it currently looks like: ErrorDocument 404 /error.php Options +FollowSymlinks Options -Indexes <Files .htaccess> deny from all </Files> <Files ~ "\.log$"> Order allow,deny Deny from all </Files> <ifModule mod_php5.c> php_value zlib.output_compression 16386 php_value register_globals off php_value session.use_trans_sid 0 </ifModule> <ifModule mod_rewrite.c> RewriteEngine on # Uncomment the line below if the site doesn't work and you have mod_rewrite installed. RewriteBase / RewriteRule ^web-gallery/js/local/com.js$ ./habblet/null.php RewriteRule ^web-gallery/styles/local/com.css$ ./habblet/null.php RewriteRule ^(web-gallery) - [L] RewriteRule ^security_check_token$ ./security_check?type=token RewriteRule ^xml/promo_(.*).xml$ ./xml/promo_$1.php RewriteRule ^papers/(.*)$ ./papers.php?page=$1 RewriteRule ^account/([^/]+)(/([^/]+))?$ ./account.php?var1=$1&var2=$3 [QSA] RewriteRule ^register/cancel$ ./register.php?registerCancel=true RewriteRule ^captcha.jpg$ ./captcha/captcha.php RewriteRule ^minimail/(.*)$ ./habblet/minimail_$1.php RewriteRule ^minimail/loadMessage$ ./habblet/minimail_loadMessages.php RewriteRule ^habblet/ajax/(.*)$ ./habblet/ajax_$1.php RewriteRule ^myhabbo/store/purchase_confirm$ ./habblet/myhabbo_store_purchase_confirm.php?type=$1 RewriteRule ^myhabbo/store/purchase_(.*)$ ./habblet/myhabbo_store_purchase.php?type=$1 RewriteRule ^myhabbo/startSession/(.*)$ ./habblet/myhabbo_homes?id=$1&type=startSession RewriteRule ^myhabbo/cancel/(.*)$ ./habblet/myhabbo_homes?id=$1&type=cancel RewriteRule ^myhabbo/save$ ./habblet/myhabbo_homes?id=$1&type=save RewriteRule ^myhabbo/(.*)/(.*)/(.*)$ ./habblet/myhabbo_$1_$2_$3.php RewriteRule ^myhabbo/(.*)/(.*)$ ./habblet/myhabbo_$1_$2.php RewriteRule ^quickmenu/(.*)$ ./habblet/quickmenu.php?key=$1 RewriteRule ^grouppurchase/(.*)$ ./habblet/grouppurchase_$1.php RewriteRule ^habboclub/(.*)$ ./habblet/habboclub_$1.php RewriteRule ^profile/wardrobeStore$ ./habblet/wardrobeStore.php RewriteRule ^profile/(.*)$ ./profile.php?do=$1 RewriteRule ^home/(.*)/id$ ./home.php?id=$1 RewriteRule ^home/(.*)$ ./home.php?name=$1 RewriteRule ^articles/archive$ ./articles.php?archive=true [QSA] RewriteRule ^articles/archive?pageNumber=(.*)$ ./articles.php?archive=true&pageNumber=$1 RewriteRule ^articles/category/(.*)$ ./articles.php?category=$1 RewriteRule ^articles/rss.xml$ ./xml/rss.php RewriteRule ^articles/(.*)-(.*)/in/category/(.*)$ ./articles.php?id=$1&category=$3 RewriteRule ^articles/(.*)-(.*)/in/archive$ ./articles.php?id=$1&archive=true RewriteRule ^articles/(.*)-(.*)$ ./articles.php?id=$1 RewriteRule ^habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1 RewriteRule ^habbo-imaging/avatar/(.*),(.*),(.*).gif$ ./cache/avatars/$1,$2,$3.png RewriteRule ^friendmanagement/ajax/(.*)$ ./habblet/friendmanagement_$1.php RewriteRule ^groups/actions/(.*)/(.*)$ ./habblet/groups_actions_$1.php?id=$2 [QSA] RewriteRule ^groups/actions/(.*)$ ./habblet/groups_actions_$1.php RewriteRule ^groups/(.*)/id/discussions/page/(.*)$ ./discussions.php?id=$1&page=$2 RewriteRule ^groups/(.*)/discussions/page/(.*)$ ./discussions.php?alias=$1&page=$2 RewriteRule ^groups/(.*)/id/discussions/(.*)/id/page/(.*)$ ./discussions.php?id=$1&thread=$2&page=$3 RewriteRule ^groups/(.*)/discussions/(.*)/id/page/(.*)$ ./discussions.php?alias=$1&thread=$2&page=$3 RewriteRule ^groups/(.*)/id/discussions/(.*)/id$ ./discussions.php?id=$1&thread=$2 RewriteRule ^groups/(.*)/discussions/(.*)/id$ ./discussions.php?alias=$1&thread=$2 RewriteRule ^groups/(.*)/id/discussions$ ./discussions.php?id=$1 RewriteRule ^groups/(.*)/discussions$ ./discussions.php?alias=$1 RewriteRule ^groups/(.*)/id$ ./groups.php?id=$1 RewriteRule ^groups/(.*)$ ./groups.php?alias=$1 RewriteRule ^credits/club/(.*)$ ./$1.php [QSA] RewriteRule ^credits/(.*)$ ./$1.php [QSA] RewriteRule ^credits/habboclub$ ./habblet/ajax_habboclub_gift.php [QSA] RewriteRule ^iot/go$ ./iot.php [QSA] RewriteRule ^help/faqsearch$ ./help.php [QSA] RewriteRule ^help/(.*)$ ./help.php?id=$1 RewriteRule ^cacheCheck$ ./habblet/null.php?return=true RewriteRule ^clientlog/(.*)$ ./habblet/null.php RewriteRule ^components/(.*)$ ./habblet/components_$1.php RewriteRule ^client_popup/(.*)$ ./clientutils.php?key=$1 RewriteRule ^client_(.*)$ ././clientutils.php?key=$1 [QSA] RewriteRule ^tag/search?tag=(.*)$ ./tag.php?tag=$1 [QSA] RewriteRule ^tag/(.*)$ ./tag.php?tag=$1 [QSA] RewriteRule ^mod/localizations$ ./habblet/mod_localizations.php RewriteRule ^mod/add_(.*)_report$ ./habblet/mod_add_report.php?type=$1 [QSA] RewriteRule ^trax/song/(.*)$ ./habblet/trax_song.php?id=$1 RewriteRule ^discussions/(.*)/(.*)$ ./habblet/discussions_$1_$2.php RewriteRule ^housekeeping/settings/(.*)$ ./housekeeping/settings.php?page=$1 [QSA] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(([A-Za-z0-9\-_]+/)*[A-Za-z0-9\-_]+)?$ $1.php </ifModule>
Byron Posted February 6, 2010 Posted February 6, 2010 this is what it currently looks like: OK, make sure you uninstall Frontpage and see if that helps you any. btw, is this working for you? ErrorDocument 404 /error.php I always have to use the full path to my error documents. Are you showing a constant 500 error now?
r0k Posted February 6, 2010 Author Posted February 6, 2010 it just comes in at random times and lasts at random lengths, what did you suggest with the 404 error or something? i think has to do with rewrite or something
Byron Posted February 6, 2010 Posted February 6, 2010 it just comes in at random times and lasts at random lengths, what did you suggest with the 404 error or something? i think has to do with rewrite or something The 404 didn't have anthing to do with the error. I was just wondering if your 404 error page comes up that way with only the relative path. It may very well be a rewrite that is causing the problem but I couldn't tell you which one. It doesn't seem to be causing a constant error while going to your home page.
r0k Posted February 6, 2010 Author Posted February 6, 2010 So say if it is a rewrite problem how would it be fixed? and like i said before it just comes randomly
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now