On Thu, Feb 6, 2014 at 2:51 AM, Maxim Solodovnik <solomax...@gmail.com> wrote: > Can someone please tell me is it possible to proxy resources based on > protocol? > http://some_url will go to http://localhost:8080/someurl > ws://some_url will go to ws://localhost:8080/someurl
I don't think so, those aren't actually different URLs when they hit the webserver. They are both requests to /some_url. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org