Questions tagged [requests]

36 questions
0
votes
1 answer

What are all these requests?

I was checking my server's web server log where I'm installing a wordpress website, and found all these requests, the site is new! Should I be worried? Is my site hacked or something? I don't understand anything of it. Replaced my website with…
0
votes
1 answer

IIS 8.5 and 10, max value that can be set for IIS Requests/Recycle?

Per DISA we're required to set the recycling option for requests. I can't seem to track down what the max value for this should be or when the counter gets restarted? If app pools are configured to recycle at midnight, shouldn't the requests…
0
votes
0 answers

Is my server sending malicious requests?

I'm running a VPS with Ubuntu 20.04. Yesterday I received notice from my VPS provider that they got an abuse report pointing to the ip of my server. After some back-and-forth they asked the reporter for some logs and sent them to…
-1
votes
1 answer

Connect Timeout for REST client

I have REST client which uses python requests library for REST calls. What are the parameters need to be accounted to set connect timeout ?
nebi
  • 139
  • 1
  • 5
-1
votes
1 answer

how many people can access the web server at once?

Possible Duplicate: How do you do Load Testing and Capacity Planning for Web Sites That's a simple question. I am curious to how many people can access the web server at once on Linux? My client said he expects hundreds of people to access the…
netrox
  • 171
  • 7
-3
votes
1 answer

Optimizing requests that requires several request

I have a request that requires my server to establish like 3 external requests before it returns to the user. This makes this request takes like 0.8s to execute per user. What tips should one follow to optimize it so that the server can handle…
1 2
3