Tagged Questions
0
votes
1answer
68 views
Nginx CodeIgniter not working
I am new to nginx. I am transfering my server from apache to nginx but my many projects on the CodeIgniter core PHP sites working perfectly but the CodeIgniter is not work.
My sample url like this:
...
-2
votes
0answers
36 views
nginx + php-fpm + drupal “404 Not Found” [closed]
I am using nginx with php-fpm configs from perusio (https://github.com/perusio/). I've downloaded Drupal to /var/www/test.example.com/htdocs. But when I try to access ...
0
votes
2answers
27 views
No input file specified Nginx WordPress installation
blog.mydomain.com/phpinfo.php (which simply shows phpinfo()) works fine.
What am I missing?
Directory root of my blog is /usr/share/nginx/html/blog/
I'm using Centos.
/etc/nginx/nginx.conf is ...
0
votes
1answer
29 views
Nginx default vhost config not working
Setting up nginx on an Ubuntu 12.04 LTS server. All gone swimmingly apart from this config file does not allow me to access files under the www/ with the domain like I should be able to.
Here's my ...
0
votes
0answers
119 views
PHP-FPM - upstream prematurely closed connection while reading response header
Already saw this same question - upstream prematurely closed connection while reading response header from upstream, client
But as Jhilke Dai said it not solved at all and i agree.
Got same exact ...
1
vote
0answers
30 views
Script times out after 240 seconds
I'm running an Nginx + PHP-FPM server and I have a script that is supposed to execute over 30 minutes. After 240 seconds it ceases to function and returns a 502 Gateway error from Nginx.
PHP-FPM Log ...
0
votes
1answer
32 views
nginx settings location mis-downloading
I'm setting up nginx with php5-fpm on Ubuntu 12.04LTS for wordpress and phpMyAdmin.
My phpMyAdmin locates in/var/www/phpMyAdmin, wordpress in /home/user/workspace/wordpress, MySQL at ...
0
votes
0answers
47 views
Memory adjustments for magento with php5-fpm , Nginx, APC, Mysql
I am using magento with php5-fpm , Nginx, APC, and Varnish. When there is varnish hit, the load time is very good. But on varnish miss, the site takes toomuch time to load. I have seen through htop ...
2
votes
1answer
70 views
Nginx trys to download file instead of displaying
I install Nginx and have a subdomain and domain. The subdomain has php5-fpm and wordpress. It works fine and is in one sites-available file symlinked to sites-enabled. The domain doesn't have php ...
0
votes
1answer
61 views
nginx GET .php variables
I have a bunch of PHP files that take .php?id=123 and I need to get them all. How do I do them all in my config file?
I can't seem to figure out how to make use of
get1.php?id=stuff
...
-1
votes
1answer
129 views
install nginx+php+mysql in mac osx Lion Mountain [closed]
i want to ask about my installation nginx+php+mysql with brew in (mac osx Lion Mountain)
nginx and mysql running well, but i have a problem,
when i'm running php service
always an error
this is ...
0
votes
1answer
41 views
Nginx: When is the fastcgi-proxy triggered? After request-header or after request-body is loaded?
Is the PHP setting max_input_time relevant, when having nginx as webserver in front?
The whole story:
Take the case that a visitor is uploading a file. The nginx webserver, listening on port 80, ...
0
votes
3answers
64 views
How to redirect ALL requests, even index.php to go to another php file (parse.php)
Right now I have this in my nginx config:
location / {
rewrite ^(.*)$ /parse.php;
}
Then further down:
location ~\.php$ {
root /var/www/site.com/public/;
...
0
votes
1answer
210 views
100% cpu load on nginx + php-fpm with prestashop 1.5.4 [closed]
I managed to set up my VPS (single core CPU Speed:2.40 GHz Cache Size:512.00 KiB, 1 gig ram) with the prestashop/ubuntu 12.10 guide on HowtoForge. Everything is working, except for the extremely high ...
0
votes
1answer
132 views
Nginx or PHP FPM ignores memory_limit in php.ini
Server info: Ubuntu Server, Nginx, PHP FPM
in /etc/php5/fpm/php.ini I have: memory_limit = 512M
in /etc/php5/fpm/php-fpm.conf I have: php_admin_value[memory_limit] = 512M
php_value[memory_limit] = ...
0
votes
0answers
81 views
Wordpress - PHP Fatal Error - functions.php - while trying to get to wp-admin
I have W3TC, Nginx, varnish and php5-fpm installed on an Ubuntu 12.04 image with 768 MB RAM. The site itself is functioning fine, but when I try to access /wp-admin I get an HTTP 500 Internal Server ...
1
vote
0answers
63 views
Can Windows PHP-FPM serve multiple simultaneous requests?
I'm currently using nginx and PHP FastCGI but that arrangement suffers from the limitation that it can only serve one HTTP request at a time. (See here.) I start PHP from the Windows command prompt by ...
1
vote
1answer
86 views
Why is my php file locking not working?
I am running nginx with php5-fpm.
The php code makes an intensive database request.
For performance reasons I need to cache the result of the query and also perform locking, so that the query runs ...
2
votes
1answer
58 views
How can I set memory limit and execution timeout for a specific IP address using php-fpm and nginx?
I need to set a different timeout and execution time for a third party server that needs to import the products and prices on my database.
Right now, they are telling me the php script is timing out. ...
-1
votes
3answers
113 views
create mysql user to connect from PHP [closed]
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost' WITH GRANT OPTION;
But when I try to connect from PHP:
mysql_connect("localhost", ...
1
vote
2answers
834 views
Nginx FastCGI cache VS Varnish?
I'm currently developing a high-performance, high-load web application.
I'm currently running nginx with FastCGI for PHP-FPM, APC (opcode cache) but also it's new feature; FastCGI cache. FastCGI ...
1
vote
1answer
94 views
facebook 502 nginx + fpm
I'm unable to post any pictures or other media in facebook. I have used the debuger (http://developers.facebook.com/tools/debug) and I always get:
Scrape Information
Response Code: 502
I use nginx ...
-1
votes
1answer
80 views
Accidently set chown “root” to all my server [closed]
I'm running 2 magento apps on my web server and I accidently set "chown -R www-data:www-data *" from the root of the server. Meaning, all the files were owned by the user root.
This immediately ...
0
votes
0answers
52 views
PHP-FPM + NGINX + MYSQL configuration for my server [closed]
I have an (2x6 core Xeon processors, 16GB RAM, 1TB RAID drive) server machine running Ubuntu 12.04.
I run nginx+php-fpm+mysql and would like them to make use of the whole processor + ram.
php-fpm: ...
0
votes
0answers
70 views
nginx + php-fpm cant run script more than 50 sec
there is a script which runs more than 50sec, but after 50 sec a got "504 Gateway Time-out".
My fpm pool config
[oscommerce]
listen = /srv/www/oscommerce/run/runphp53.sock
listen.allowed_clients = ...
4
votes
2answers
318 views
php-fpm processes monitoring / profiling
I have recently encountered an issue with php-fpm processes usage (As in the amount of active processes) peaking to the maximum available processes and by that stopping execution of other scripts ...
0
votes
1answer
182 views
nginx showing blank PHP pages
I have setup an nginx server with php5-fpm. When I try to load the site I get a blank page with no errors. Html pages are served fine but not php. I tried turning on display_errors in php.ini but ...
0
votes
1answer
117 views
php -fpm sockets and TCP at same time
is that possible to use php-fpm to listen sockets and TCP at same time ?
as we are planning to use local nginx to use sockets and remote nginx to use tcp
of not is that possible to use php-fpm ...
0
votes
0answers
34 views
LEMP / Wordpress IO Spike & Database Problems
Recent problem I've had and a short history:
I run a Linode 512 running Ubuntu 10 LEMP server with about 5 wordpress blogs, using an Auto-blog plugin. Been doing this for a while just fine, then ...
3
votes
2answers
250 views
NGINX configuration. PHP frameworks with PATHINFO 404
I usually use apache and want to give NGINX a try.
I have installed it on my ubuntu dev machine and have a few different frameworks and sites set up and in development (codeigniter, symfony, laravel, ...
1
vote
1answer
169 views
Nginx+phpFPM Rewrite rules not working
I got FreeBSD 9.1 VPS with Nginx+phpFPM installed. The problem in rewrite rules for urls for phpBB forum. Tried to insert some configs and none working. Orginal .htaccess:
# REMEBER YOU ONLY NEED TO ...
0
votes
1answer
124 views
Nginx / PHP-FPM kevent() errors in stress testing
G'day,
I'm running a FreeBSD box (9.1-RELEASE) with Nginx (1.2.7_1,1) and PHP-FPM (5.4.12). I'm having big problems with handling concurrent requests using Apache AB:
ab -n 10000 -c 500 ...
0
votes
1answer
38 views
Cookie is created by which and how?
I am using nginx, php-fpm.
I want to know
which process is in charge of creating cookie?
and where the cookie file is saved on server?
Can scripting language like php change where it's saved on ...
1
vote
1answer
63 views
Cannot log in, cookie related issue on the server side it seems
It's a fresh install of Drupal 7 via drush.
Using firebug, I can see that the cookie was sent back in the response header after I tried to log in. The page is redirected to the homepage(/node). Also ...
0
votes
2answers
176 views
Iptables rules for nginx with php-fpm
I am setting up iptables rules on the server where nginx and php-fpm are running. I have allow both 80 and 443 ports but as I see there are also addiitonal connections to higher ports that are ...
0
votes
0answers
113 views
Must manually load PHP ActiveRecord models
I'm drawing a blank. I have code working locally (which is MAMP). When moving to a nginx ubuntu box (running php-fpm), for some reason, phpactiverecord is acting up.
I finally traced it down to ...
0
votes
1answer
260 views
Why this PHP script is working on apache and not on NGINX?
I did not get any solution, so trying to ask here, maybe someone can point me, why this script below does not work on NGINX+php5.3.21, but works fine on apache+php5.2.17, maybe its something in ...
3
votes
1answer
187 views
missing Stack trace with Symfony2 Nginx and PHP-FPM
i recently switched from an Apache/fastCgi to a Nginx/FPM configuration.
Everything workes fine so far, except the Symfony2 Stack trace.
When I use Nginx, I get the normal error output. When I use ...
4
votes
1answer
1k views
PHP processing speed apache 2.4 mpm-prefork mod_php 5.4 vs nginx 1.2.x PHP-FPM 5.4
I've been looking for days to see if someone has done a good, documented, PHP processing speed comparison between
apache-mpm-prefork 2.4 with mod_php 5.4
and
nginx 1.2.x + PHP-FPM 5.4
Why I'm ...
2
votes
2answers
117 views
Stop php script execution when a browser has been closed
I have my PHP app running on Nginx & PHP-FPM.
When I used Apache, request abortion (browser closing) terminated php process, but now script continues execution till its end. Nginx ...
0
votes
0answers
150 views
APC Purge Rate & Fragmentation
I have got a Magento running on Nginx, PHP-FPM, Varnish & APC setup.
APC is running high on both fragmentation and purge rate.
Fragmentation increases in 2 hours >50% and slowly goes to 100%.
...
1
vote
0answers
247 views
Nginx PHP FPM installation issue on Virtualmin
I have a linode and I used LEMP script to install nginx. Then I used Virtualmin for managing my virtual servers. When I use phpinfo(), my version was 5.3.2 and server api is CGI/FastCGI. I updated my ...
0
votes
1answer
256 views
nginx php_flag register_globals on [closed]
I have an old project that I want to run in my nginx. The website use so many globals that I can't define them each in my server config. So I want to turn the register_globals on But how can i do ...
2
votes
1answer
226 views
Nginx, PHP-FPM magento configuration gets progressively slower [closed]
We have a dedicated 2-server setup running magento EE v. 1.10. We are running nginx, php-fpm, memcache as the major modules. The configuration is based on a white paper that magento put out with a ...
0
votes
2answers
1k views
Nginx with PHP5-FPM — .php files giving blank screens
I'm banging my head against the wall trying to get nginx up and running with php5-fpm. I felt that it was a small detail I was overlooking, so I took a break and came back to it a few days later. ...
0
votes
0answers
50 views
How to fix the following warning on PHP 5.4 FPM? “unable to acquire cache view”
I'm using Nginx, PHP 5.4 with PHP-FPM and APC to host a website, and I'm getting the following messages. I've searched the web but got nothing related to this warning. How can I fix it?
[pool xyz] ...
0
votes
0answers
88 views
choosing VPS for 200k pageviews/day
I have a website using Wordpress and got about 200k page views per day.
For now, its on a vps with 2Gb ram and 4 cores cpu using nginx php-fpm mysql. there's a problem with ram and i need to move to ...
0
votes
1answer
692 views
NGINX-FPM configuration settings for magento
I am running a ecommerce website developed in magento. I have 512mb RAM and 2.6 core2duo on the server. When I send 50 requests at a time on my website it does not respond except for a few requests. I ...
0
votes
0answers
48 views
Cannot execute PHP file from domain name
Server run on Amazon Linux AMI** (similary to redhat)
I follow the installation from Install PHP-FPM, Nginx, & MySQL on EC2 with Amazon Linux AMI
It's work properly if I call directly from server ...
0
votes
1answer
159 views
nginx + php-fpm configuration. Server stalls
Running a server with 140 000 page views a day (analytics).
php-fpm processes go for about 10-12M each.
Servers got 10G ram, mysql goes for 1.2G-1.6G
Configuration looks like this:
nginx
user ...


