1
router & port problems / Reverse Proxy with HFS
« on: April 10, 2011, 03:16:09 PM »
I just want to access HFS from port 80 but Apache already use it.
So I try to edit Apache's httpd.conf for Reverse Proxy but still working (return 500 server error).
My Config:
RewriteEngine On
RewriteRule ^/file/?(.*)$ http://mysite.com:7777/$1 [P]
ProxyPass /file http://mysite.com:7777
ProxyPassReverse /file http://mysite.com:7777
If anyone know about apache config please help me.
Thanks.
So I try to edit Apache's httpd.conf for Reverse Proxy but still working (return 500 server error).
My Config:
RewriteEngine On
RewriteRule ^/file/?(.*)$ http://mysite.com:7777/$1 [P]
ProxyPass /file http://mysite.com:7777
ProxyPassReverse /file http://mysite.com:7777
If anyone know about apache config please help me.
Thanks.