- November 30, 2004
- 241
- 2
aMPdroid - with Apache 2.2 TV over www ;-)
Works fine!!!
My apache config:
### proxy ########################################
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
##################################################
<VirtualHost *:80>
##################################
# mpdroid
# REMOTE DOES NOT WORK, TO DEVS PLEASE MAKE POSSIBLE TO USE HTTP-PROTOCOL!!!!
##################################
##################################
ServerAlias mp1.xxx.net
ServerName www.mp1.xxx.net
##################################
SSLEngine Off
##################################
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Proxypass / http://192.168.2.101:8017/
ProxypassReverse / http://192.168.2.101:8017/
##################################
</VirtualHost>
<VirtualHost *:80>
##################################
# server4tv
# UPS, NOW I CAN WATCH TV OVER INTERNET ;-)
##################################
##################################
ServerAlias mp2.xxx.net
ServerName www.mp2.xxx.net
##################################
SSLEngine Off
##################################
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Proxypass / http://192.168.2.101:4321/
ProxypassReverse / http://192.168.2.101:4321/
##################################
</VirtualHost>
<VirtualHost *:80>
##################################
# webgma
# DOES NOT WORK, TO DEVS PLEASE MAKE POSSIBLE TO USE HTTP-PROTOCOL!!!!
##################################
##################################
ServerAlias mp3.xxx.net
ServerName www.mp3.xxx.net
##################################
SSLEngine Off
##################################
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Proxypass / http://192.168.2.101:44321/
ProxypassReverse / http://192.168.2.101:44321/
##################################
</VirtualHost>
To the devs, please see the
# DOES NOT WORK, TO DEVS PLEASE MAKE POSSIBLE TO USE HTTP-PROTOCOL!!!!
comment line and make it possible ;-)
ampdrid client settings
mp1.xxx.net port 80
mp2.xxx.net port 80
mp3.xxx.net port 80
Works fine!!!
My apache config:
### proxy ########################################
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
##################################################
<VirtualHost *:80>
##################################
# mpdroid
# REMOTE DOES NOT WORK, TO DEVS PLEASE MAKE POSSIBLE TO USE HTTP-PROTOCOL!!!!
##################################
##################################
ServerAlias mp1.xxx.net
ServerName www.mp1.xxx.net
##################################
SSLEngine Off
##################################
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Proxypass / http://192.168.2.101:8017/
ProxypassReverse / http://192.168.2.101:8017/
##################################
</VirtualHost>
<VirtualHost *:80>
##################################
# server4tv
# UPS, NOW I CAN WATCH TV OVER INTERNET ;-)
##################################
##################################
ServerAlias mp2.xxx.net
ServerName www.mp2.xxx.net
##################################
SSLEngine Off
##################################
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Proxypass / http://192.168.2.101:4321/
ProxypassReverse / http://192.168.2.101:4321/
##################################
</VirtualHost>
<VirtualHost *:80>
##################################
# webgma
# DOES NOT WORK, TO DEVS PLEASE MAKE POSSIBLE TO USE HTTP-PROTOCOL!!!!
##################################
##################################
ServerAlias mp3.xxx.net
ServerName www.mp3.xxx.net
##################################
SSLEngine Off
##################################
ProxyRequests Off
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
Proxypass / http://192.168.2.101:44321/
ProxypassReverse / http://192.168.2.101:44321/
##################################
</VirtualHost>
To the devs, please see the
# DOES NOT WORK, TO DEVS PLEASE MAKE POSSIBLE TO USE HTTP-PROTOCOL!!!!
comment line and make it possible ;-)
ampdrid client settings
mp1.xxx.net port 80
mp2.xxx.net port 80
mp3.xxx.net port 80