haproxy version
HA-Proxy version 1.3.22 2009/10/14

Here is my haproxy.cfg


frontend wt
        bind 0.0.0.0:80
        mode http
        option forwardfor
        #option http-server-close
        #option http-pretend-keepalive  saying error with in starting
        default_backend apache
        acl req_vr_path path_beg /vr
        use_backend vr if req_vr_path

backend apache
        server apache_server 0.0.0.0:8888 check

backend vr
        server vr_server  10.2.32.19:8080

Apache and all apps on apache evern wt+fastcgi applications are also working

from main.cpp
    server.addEntryPoint(Application, createVRGeoApplication ,"/vr");  //is
there any problem when specifying deploy path
do i need to modify backed vr to 10.2.32.19:8080/vr


Sometimes not all icons/js files are not loaded when loading a wthttp with
reverse proxy
"NetworkError: 404 Not Found - http://lsi.iiit.ac.in/icons/switch-icon.png";


-- 
Regards,
   Rashad
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to