[users@httpd] unsubscribe

2013-09-13 Thread Jason Guild
unsubscribe <> - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Having issues with rewrite proxy rules, serving files to both old and new servers.

2013-09-13 Thread Kenton Brede
I'm trying to write rules that will serve files on the new server, while proxying files that don't exist, to the old server. The proxy rules work fine, sending missing files and directories to the old server. The problem I'm having is http://new-server.example.com/blah (/blah/ exists on the new s

[users@httpd] Using go-websocket behind Apache mod_proxy_wstunnel

2013-09-13 Thread Shu Hung (Koala)
Dear all, I have encountered problem to make mod_proxy_wstunnel with my golang based websocket server. The server works fine without the reverse proxy, but it fails behind proxy. My Apache config looks similar to this: DocumentRoot /var/www/foobar ServerName foobar.com ProxyPass / ht

[users@httpd] Trouble with serving local content while using RewriteRule [P]

2013-09-13 Thread Kenton Brede
I'm trying to write rules that will serve files on the new server, while proxying files that don't exist, to the old server. The proxy rules work fine, sending missing files and directories to the old server. The problem I'm having is http://new-server.example.com/blah (/blah/ exists on the new s