On Sun, 24 Jun 2012 00:17:46 +0530, you wrote:

> I have installed fossil on Ubuntu 11. I can see the default web page on
> localhost:8080, but not on 192.168.1.33:8080. Obviously the binding for
> fossil is on localhost. How can I change it to the ip address so that I can
> access it from some other machine in the same LAN?

With
        fossil ui
fossil only listens on localhost and logs you in as administrator.

$ netstat -an -f inet -P tcp|grep 8080
127.0.0.1.8080  *.*   0   0 128000  0 LISTEN


With
        fossil server
fossil listens on all interfaces, and there is no automatic login.

$ netstat -an -f inet -P tcp|grep 8080
        *.8080  *.*   0   0 128000  0 LISTEN



>PS: I will be able to respond to responses only tomorrow at this time.
>
>TIA.
>-sph

-- 
Regards,

Kees Nuyt

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to