Hi all,
I am running gnump3d listening only in the loopback interface in port
8888 and I have configure my lighttpd as a proxy, so that everything
that comes to music.mydomain.org goes to localhost:8888. In this way,
the web interface works fine, but of course when I click on the Play
links, the media links are received as:

http://music.mydomain.org:8888/recurse.m3u, which of course does not
work. The correct link should be:
http://music.mydomain.org/recurse.m3u (or with music.mydomain.org:80/)

My conf file looks like follows:
port = 8888
binding_host = 127.0.0.1
hostname = music.mydomain.org
host_rewrite = music.mydomain.org

I guess the problem is in the host_rewrite option, but I can't make it
work correctly. How should I write the conf parameters to get it
correctly?

I have searched the mailing list and found some related answers, but I
could not make it work anyways, so sorry if this has already been
answered.

Thanks for the help!
/Nacho


---
       ,,,
      (o o)
--ooO--(_)---Ooo-----------
We can embody the truth, but we cannot know it.-- Yates 
--oo0--------0oo-----------




_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to