F5F Stay Refreshed Software Operating Systems HAproxy isn't detecting the server, while curl functions on Windows but not on Linux.

HAproxy isn't detecting the server, while curl functions on Windows but not on Linux.

HAproxy isn't detecting the server, while curl functions on Windows but not on Linux.

Pages (2): Previous 1 2
S
Sussu
Senior Member
708
12-17-2016, 04:40 AM
#11
You're wondering if Apache is handling requests to port 3000. It seems Gitea isn't responding unless it's configured to listen on 0.0.0.0:3000. Double-check the settings.
S
Sussu
12-17-2016, 04:40 AM #11

You're wondering if Apache is handling requests to port 3000. It seems Gitea isn't responding unless it's configured to listen on 0.0.0.0:3000. Double-check the settings.

Y
Yuna77130
Junior Member
17
12-18-2016, 10:39 AM
#12
You're trying to configure a reverse proxy using HAProxy, but it's showing as offline even though your Windows PC can reach it. You checked via curl on your Apache installation and saw responses, but not on the Git install on the same server. The issue might be related to how HAProxy is configured or whether there are firewall rules blocking access from your local machine.
Y
Yuna77130
12-18-2016, 10:39 AM #12

You're trying to configure a reverse proxy using HAProxy, but it's showing as offline even though your Windows PC can reach it. You checked via curl on your Apache installation and saw responses, but not on the Git install on the same server. The issue might be related to how HAProxy is configured or whether there are firewall rules blocking access from your local machine.

1
10ukkie10
Member
180
12-18-2016, 12:17 PM
#13
I believe there might be an issue with the firewall settings. It looks like the IP address you're allowed to access differs between your Windows and Linux systems. This inconsistency likely points to a misconfiguration.
1
10ukkie10
12-18-2016, 12:17 PM #13

I believe there might be an issue with the firewall settings. It looks like the IP address you're allowed to access differs between your Windows and Linux systems. This inconsistency likely points to a misconfiguration.

W
Wilson1
Member
178
12-19-2016, 07:17 PM
#14
Consider using Apache as the proxy instead of haproxy. Alternatively, skip the proxy entirely and have Gitea listen on port 3000 while testing via Curl from another device on the network. Check if this resolves the issue. If successful, trace the problem back to the proxy configuration.
W
Wilson1
12-19-2016, 07:17 PM #14

Consider using Apache as the proxy instead of haproxy. Alternatively, skip the proxy entirely and have Gitea listen on port 3000 while testing via Curl from another device on the network. Check if this resolves the issue. If successful, trace the problem back to the proxy configuration.

R
riplmao
Junior Member
35
12-19-2016, 08:32 PM
#15
There is no firewall on either linux box (that im aware of), and no firewall between servers I have HAproxy between my WAN and servers as im learning how it works and how to loadbalance various services, I have other things which run though it (plex for example) I did have apache running as the proxy but wanted to experiment with a dedicated proxy server and try something new Ignore the fact about HAproxy as im not touching that in any way for this test (its installed on the server im testing from, but i dont go though it for curling)
R
riplmao
12-19-2016, 08:32 PM #15

There is no firewall on either linux box (that im aware of), and no firewall between servers I have HAproxy between my WAN and servers as im learning how it works and how to loadbalance various services, I have other things which run though it (plex for example) I did have apache running as the proxy but wanted to experiment with a dedicated proxy server and try something new Ignore the fact about HAproxy as im not touching that in any way for this test (its installed on the server im testing from, but i dont go though it for curling)

B
brayofden
Member
59
12-26-2016, 08:39 AM
#16
You asked if accessing Gitea is possible without a proxy active. The issue likely lies with the proxy configuration. If it works, the problem is the proxy settings. If not, Gitea itself might be misconfigured.
B
brayofden
12-26-2016, 08:39 AM #16

You asked if accessing Gitea is possible without a proxy active. The issue likely lies with the proxy configuration. If it works, the problem is the proxy settings. If not, Gitea itself might be misconfigured.

C
CoobOnTheCob
Junior Member
38
12-27-2016, 03:05 AM
#17
I believe I located it; it seems my network card was set to a /32 instead of /24. I don’t know why only one port was affected, but after adjusting it, everything is functioning properly.
C
CoobOnTheCob
12-27-2016, 03:05 AM #17

I believe I located it; it seems my network card was set to a /32 instead of /24. I don’t know why only one port was affected, but after adjusting it, everything is functioning properly.

Pages (2): Previous 1 2