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
On Thu, Jan 30, 2014 at 12:19 AM, Maxim Solodovnik wrote:
> The following configuration works as expected
Apache info.
#apachectl -version
Server version: Apache/2.2.22 (Unix)
OS: Sles 11 64bit SP2
Modules compiled in.
Compiled in modules:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_auth_basic.c
mod_filt
I have to admit I'm not any good at compiling. My knowledge is limited to
3 steps;
./configure
make
make install
If I have to add or take away any extra arguments, I have to blindly
follow a doc or someone's advice because I have no clue what the arguments
are or what they do. I did leave out ev