Questions tagged [request]

103 questions
0
votes
1 answer

change route to website - Gateway timeout

My website has to connect to a web service, but sometimes it is receiving a Gateway Timeout, sometimes it works allright. I'm guessing the route it's going on is wrong. Right now, the traceroute is this one: user@user:~$ sudo traceroute -n -w 2 -q 2…
digao_mb
  • 155
  • 4
0
votes
1 answer

Perform HTTP request through non-default gateway (CURL? WGET?)

I have two ISPs /two routers on my LAN with Windows boxes. Switching default gateway (per PC) works fine, so I can choose my outgoing traffic from particular PC to be initiated from whichever ISP I want. Is there any way to perform some specific…
rcigx
  • 11
  • 1
  • 1
0
votes
1 answer

Htaccess file redirect to certain web page according to requested domain

I will put it as simple as I can. I really need your help, so one of the domains let's say example1.com is set to point to real_domain.com, basically what happens is when you type into your browser example1.com it will redirect you to…
Matija
  • 101
  • 2
0
votes
1 answer

Nginx: Parameter not taken into account on a specific link structure

I have WP installed on my VPS (with nginx 1.3.12 and php5-fpm 5.4.11). The first page of search results (/?s=test) is loaded properly, but /page/2/?s=test displays the same content of /page/2/ (so ?s=test isn't taken into account). It's probably…
MultiformeIngegno
  • 1,687
  • 9
  • 26
  • 31
0
votes
1 answer

HTTPS request to a specific load-balanced virtual host (using Shibboleth for SSO)?

In one environment, we have three servers load balanced that have a single Tomcat instance on each, fronted by two different Apache virtual hosts. Each of those two virtual hosts (served by all three servers) has its own different load balancer.…
Gary S. Weaver
  • 113
  • 2
  • 10
0
votes
3 answers

How do get the 'response time' à lá pingdom,etc?

I just received this report from pingdom: Ans was wondering how do they know the 'response time' information regarding the site. The GET request does not give that information.
donald
  • 453
  • 2
  • 6
  • 17
0
votes
1 answer

Proxy+PHP: filter and process specific proxied requests and responses with PHP scripts

I need to configure a proxy on a machine A in a network X. Then I need to connect a client (smartphone) on this same network X but having the proxy configuration as the one prepared on the machine A. So basically, the smartphone is going to pass…
Lightworker
  • 173
  • 1
  • 1
  • 8
0
votes
2 answers

Strange request - http://66.196.81.202/error/vote

Hi a friend of mine is asking about the request which can for example be found here: http://www.geoidee.ch/geodata/geoserver-2.0.0/logs/2010_11_23.request.log His original message: On a couple of hundred web sites worldwide, one of the 50 most…
mplungjan
  • 101
  • 4
0
votes
2 answers

Firewall level request duplication

I'm trying to duplicate incoming HTTP requests such that one copy goes to an IIS server that will serve responses back to the client while the other copy goes to another server for further processing and offline research purposes. Both servers are…
0
votes
1 answer

OPTIONS request vs GET in Ajax

I have a PHP/javascript app that queries and returns info using an ajax request. On every server I've used so far, this works as expected, passing an Ajax GET request to the server and returning json data. On a new install, the query fails and…
user41172
  • 165
  • 2
  • 5
0
votes
2 answers

Look through Apache Requests

is there any way to grab REQUEST variables as well as other apache information for each request processed? This would especially be handy through a load balancer and proxy as well in order to track each step of the process to an end web server.
ty91011
  • 1
  • 1
0
votes
1 answer

How can be filtered an HTTP request by number of parameters

I'm facing a really weird problem which I haven't seen. Right now I have some web applications offered through an Apache HTTP. It happens that some HTTP request are denied by something in between the server and the client. It doesn't matter whether…
Alfabravo
  • 302
  • 5
  • 19
0
votes
1 answer

Apache expands REQUEST_FILENAME with filetype

I have a .htaccess fil on a Apache22 server. RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ /index.php?p=$1 [L] The idea is when the request is /testpage it should be…
0
votes
0 answers

Error: Request aborted - can't send 20MB .mp3 files using Node.js + Express?

I'm making a game using a Node.js + Express app on Heroku. When the page loads, the soundtrack (music) is fetched in 5 20MB .mp3 files. But sometimes, the request hangs and then throws error 'Request aborted'. It seems to have something to do with…
0
votes
2 answers

Restricting web requests to a particular domain or subfolder

Is it possible to setup a website so that it only accepts requests from one particular domain / subfolder? If so, how is this done?
tthcrv1