gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] gnump3d from Apache


From: David Campbell
Subject: Re: [Gnump3d-users] gnump3d from Apache
Date: Tue, 29 Aug 2006 19:50:29 +0100
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

Scott Vickery wrote:
Hey there, first off thanks to Steve for writing this.
 Sorry to see you are leaving.
 Perhaps I can brush up
my perl skills and try to lend a hand with maintaining
this.

I have a question that is perhaps not totally gnump
related, but, certainly related.  I am guessing I can
do this, but, just don't know how yet.  Instead of
running gnump3d and Apache on different ports, I would
like to have gnump3d run from a web page.  That is, I
want my home page to have a link that goes to the
gnump3d streaming app.  In the end, I would like to be
able to get to my home page and music all from port
80.  I know they can't both listen on port 80.  Any
ideas on how to do this?  The reason is, most ports
from here at work are blocked.  80 is one of the few
that is open.
One way to do this would be to to use mod_proxy to proxy the requests to gnumpd on port 8888.

| ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass / http://foo.example.com:8888
ProxyPassReverse / http://foo.example.com:8888

Obviously foo needs to be another Name based vhost

Dave
|




reply via email to

[Prev in Thread] Current Thread [Next in Thread]