Jump to content

[Answered] I Have A Problem With Johny All Time Long


Guest lukaszptak

Recommended Posts

Guest lukaszptak

I have a problem with server all time long - error screen is under this post. What's happend with server? When I can get to my website, loading is so long. Could you tell me why?

I use Johnny. My adress: http://lukaszptak.uni.me

When I try to load my website server replied to me:

 

"Internal server error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@lukaszptak.uni.me 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.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.7.4 Server at lukaszptak.uni.me Port 80"

 

Logs error in my cPanel:

 

"[Thu Aug 22 07:10:27 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 07:04:28 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:59:00 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml, referer: http://lukaszptak.uni.me/wp-admin/index.php

[Thu Aug 22 06:52:58 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml, referer: http://lukaszptak.uni.me/wp-admin/index.php

[Thu Aug 22 06:52:09 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:51:07 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:47:19 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:46:09 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:45:37 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml, referer: http://lukaszptak.uni.me/

[Thu Aug 22 06:45:07 2013] [error] [client 64.62.211.131] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:45:07 2013] [error] [client 64.62.211.131] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:44:28 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml

[Thu Aug 22 06:43:18 2013] [error] [client 81.6.141.128] File does not exist: /home/lukpta/public_html/500.shtml"

 

Support, please help me.

Link to comment
Share on other sites

500 errors can be caused by a lot of things. The most common are

  1. Exceeding Process Limit The solution is to not run as many processes. Opening cpanel, connecting to FTP, checking mail, connecting to webdisk, etc all increase your process count, and if you exceed your limit php will show 500 errors since it cannot start a new php process. This sometimes affects only the webmaster since opening cPanel and FTP etc is common when you're editing your site, but normal users won't have these errors since they will only be accessing your website not all the other services. The process limit is higher on Johnny so for some websites the solution to 500 errors might be to switch servers.
  2. Syntax Error in .htaccess If you have a syntax error in one of your .htaccess files it can cause a 500 error. The easiest way to check if this is the case is to delete or rename your .htaccess files and see if the 500 error goes away.
  3. Incorrect Permissions If the script or the directory that the script is in doesn't have the correct permissions it can cause 500 errors too. If you're running a php script the file permission should be 644. If you're running a cgi script it should have 755 permissions. Your directories should have 755 or 750 permissions.
  4. Exceeding Time Limit If your script exceeds the time limit it can be killed by the system which will also result in a 500 error. The solution to this problem is to break your long executing scripts into multiple faster scripts that can call each other. For instance longscript.php always results in a 500 error because it exceeds the time limit, but if script1.php runs for a short time, and then calls script2.php which calls script3.php they can together execute the same code as longscript.php without exceeding the time limit and being killed.
  5. High Server Load If the server is currently experiencing high server load scripts can return a 500 error when they would normally work. This is more common on Johnny than Stevie since Johnny is more unstable, and accounts that cause high load on Stevie are suspended. There isn't really anything that can be done about high load 500 errors other than trying again later when the load is lower.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...