Questions tagged [request]

103 questions
2
votes
2 answers

Is HTTP PUT request compressed if I am using mod_deflate or gzip on apache?

I am receiving xml files on my server using the HTTP PUT request. Is it compressed during the transfer if my Apache is configured with mod_deflate? How can I verify that it is compress? If not, how can I force the compression? Thanks!
benjisail
  • 1,331
  • 5
  • 19
  • 32
2
votes
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:…
2
votes
4 answers

Can a server do internal HTTP-Requests?

say I have a JSP-script on a server that's called from the browser. This script internally calls another source to get some data. This internal source is a script that's on the same machine. I s it possible to do a simple HTTP-GET-Request to that…
acme
  • 677
  • 1
  • 8
  • 13
1
vote
0 answers

Apache Load Balancer: Forward request to multiple balancer members

I got a Apache Load Balancer with two balancer members. When a specific request is sent to the Apache Server (for example "localhost:80/replace") I want to forward this request to all balancer members. How can I do this? Do I need mod_perl for this?
1
vote
1 answer

Strange 404 url requests

I'm running a nodejs server with the express framework. I'm using Keymetrics.io to keep track of my app's status. I have been keeping track of 500 and 404 errors and sending them to Keymetrics and the 404 errors show something strange I have not…
1
vote
1 answer

How to get custom WebDAV server working with MS mini-redirector

I wrote a custom WebDAV server that authenticates users from a database and serves a virtual file system based on records from a database. It is working well with 3rd party WebDAV clients but does not work with Windows built-in mini-redirector when…
jjspierx
  • 61
  • 1
  • 7
1
vote
2 answers

URL generates a 302 redirect when clicking it in a link for most browsers - but returns 200 when typing it

I am setting up a small website on Joomla and came across a weird redirect problem. I wanted to include a link in my website to a Forum that is set up in a different server. When I type or copy/paste the forum url in the browser, it works perfectly:…
Miguel
  • 21
  • 1
  • 3
1
vote
0 answers

How to set global request timeout in IIS 7.5?

We run a Windows Server 2008 VM with IIS 7.5, and on top of that we run Coldfusion 9. After some server performance issues last week, I saw that backlogged requests in IIS were not timing out. We got hit with a huge amount of traffic, which slowed…
jzimmerman2011
  • 323
  • 1
  • 4
  • 12
1
vote
1 answer

Acceptable HTTP request-response delay

What is the acceptable HTTP request-response delay? I have a client-server application that takes 0.4 milliseconds as request-response delay. is this delay acceptable according to the standard?, knowing that there is no distance between the client…
mdawaina
  • 13
  • 4
1
vote
2 answers

Apache executed only one request and all other requestes wait first to finish

I have a basic install of Apache2 server and PHP5.3 on my local Ubuntu machine. I created file index.php and put sleep 30 seconds in it When i run "localhost/index.php" in web browser, request are waiting…
tasmaniski
  • 123
  • 6
1
vote
1 answer

How to redirect external web request to localhost's testing server

Some web services calls my web application(www.myapplication.com/external_update_handler). I need to test those requests locally, so I'd like to know your opinions about how can I "redirect" those requests to my localhost dev machine(that is outside…
1
vote
1 answer

IIS 7.5 Blocks outbound web service request to service without page name

We have a .NET 3.5 web service that runs just fine when it calls an external web service as long as our web service is installed on Windows Server 2003. When our web service is installed on Windows Server 2008 our outbound web service call is never…
KMac
  • 11
  • 1
1
vote
1 answer

Setting to limit allowed time for an IIS 7 request to complete?

In IIS 7, you can view the worker processes and see which requests are currently executing. I am encountering some requests that remain in the "ExecuteRequestHandler" stage for hours - basically until the application pool is recycled. I am unsure…
Bitwise
  • 11
  • 2
1
vote
2 answers

Apache Connection vs. Request

I apologize in advance if this is a basic question, but I am quite confused after reading the Apache documentation and other tutorials. Does a single Apache prefork process serve all HTTP requests for a given client? That's what I thought, but…
user101570
  • 77
  • 8
1
vote
2 answers

how to get request body in varnish

I am currently working on a project based on varnish.. we write vcl and vmod. But the project need check the request body. Buddies, How can I get request body in VCL or vmod with a C function? Help Needed.
Shaobo Wang
  • 260
  • 1
  • 3
  • 6