nginx is an open source Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols.

learn more… | top users | synonyms

4
votes
3answers
922 views

Nginx vs Apache - Are there any actual usage comparisons and statistcs out there?

I have a new server to play with, and I am staring at a blank canvas. I can put anything I want on it. While I am comfortable with Apache, I keep hearing how nginx can handle so much more traffic than ...
0
votes
1answer
36 views

boost and nginx compatible?

Is the boost module compatible with nginx ? Or does boost support nginx integration? If so where can one find the default nginx rules for installing boost? The module requires installation using ...
0
votes
0answers
25 views

Nginx with boost serves cached pages to logged in users

I run my d7 using boost under nginx. Previously i had apache server so the .htaccess generated by boost module has the rewrite_mod for logged in users in order not to hit cached pages. What is the ...
0
votes
1answer
52 views

Clearing cache causes nginx error

Whenever I clear cache from the admin panel (or hit the url directly) I receive an nginx error (but nothing specific is being logged). There are no PHP error logs being created for this either. ...
1
vote
1answer
30 views

create email id for registered users in Drupal 7 and Nginx

I am working on a Drupal 7 site which lets users to register using their email, when the user verifies their email address, I am planning to create new email address for them to use, which has ...
0
votes
0answers
39 views

Javascript Aggregator minifies js files partially

I am using nginx as webserver, pressflow 6.25, and using Javascript Aggregator to minify my js files. now, i have "Optimize and Minify JavaScript files" enabled in "site configuration >> performance" ...
0
votes
1answer
322 views

How to enable cleans urls on Drupal 7 - Nginx?

This is my first time using web server nginx with a drupal site. I'm using Drupal 7.x. I have achieved to make it work without clean url. Investigating, I have understood that I should create a vhost ...
2
votes
1answer
646 views

Is there a common nginx conf for Drupal 7 sites?

I've taken a look at Perusio's drupal-with-nginx repository and while I think it's impressive how extensive it is, it may be a little too advanced for me at the moment, plus I have several Symfony2 ...
0
votes
0answers
50 views

Ngnix install D7 error in the process

Here is my setting on the server PHP Version 5.4.3 and MySQL5.5.24 and nginx/1.2.0 I got "page not found" error in the middle of install of D7.17. First time I didn't have below @drupal setting. I ...
1
vote
1answer
229 views

Redirecting Drupal multisite non-www to www with varnish / nginx

I'm building Drupal multisite with 35 sites (~60 different domains) and I'd like to redirect non-www urls to www regardless of domain. Nginx is redirecting all domains to Drupal install folder. I've ...
0
votes
1answer
99 views

Drupal on nginx: 404 Error

I'm migrating my drupal websites from a server running with Apache web server to a Nginx server. The problem is, I can't access any of my websites on the nginx server. It redirects me to a 404 error ...
1
vote
1answer
117 views

How does Drupal check write permissions for a folder?

How does Drupal check the write permissions on a folder in Linux? I am using php5-fpm and the web server is working as the user that owns the Drupal directory and I expect that even with a 700 the ...
0
votes
1answer
866 views

Special type of nginx redirect: redirect only if $request_uri is empty

I need a special type of redirect for a Drupal 6 website. I'm thinking that the best place to do this is in an nginx config file, but please correct me if I'm wrong. I know I can do it in a template ...
1
vote
0answers
175 views

Pages hit by Boost Crawler are not being cached on Nginx Reverse Proxy

I am running an Nginx reverse proxy on port 80, with Apache behind on port 81. I do not have nginx set up to serve boost cache files, only static assets. If I hit port 80 from my browser, or curl on ...
0
votes
1answer
142 views

Nginx Drupal rules for Views pager

I just realised many guide on the internet not works for Drupal 7 Views pager This is generally Nginx and Views pager issue. I've tried in Apache2 and the pager works without problem. For example, ...
0
votes
1answer
591 views

(nginx) File field upload progress not working, but upload progress in FileField Sources works

Drupal 7.14, FileField Sources 1.4, Nginx, php cgi. File upload limit 1000MB. Using Chrome as browser Everything has been configured fine. I've tested using FileField Sources, upload about 700MB ...
1
vote
1answer
202 views

Why do uploaded files gets saved with an all-caps file extension?

On my product site any uploaded images get saved with the .JPG saved in all-caps. I don't see the same issue on my local development machine so I would think it has to be a server issue? The live site ...
1
vote
1answer
255 views

Image upload fails

I am running drupal 7 on Arch Linux with PHP 5.3, nginx, and php-fpm. I can't upload any image, and I get the following error: An unrecoverable error occurred. The uploaded file likely exceeded ...
3
votes
1answer
293 views

What Drupal development environments are available besides XAMPP?

I am using XAMPP for almost 2 years. Recently i found some articles that suggests that XAMPP is loading some extra libraries/dlls which is not required for a Drupal development environment. Is there ...
0
votes
0answers
345 views

How to cache whole pages using nginx?

Currently I am using nginx and php5-fpm behind Varnish to render pages. It is great of guest users; however, I feel it is a bit slow and error-prone for authenticated users, and I'd like to disable ...
0
votes
2answers
490 views

Drupal 301 redirects for matching paths without .htaccess

I am using a Drupal site on top of nginx, and would like to be able to redirect a set of pages from an old style url, to a new one, using 301s. The content has already been migrated over to the new ...
4
votes
1answer
696 views

Upload progress on nginx

I am using the latest version of Drupal 7 and my webserver is Nginx. I checked the status report and it says: Upload progress Not enabled Your server is not capable of displaying file upload ...
5
votes
5answers
4k views

Drupal 7 fails to create thumbnail, medium and large images, what am I doing wrong?

When using a new installation of Drupal 7.10, I have set the directory for public uploads to sites/uploads. When I then add an image to a content instance, I get the original uploaded to ...
3
votes
3answers
1k views

Drupal 7 and performance (vps/nginx/apache/apc etc.)

I have a question about (system) requirements of a VPS for a single Drupal 7 installation. I know there are more topics about it here. Well I read them all (VPS and memory related) how ever I can not ...
2
votes
1answer
834 views

nginx sets content-type text/html on redirect

I set up nginx as a reverse proxy for Drupal. Static files are served from a different domain. It works well, imagecache files are generated well, too. But the problem is: when the derivated image ...