Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-17 Thread William A. Rowe Jr.
On 1/16/2011 5:09 PM, Γιώργος Κατωποδης wrote: > That is right. The expected behaviour from the browsers is to look (from > default) at port 80. > I finally solved the problem by changing *nginx* configuration to listen to > port 81 and > apache stayed on port 80. Just as a footnote, you can alw

Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-16 Thread Γιώργος Κατωποδης
That is right. The expected behaviour from the browsers is to look (from default) at port 80. I finally solved the problem by changing *nginx* configuration to listen to port 81 and apache stayed on port 80. Everything worked well after that. Thank you all for your replies!!! YK 2011/1/10 John D

Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-10 Thread John Doe
From: Γιώργος Κατωποδης >I run ubuntu 10.04.1 on a virtual linode server. When i change the default >port >80 to 8081 or 81 (because another application needs to run on the port 80 >-nginx-) and then browse my domain name, i must write in the browser window >xxx.xxx.xxx.xxx:8081 (or 81) in or

Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-09 Thread Muhammad Nuzaihan Kamal
Use http:// instead of IP address. Example: http://xx.xx.xx.xx:8081 Regards, Muhammad Nuzaihan On Mon, 2011-01-10 at 04:29 +0200, Γιώργος Κατωποδης wrote: > Hello all, > > > I run ubuntu 10.04.1 on a virtual linode server. When i change the > default port 80 to 8081 or 81 (because another appl

Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-09 Thread Eric Covener
2011/1/9 Γιώργος Κατωποδης : > Hello all, > I run ubuntu 10.04.1 on a virtual linode server. When i change the default > port 80 to 8081 or 81 (because another application needs to run on the port > 80 -nginx-) and then browse my domain name, i must write in the browser > window xxx.xxx.xxx.xxx:808

Re: [users@httpd] Changing apache default port 80 creates problem

2011-01-09 Thread Muhammad Nuzaihan
You forgot http:// http://IP:8081 Sent from my iPhone On Jan 10, 2011, at 10:30 AM, "Γιώργος Κατωποδης" wrote: > Hello all, > > I run ubuntu 10.04.1 on a virtual linode server. When i change the default > port 80 to 8081 or 81 (because another application needs to run on the port > 80 -nginx

[users@httpd] Changing apache default port 80 creates problem

2011-01-09 Thread Γιώργος Κατωποδης
Hello all, I run ubuntu 10.04.1 on a virtual linode server. When i change the default port 80 to 8081 or 81 (because another application needs to run on the port 80 -nginx-) and then browse my domain name, i must write in the browser window xxx.xxx.xxx.xxx:8081 (or 81) in order to go in my site. W