Re: WebInterface
D Bera <[email protected]> Mon, 21 Jun 2010 13:45:52 +0530
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 21, 2010 at 1:17 PM, Enrico Minack <[email protected]> wrote: > Am Montag, den 21.06.2010, 11:58 +0530 schrieb D Bera: >> > I am struggling to get WEB interface for Beagle working under Ubuntu 10.04. I have got through literally 100s of messages on this board, but I still can not figure out how to allow remote access to the search results. >> > >> > localhost:4000 works just fine. When I try to access the WEB page via IP address, like http://137.167.20.69:4000/ (even when on the same machine) I get "Bad Request (Invalid host)" . >> >> Try http://127.0.0.1:4000/ >> IIRC, by default the web interface will allow access only on the local >> interface. > I think the question was more about how to change the default behaviour. > How can beagle be configured to also listen on IPs of the machine other > than localhost / 127.0.0.1? Hmm... try this: $ beagle-config Networking ServiceEnabled True OR in beagle-settings GUI, Check Networking tab :"allow external access" - dBera PS: Relevant commit: http://www.mail-archive.com/[email protected]/msg65404.html