Ivorde Unix/Linux/Database/Web/Mail Forum

View unanswered posts
View active topics
It is currently Thu Feb 23, 2012 7:11 am


This forum is dedicated to Apache, Nginx, Lighttpd, Squid and other HTTP transport protocol related software

Bookmark this article:

Author Message
mandrei99
Post  Post subject: Nginx + php-fpm setting php upload_max_filesize and other php values per vhost  |  Posted: Mon Jan 02, 2012 4:04 pm

Joined: Tue Aug 04, 2009 4:16 pm
Posts: 20

Offline
Save on Delicious
Recent version of PHP support the PHP_VALUE command for fcgi processes.
The trick is that multiple values need to be set in one "fastcgi_param PHP_VALUE" directive with a newline character as separator otherwise only the last one will be taken by the php process.


Example of increasing PHP's upload_max_filesize ini setting via Nginx web server:
Code:
    location ~ \.php$ {
      fastcgi_param PHP_VALUE "upload_max_filesize = 50M \n post_max_size=51M";
}


Below example is INCORRECT:
Code:
    location ~ \.php$ {
      fastcgi_param PHP_VALUE "upload_max_filesize = 50M";
      fastcgi_param PHP_VALUE "post_max_size=51M";
}


Top
Display posts from previous:  Sort by  
Print view

Topics related to - "Nginx + php-fpm setting php upload_max_filesize and other php values per vhost"
 Topics   Author   Replies   Views   Last post 
There are no new unread posts for this topic. Attachment(s) Nginx + apache (for PHP) with real IP addresses in logs

designeru

0

2221

Tue May 18, 2010 4:49 pm

designeru View the latest post

There are no new unread posts for this topic. Converting PhpBB-SEO Apache RewriteRule to Nginx rewrite

debuser

0

18716

Tue Feb 23, 2010 12:00 pm

debuser View the latest post

There are no new unread posts for this topic. Apache to Nginx Server parameters translation with php function

debuser

0

1603

Thu Aug 26, 2010 2:47 pm

debuser View the latest post

There are no new unread posts for this topic. Starting nginx: [emerg]: directive "rewrite" is not terminated by ";"

debuser

0

1140

Tue Feb 23, 2010 1:05 pm

debuser View the latest post

 

Who is online
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
cronNews News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list


Delete all board cookies | The team | All times are UTC + 2 hours [ DST ]

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
DAJ Glass 2 template created by Dustin Baccetti

phpBB SEO