Zim

webserver on external interface

Asked by Daniel Marin

Hello,

If I start the ZIM web server (from Tools -> Start Web Server) it binds the 8080 port to 127.0.0.1:

$ netstat -an | grep LISTEN | grep 8080
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN

Is it possible to change the interface on which it listens? or make it listen on all interfaces?

I want to be able to share thru a web interface my notes.

Thanks,

Daniel

Question information

Language:
English Edit question
Status:
Solved
For:
Zim Edit question
Assignee:
No assignee Edit question
Solved by:
Jaap Karssenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Jaap Karssenberg (jaap.karssenberg) said :
#1

Assume you run an older version of zim. See bug #602096
<https://bugs.launchpad.net/zim/+bug/602096>.

-- Jaap

On Tue, Sep 28, 2010 at 11:29 AM, Daniel Marin
<email address hidden> wrote:
> New question #127151 on Zim:
> https://answers.launchpad.net/zim/+question/127151
>
> Hello,
>
> If I start the ZIM web server (from Tools -> Start Web Server) it binds the 8080 port to 127.0.0.1:
>
> $ netstat -an | grep LISTEN | grep 8080
> tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN
>
> Is it possible to change the interface on which it listens? or make it listen on all interfaces?
>
> I want to be able to share thru a web interface my notes.
>
> Thanks,
>
> Daniel
>
> --
> You received this question notification because you are an answer
> contact for Zim.
>

Revision history for this message
Daniel Marin (marinmda) said :
#2

Thanks Jaap Karssenberg, that solved my question.

Revision history for this message
Daniel Marin (marinmda) said :
#3

The Linux mint repositories have an outdated version of ZIM. Thank you very much for your suggestion.