Route media server connection through Apache using ProxyPass

New to mod_rewrite? This is a good place to start.

Route media server connection through Apache using ProxyPass

Postby GroundLoop » Mon Feb 08, 2010 8:31 pm

I am trying to route FireFly media server through Apache. I normally access the .swf web client (FirePlay) using address www.domain:9999/FirePlay.html. I would like to go through port 80 - my work blocks most ports. RichardK helped me route IIS through Apache and it worked perfect. I tried a similar approach and I get the banner screen (so it does see it) of the .swf but it never makes a complete connection and starts downloading the song list. Here is what I have right now:

<VirtualHost 192.168.2.4:80>
ServerName domain.com
ServerAlias intranet.domain.com

ProxyRequests Off

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

ProxyPass / http://127.0.0.1:9999/ #127.0.0.1 is address of FireFly
ProxyPassReverse / http://127.0.0.1:9999/
</VirtualHost>

Am I on the right track or is a completely different approach needed?
GroundLoop
 
Posts: 6
Joined: Tue Jul 14, 2009 6:45 am

Return to Beginner's Corner

Who is online

Users browsing this forum: No registered users and 12 guests

cron