Tim Shaffer wrote in post #1018030:
> Well the only way your browser will hide the port number is if you're
> using
> the default port number for the protocol.
>
> For HTTP, this means port 80.
>
> You'll need to run your rails application on port 80, or have it proxied
> behind another web server (such as Apache) that is running on port 80.

Hi Shaffer,

Thanks for your reply. Yes I am running my application with Phusion 
passenger using apache. The apache is running on the port 80. I am able 
see the apache test page for the URL http://localhost.

If I start the phusion passenger, by default it takes 3000 port. I am 
unable to use the port 80 since its already running for apache.

could you help how can I run my application with the port 80 using 
phusion passenger with apache?

Regards,
Periyasamy

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to