Questions tagged [request]

103 questions
1
vote
2 answers

Nginx rewrite to specific part of requested uri

I am quite new to nginx rewrite concept and I can't figure out how to rewrite the requested_uri to a specific Uri. I am trying to make rewrites to specific js files. For example, I have this requested_uri:…
dimpap
  • 11
  • 2
1
vote
3 answers

Haproxy routing to single backup server from multiple nodes

I have several small server and one big server that contain mirror of that several small server. Let's call it Server A, Server B, Server C and Server D for group of small server, and the big server will have Server X as name. frontend proxy bind…
Liso
  • 63
  • 6
1
vote
1 answer

EKS Pods with ephemeral-storage constantly evicted

I'm working on EKS v1.20.11-eks-f17b81 and I'm facing an issue with a Java container Alpine based. Basically my deployment have the limits of ephemeral-storage for the request's and also the limit's like this. - containerPort: 8080 protocol:…
1
vote
1 answer

apache requests failing

I'm trying to figure out why sometimes the client fails to load objects/requests from a dynamic page served from Apache/MySql/Debian machine. Let's say 13 objects are to be loaded for a total of 185.3 KB load, with no external objects (no DNS…
Josh
1
vote
2 answers

How to get size of HTTP request and response including protocol overhead?

I am working on an IoT-related research project with several devices. However, my project partner responsible for the infrastructure restricted the traffic for each device to a maximum of 500 MB per month. To meet this restriction, I tried to…
albert
  • 121
  • 9
0
votes
1 answer

Lot of bandwidth consumed in Get Request to website served by Apache

Can someone help me to identify the reason for so much bandwidth consumption by our website, the webserver is Apache, and is hosted in AWS Ec2 instance along with some other websites. In a single day our "Network out" bandwidth utilization went to…
Ramesh
  • 21
  • 4
0
votes
1 answer

DHCP relay doesn't send responses to client over VPN

I have a machine (lets call it device) that has an ipsec connection (VPN) to another machine (call it gateway). The device is tunnels to the gw through a virtual interface vti0 and everything works correctly for the most part. On the side of the gw…
0
votes
2 answers

HTTP Request with a VPS on 2 IPs in Java

I have a Linux VPS with 2 virtual network interfaces. Each one has it own IP : vps (venet0) + + | | venet0:0 venet0:1 …
bill0ute
  • 3
  • 1
0
votes
1 answer

How do I obtain requests per second and latency per request for a UDP Request

I have an HTTP Api Server that is querying a UDP Server. I used wrk to test the requests per second for the HTTP Api Server and now I want to test the UDP Server requests per second and latency per request. Id like to be able to set the number of…
0
votes
0 answers

Dealing with duplicate requests in IIS that cause unnecessary load

I have an API that has a CheckStatus inquiry. Once the client has been given a final status by CheckStatus they are supposed to stop polling the API for status updates, but inevitably they dont! The duplicated requests cause unnecessary load (up to…
Jimbo
  • 309
  • 1
  • 5
  • 15
0
votes
1 answer

Can NGINX or Apache be configured as a reverse proxy that will substitute URLs in body content in both inbound and outbound directions?

I currently have a vendor web application that puts fully qualified domain names in response bodies (HTML, JavaScript, CSS). For example, requests made to "realserver.mycompany.com" will contain JavaScript with variables that are set to…
S. Gevers
  • 11
  • 2
0
votes
1 answer

How does Google manage the life of a request (from SRE book)?

I am reading Site Reliability Engineering, a book about how Google manages its software infrastructure. There is a section in chapter 2, where the life of a request to a Google service is described. The main points are: [...] first, the user points…
lmazgon
  • 103
  • 3
0
votes
1 answer

apache access logs extreme amount of entries

So i was made aware that a site on my server was getting hundreds of thousands of requests per day, so i checked the access log out. I found literally thousands of lines of the below: 103.67.235.89 - - [18/Oct/2017:06:27:26 +0100] "GET…
danyo
  • 111
  • 3
0
votes
2 answers

Same location with different proxy urls nginx

We am trying to get nexus via nginx reverse proxy working as a private registry for docker images. We are able to perform all the operations such as pull,search and tag but not able to push to nexus registry . Below is the nginx configuration under…
Alim
  • 1
  • 1
0
votes
1 answer

php-fpm keep children running, not complete request and got max children fast

I have node server and have 8 website on it, 2 of them has most of traffic, all website connected to cloudflare CDN with low security level and set php-fpm pool for every website one of them has only strange problem sometimes its working fine,…
ezak
  • 13
  • 1
  • 5