Hi,
> Hi! Can I redirect request from client on the local directory(server) > via haproxy? For example: > If user send request - crossdomain.xm I am redirect its on the > directory /opt/crossdomain/ , folder for files. This is file be on the > server whith haproxy. HAproxy doesn't serve files from the filesystem. HAproxy is not a webserver, but a reverse proxy/load balancer only. You can define some error files which are read from the filesystem in the startup phase, but thats about it. Regards, Lukas

