December 01, 2011
How to Fix a Squirrelly 505 Error
If you’re been looking into common Apache web server errors, you’ve probably already come across the ubiquitous “404 Not Found” complication. However, that’s an easy fix when compared to the much more intimidating “505 Internal Server Error.” By nature, this error means something is not jiving well server-side, however, that’s the only indication you’re likely to get as to a specific problem. Thankfully, a 505 Error is not an instant death scenario, and can be solved. To do so, simply follow a few of our pointers below! Starting with:
First off the bat, a solution to your vexation may be as easy as remembering what you were doing at the time. Have you recently performed any installations or other actions that might have caused the server to fail? Try to recall as much as possible. If you can’t think of anything, consider the following: 505 Errors are often times the result of an improperly installed script, or a permission issue with an implemented script. For example, check over the following points:
1. Check The Facts, Ma’am: Make sure your scripts have been placed in the properly repository. For instance, CGI scripts in particular must be contained within an executable directory, or you’re likely to encounter errors.
2. Check the Tunnel: Next, be sure you haven’t incorrectly accessed your server. An easy mistake is using a binary FTP upload where an ASCII connection is the only acceptable method. Mixing these up is a simple problem with a particularly simple fix.
3. Check the Keys: If you’ve been through the first two, go ahead and check the permissions on any new scripts. If you’ve got one that’s incorrectly set, it may be the item that’s giving your server fits. Just do a speedy run through, looking for potential culprits.
4. Check for Tamperin’: After you’ve done that, make sure your extant scripts haven’t been modified or changed for the worse in anyway. This is especially likely if you’re in the business of creating your own, uncertified web apps. Web development is a keen profession, but if you’ve botched an important line somewhere, you might have potentially bolloxed your box.
Sadly, there’s no immediate nor apparent fix for a 505 error. Hopefully some of these points have helped, but if not, keep digging! The answer is in there somewhere, and though it may not be apparent, a 505 does not mean your server is in jeopardy.Popular LinksCategories: General |
Tags: script,
apache,
scripts,
ftp,
server,
business,
CGI,
server side scripts,
web development,
server side,
web server,
up time,
CGI scripts,
Apache server,
IT,
new server,
server solution,
FTP repository,
Simple Script,
FTP connection,
Simple Scripts,
server connection

Post comment: