If i change my apache port 80 to another port, can this affect google listings?
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If i change my apache port 80 to another port, can this affect google listings?
Hi,
I changed my default apache port 80 to 8089 lastweek, now when i google my company name, i am not listed. Is this caused by the fact that i changed my port to 8089?
I changed my default apache port 80 to 8089 lastweek, now when i google my company name, i am not listed. Is this caused by the fact that i changed my port to 8089?
Thanks
How is google (or any other webclient) supposed to know which port to access your website?
Ports follow a convention
that both client and server are supposed to use. Webservers are then only defined by their ip adress (or apache vhost name in your case).
How is google (or any other webclient) supposed to know which port to access your website?
At least two ways:
(A) Google's web crawler may come across a page that links to yours (something like http://yoursite.tld:8089). Probably that's how they found you first (when at :80), but now that link is obsolete.
(A) Google's web crawler may come across a page that links to yours (something like http://yoursite.tld:8089). Probably that's how they found you first (when at :80), but now that link is obsolete.
Doomhammer, you have to know that people behind restrictive proxy (like in companies) might not be able to access your website. They are only allowed to connect to 80 and 443 (https).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.