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
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
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
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
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
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
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