|
Changing the default port to something other than 80 will reduce your risks from random attacks. It will not change the risk associated with someone who is targeting your site.
The difference is simply most HTTP based exploits are attacked via scripts that only scan port 80 since it is by far the most common for HTTP.
A downside to a port other than 80, you will prevent some people from accessing it (especially those behind proxy servers and very restrictive firewalls). Some people will have problems because they will forget (or not know how) to change the requesting port in their web browser.
|