Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4754

Receive TCP and forward as HTTP

$
0
0

I am trying to take a message (text string, JSON) over a TCP connection on port 8082 and forward it as an HTTP request to an apache server on port 80 (on the same machine). I think my configuration is not right since it is not working =)

Conf:
frontend sample_httpd
bind *:8082
mode tcp
default_backend sample_httpd
option tcplog
http-request set-method GET

backend sample_httpd
balance roundrobin
mode http
server master 127.0.0.1:80 check

Log:
Sep 20 20:42:28 DR-tracktape haproxy[2147]: 185.205.225.36:42593 [20/Sep/2023:20:42:28.125] sample_httpd sample_httpd/master 1/0/500 0 – 1/1/0/0/0 0/0

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4754

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>