Re: Error when starting the server
by Michael Linfield other posts by this author
May 8 2008 2:19PM messages near this date
Re: Error when starting the server
|
QtRuby: get data from TableWidget
Albert Schlef wrote:
> Corne Lombaard wrote:
> > [...] Address already
>
> I'm not familiar with Rails, but it seems you're trying to start Ruby's
> web server (Webrick). This server sits listening on port 80 for
> requests. You probably already have some other server listiening on this
> port. E.g. Apache. So make Webrick listen on some other port (E.g. 81).
The default webrick server port is 5432 or 3000 from what I remember.
Shouldn't conflict with apache unless you configure it differently. You
might also check if its a DHCP conflict, IE: go around your house and
check each ip via:
Linux - ifconfig
Windows - ipconfig
Regards,
- Mac
--
Posted via http://www.ruby-forum.com/.
Thread:
Albert Schlef
Michael Linfield
|