NGINX and PHP issues

nealdxmhost

Verified User
Joined
Jan 1, 2009
Messages
232
Location
Los Angeles CA
Recently set up a server for a customer using DA with NGINX and PHP 5.3 and when the customer went to put up a wordpress site he was getting this error:

Code:
wp-ffpc  Memcached extension missing

Anyhow I found instructions for installing memcache and followed it through but now I notice I am getting this:
Code:
[root@nx1 custombuild]# service php-fpm53 restart
Gracefully shutting down php-fpm53: . done
Starting php-fpm53: [29-Jun-2014 19:07:17] NOTICE: PHP message: PHP Warning:  Module 'SourceGuardian' already loaded in Unknown on line 0

The server is CENTOS 6.5 64 bit

Any ideas before I end up yanking the server out of the rack and tossing it out a window?
 
Hello,
Please, do not hurry to throw it out a window. You may send it to me, I'd be happy :D
To get rid of the notice you should edit php.ini and remove duplicated line which instructs to load SourceGuardian. You seem to have a duplicate of the line.
 
Thanks for the much needed chuckle Alex :D

Just frustrated because there was someone who was going to be part of the project who suggested Nginx in the first place but now he is nowhere to be found. Client wants me to start over with a clean install which will probably happen sometime later tomorrow after a couple of hardware issues get resolved.

Basically what I need to do is a setup with CustomBuild 2.0 running nginx being able to handle multiple web sites running wordpress, joomla and possible phpmotion as well. I have done this in the past with Apache without too many issues but this nginx thing is driving me nuts and I can't find any clear step by step guides to make this all happen.
 
Client wants me to start over with a clean install which will probably happen sometime later tomorrow after a couple of hardware issues get resolved.

I guess you could simply run

Code:
./build all d

with CB 2.0, and it would overwrite mostly all configs. Just make sure to choose what you need in options.conf.

I'm sure you aware of this link, but still you might want to check it once more: http://forum.directadmin.com/showthread.php?t=44743
 
Please, do not hurry to throw it out a window. You may send it to me, I'd be happy :D
I've got at least a half-dozen Intel P4 based servers and about twenty old Cobalt RaQ servers I'm trying to get rid of. Want to pay shipping :D ? I didn't think so.

Salvation Army will take them and get a few dollars each from a recycler, so that's probably my best toption :)

[/offtopic]

Jeff
 
Back
Top