|
Source: Eric Lubow - Posted by Eric Lubow
|
Last week I gave a few tips about SSH, so this week I think I will give a few tips about apache. Just to reiterate, these are tips that have worked for me and they may not be as efficient or as effective for your style of system administration.
If you are running a production web server that it out there on the internet, then you should be wary of the information that can be obtained from a misconfigured page or something that may cause an unexpected error. When apache throws an error page or a directory index, it usually shows a version string, something similar to this:
Apache/2.0.58 (Ubuntu) PHP/4.4.2-1.1 Server at zeus Port 80
If you don’t want that kind of information to be shown (which you usually shouldn’t), then you should use the ServerSignature directive.
Read this full article at Eric Lubow
Powered by AkoComment! |