upload speed (no replies)
Hello,I've installed nginx with apache for file sharing site.After installing nginx the upload speed became very slow.can I increase upload speed from nginx?Thank...
View ArticleBuffer messages in log even with buffering turned off (3 replies)
Howdy folks,We've been seeing some recurring logs in our log that look like this:2013/01/28 18:30:36 [warn] 2657#0: *210608 a client request body isbuffered to a temporary file...
View ArticleRe: Euro Truck Simulator 2 Free Full Version Download (no replies)
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm--Posted via...
View ArticleVirtualBox Linux Host & Guests (4 replies)
Not directly on topic - but since I think there are people here who useVirtualBox with Nginx I'll ask. At first I thought I had nginxconfiguration problems - but even if I do, I know my core issue...
View Articlenginx high load average (no replies)
helloi have server running as shared server Intel(R) Xeon(R) CPU E3-1225 V2 @ 3.20GHz 4 core and 16 g.b ram running onCentOS release 5.9 (Final) upload and download via php scripts like rapidsharethe...
View ArticleDoes zero buffer allowed in the output buffer chain? (2 replies)
Hi,I am writing a http handler module, I found when the last buffer in the output buffer chain is zero, I'll get an alert in the error log about zero output buffer, and the browser will get no response...
View Articlenginx 411 error (4 replies)
Hello,when i change my webserver from apache to tengine,sometimes occurs [411 Length Required] error.the request method is post ,but post body is empty.but when i use apache ,this error never occurs.Is...
View ArticleProxing webservices (Webservices, WSDL, SOAP) (no replies)
What is the correct way to proxing to any remote webservice? How to use nginx in front of IIS or other web server, who serves webservices?As an example we have any remote SOAP webservice at...
View Articleproxy_pass to backend (varnish): delivered ip? (4 replies)
Hey,maybe the solution is really simple, but i can't find it.nginx (1.2.1) handles ssl and proxies the traffic to the backend (varnish, which also handles http):location / {proxy_set_header Host...
View Articlelog failed try_files (no replies)
Hello list,I got this setting :location ~ ^(/.*)/(.*)$ {root /some/path/;try_files $1/$2 $1/../$2 =404;}it works perfectly, but I would like to log when $1/$2 does not exist, isit possible...
View ArticleNginx randomly crashes (10 replies)
I've got a problem with Nginx running on Ubuntu 12.10.I'm running it mainly as a reverse proxy and there is no high load on the machine.It randomly crashes without any helpful log info (or at least I...
View ArticleIncomplete page by nginx -> fcgi -> php-fpm with keepalive (2 replies)
I have problem somewhere between nginx and php-fpm. When I use keep-alive connection for fastgcgi php-fpm, there is often problem with loading page. Page not completely loaded. I tried to debug using...
View Articlenginx - php-fpm: access restrictions for some php pages (6 replies)
Hello,I have a folder containing some PHP files served with php-fpm (fastcgi); inside tihs folder, I have a file which I want to be allowed for internal IPs and deny for external.The problem I have is...
View Article$upstream_http_* variables exist but do not seem to be readable (1 reply)
Hi,I'm currently using OpenResty, and one of the things I am trying to do is have the backend send a specific header, and if that header is present, run a body_filter_by_lua call on the output....
View ArticleToo Many Redirects (no replies)
Proxy Pass is causing to many redirects when web.xml is upshifting to SSL via security-constraint. It seems like tomcat doesn't like receiving proxy_pass with http://localhost:8080 and tries to convert...
View ArticleCaching Objects, Passing Through and Rewrites (no replies)
I'm trying to set up nginx to reverse proxy for our CDN to prevent unauthorized access to raw video feeds. The idea is to restrict it to a set user-agent and referer, and if doesn't match, to instead...
View Articleset arbitrary http header? (6 replies)
Currently in our setup, we are using the X-Real-IP header setting in nginx, to tell in our backend apache logs the IP address of the client.Is it possible to set up nginx to insert an arbitrary HTTP...
View Articlenginx and pseudostreaming with embedded perl and proxy (no replies)
Hi there,i've the following setup:nginx as proxy in front of a central "storage" server who holds moviesand pictures. So if a user requests some stuff, the proxy module fetchesit from the central...
View ArticleRestricting access to specific subdirectories (1 reply)
Hey all,I'm a little stumped about what I'm doing wrong here. Basically I have a subdirectory that I want to restrict access to specific IP's, otherwise return a 403.If I do the following (inside my...
View ArticleStrange php-fpm ini parsing (no replies)
Hi,This is probably Off Topic . But I think most people use php-fpm for phpwith nginx and thought people here could really helpI have a strange issue of php.fpm parsing a file ending in .ini...
View Article