Questions tagged [request]
103 questions
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
- 2
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
- 6
0
votes
0 answers
How do I see what requests from my AWS server look like on the other end of an API?
I have an AWS server that I use to hit a public API, whose json responses I then parse in Python.
Is it possible to find out what my http requests to the API look like? I can always check /etc/hosts and everything but I'd like to see if I can…

Craig
- 101
- 2
0
votes
1 answer
Apache 2.4 timeout not working for idle connections?
I have to lower the Apache Timeout value. I tried to make it 3 or 5. I opened a telnet connection to my Apache and left it with no data, it's always ~30sec + Apache Timeout.
I tested this configuration in Apache 2.2 and it works right (3 sec and the…

gfm
- 1
- 3
0
votes
0 answers
GET requests for foreign domains in NGINX access logs
So I just bought a shiny new VPS and I've installed a LEMP stack (NGINX) and WordPress. It's been up for a couple of days now and I decided to browse the access logs. Inside, I found several rather concerning log entries similar to below:
[IP…

728883902
- 121
- 2
0
votes
1 answer
Squid Proxy: 400 Bad Request when "%25" (Percent Sign) in URL
I have a squid proxy that works well except for this issue:
If a URL has a %25 inside of it (the percent sign), we get a 400 Bad Request and Bad Request is displayed to the web browser.
Example…

Berto
- 101
- 2
0
votes
1 answer
Nginx forward request on basis of URL parameter
Scenario :
Web requests are coming to nginx on port 80. I need to forward requests on basis of URL parameter.
If URL contains userId=foo anywhere in URL then it must got to Server A
and If URL contains userId=bar anywhere in URL then it must got to…

Abhishek
- 3
- 3
0
votes
0 answers
Restrict varnish purge requests to wordpress logged in users
I need to restrict varnish purge requests to wordpress logged in users, so that when one user updates a post or page, the purge request sent to varnish can take effect. I have debian, apache2, varnish 4.0, and 'Varnish HTTP Purge' plugin installed.…

Ludvik
- 21
- 5
0
votes
1 answer
slow post attack mitigation breaks slow file uploads
To mitigate against slow post attacks, I set the following in my apache.
RequestReadTimeout header=5-20,MinRate=500 body=10-60,MinRate=500
The problem with this is when users are uploading files on a slow connection, their connection gets…

user788171
- 279
- 1
- 5
- 13
0
votes
2 answers
Haproxy: How to balance traffic within directory reached?
I want to know if there's a way to balance the traffic within directories using haproxy.
I have haproxy balancing all HTTP traffic to server1 & server2. What I want is to balance all images directory requests to server1
e.g.
url:…

tachomi
- 255
- 3
- 11
0
votes
0 answers
Apache duplicate every GET request made by Googlebot
System: Linux 3.10.47.core2.24
Apache: Most likely version 2.2 (can`t check that)
Server API: Apache 2.0 Handler
Apache API Version: 20051115
In logs requests looks like this:
94.*.*.* - - [26/Nov/2014:01:06:52 +0100] "GET…

user256198
- 1
- 1
0
votes
1 answer
Serve static files from directory depending on http referrer inside of nginx
My server hosts images, but the content of images have to be different for the same link and have to deepens on http referrer.
For example: Website 1 load image website1.jpg from www.example.com/123123/img.jpg
Website 2 load image…

user2721435
- 11
- 2
0
votes
1 answer
what does JYADXW mean as a HTTP verb?
Some jerk attacked my server, and I was reading the logs, when I saw "JYADXW" where the HTTP verb GET/POST/OPTIONS normally reside. What is this request? what does it mean?
malicious IP Here - - [26/Sep/2014:06:12:01 -0400] "JYADXW / HTTP/1.1" 403…

j0h
- 203
- 1
- 7
0
votes
1 answer
WMS Service Tilecache Python 403 error
I´m trying to migrate a Webserver + Mapserver to a new Ubuntu 12.04 machine.
Everythings (apache2, mapserver 6.2.1 ) working so far, except a tilecached wms service (tilecache 2.11-2 is installed) which needs an extra authentification.
When I´m…

Anatol
- 349
- 2
- 6
- 19
0
votes
1 answer
Do server responses become serial on parallel requests?
Let us have a web-application, served by Nginx, listening to port 80.
When two or more users try to access some URL of that application, which response takes lot of time. For example, ten users try to load /give_me_some_charts page and server…

shybovycha
- 124
- 5