Tagged Questions
0
votes
1answer
55 views
Nginx Basic Auth and subfolders
I have a problem with subfolders in a basic auth procted folder. In the protected folder i have a folder named phpmyadmin, which contains phpmyadmin. Im not able to run phpmyadmin, when basic is ...
1
vote
0answers
124 views
Setting up Mail server on Ubuntu 12.04.2 Server
Based on this article http://iain.it/linux/how-to-install-php-fpm-and-nginx-on-ubuntu-12-04 I've built my LEMP web server. I need one more function to work: mail.
It's production server and I can't ...
0
votes
0answers
70 views
exec(): Unable to fork error on nginx error log
I am getting this error from
tail -f /var/log/nginx/error.log
2013/05/02 05:36:58 [error] 720#0: *90 FastCGI sent in stderr: "PHP message: PHP Warning: exec(): Unable to fork [which ...
0
votes
0answers
138 views
Nginx + fastcgi_cache for WordPress hosting
The tutorial for Nginx + WordPress + fastcgi_cache with conditional purging is fantastic, however if you're running a bit ahead of this tutorial Brian Mercer's PPA doesn't quite cut it as it needs ...
0
votes
2answers
313 views
hiphop, nginx, spdy
I'm about a month young at linux and brand new to ubuntu.
I can do this to install hiphop https://github.com/facebook/hiphop-php/wiki/Building-and-installing-HHVM-on-Ubuntu-12.04
(I installed ...
0
votes
2answers
388 views
HTML5 websocket-support for NGINX
I need websockets in a project for HTML5 and PHP, but it don´t works.
I read something about that NGINX is not supporting them.
Is there a possibility to install a plugin that brings me the support ...
1
vote
2answers
3k views
PHP-FPM - Nginx - phpMyAdmin - 502 bad gateway
I have installed and configured PHP-FPM, Nginx, and then phpMyAdmin. When I access the main site everything works fine but as soon as I go to http://mysite.com/phpmyadmin I get a 502 bad gateway ...
0
votes
1answer
945 views
Xampp is not running on ubuntu
I have nginx ,Apache2 ,Xampp installed on Ubuntu 12.04
Nginx is running on port 80
First I stopped Apache2 using /etc/init.d/apache2 stop
Now I started Xampp using /opt/lampp/lampp restart
I ...
-1
votes
1answer
847 views
ERROR: fork(): Cannot allocate memory (12) [closed]
This is the output of my ulimit -a:
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) ...
0
votes
1answer
675 views
I upgraded my server to 12.10, why does PHP not work with nginx?
I upgraded and now I can't use my nginx's proxy_pass arguments on my Ubuntu server to work with PHP. I keep getting 502 Bad Gateway errors. Why is this, and how do I fix this?
1
vote
1answer
3k views
Nginx/PHP-FPM “Access denied.” error
I'm trying to set up a freshly installed Ubuntu (12.04) server, but I can't get PHP files running through php-fpm. No matter what I do, I always get a "Access denied." page (plain text, not html or ...
7
votes
2answers
6k views
What is the easiest way to enable PHP on nginx?
What is the easiest way to enable PHP on nginx on Ubuntu 12.04?
Best solution is the one that request minimal work, ideally just a package installation :)
3
votes
2answers
1k views
Can't add repository due to 'missing' fingerprint
I am trying to install nginx with php but when I am following a guide, like this one: http://www.justincarmony.com/blog/2011/10/24/setting-up-nginx-php-fpm-on-ubuntu-10-04/ I am always told to add ...
8
votes
1answer
7k views
Ubuntu php5-fpm unix socket
I have Ubuntu 11.10 and installed php5-fpm and I want to configure nginx. I want to use unix sockets instead of tcp sockets but I couldn't find the
/var/run/php5-fpm.sock
I have looked also
...
2
votes
1answer
284 views
Memcached/APC will not start with PHP
I've compiled PHP 5.3.9 and NGINX 1.0.11 and want to use APC and Memcached with PHP. I keep getting this error when attempting to load the APC/Memcached modules:
Unknown(0) : Warning - PHP Startup: ...
1
vote
2answers
1k views
PHP-FPM Constantly Restarting Pools - Zombie's Everywhere!
Ok so after a recent incident in which I ran "chown -R root:root" on my entire /var directory on accident (XO.. I know...) I've been dealing with php-fpm issues. I've tried fixing permissions in a ...
2
votes
1answer
1k views
php5-fpm incomplete install - no config file
I've set up a server with Ubuntu 11.04 and Nginx+PHP-FPM+Varnish+APC+MySQL+Memcached+WordPress. Everything runs pretty nice, but there is a tiny problem with the PHP-FPM service. Install goes OK after ...
0
votes
2answers
1k views
php does not parse using nginx & phpfm
I am setting up a VPS and followed the nginx, PHP, MySQL instructions for WordPress from this tutorial http://tutspundit.com/howto-install-nginx-php-fpm-mysql-php533-wordpress-ubuntu-part-1/ and then ...
7
votes
1answer
5k views
How to set up PHP with Nginx, APC and PostgreSQL?
I use Ubuntu Server 10.10 and I would like to set up a web server environment with NginX, PHP 5.3.3, PostgreSQL and preferably APC and PHP Suhosin.
I have already set up PostgreSQL with apt-get ...
