Just a note this is what my top looks like with 20 children. 4821 www 1 70 0 149M 45540K CPU1 1 0:40 14.99% php-fpm 4822 www 1 70 0 146M 41836K RUN 0 0:28 14.99% php-fpm 4811 www 1 70 0 141M 46112K accept 0 0:49 13.96% php-fpm 4816 www 1 76 0 138M 43128K accept 0 0:48 10.99% php-fpm 4817 www 1 65 0 138Mby SSSlippy - Php-fpm Mailing List - English
Hmm then nothing is showing errors in the logs I am assuming its a possible code error any possible way you can give me a configure line that I should be using?by SSSlippy - Php-fpm Mailing List - English
I have been trying anywhere from 5 to 200. The server is running out of ram I already talked to my host to increase it as we are just starting to swap at 7% now. Just noticed fpm_got_signal(), line 48: received SIGCHLD in the log files. Any advice?by SSSlippy - Php-fpm Mailing List - English
On the upgrading note, I don't think its possible to apply a patch easily to a port and unfortunately I am not as good as I would like with creating ports for freebsd to make that happen. I could install from source but I am still learning and am I not so confident on doing so. I found a guide here http://www.wowtutorial.org/tutorial/302.html however things he installing with php in the conby SSSlippy - Php-fpm Mailing List - English
both servers are a VPS owned by us with the exact same stats on each and the user count did not change. That I am positive of. http://immortal-guild.net/info.php I run xcache myself. This was installed using a pre made freebsd port. CLI Suhosin Multibyte and pathinfo were installed. Here is my php-fpm.conf <?xml version="1.0" ?> <configuration> Allby SSSlippy - Php-fpm Mailing List - English
It's not an io issue due to apache did not have these issues. I've tried disabling keep Alive changed the amount of php fpm proccess and it always maxes both cores during high usage. Which is only at 10 people. This is vbulletin 3.8.x and I just can't figure out for the life of me why it's spiking so high. Was there a bug with php fpm at one point that caused this?by SSSlippy - Php-fpm Mailing List - English
Was watching php-fpm without people using the shoutbox and it spikes just not nearly as bad. What should I be looking for that is causing this insane max cpu usage. Its a dual core opteron and there is no reason for it to be maxing the cpu ever.by SSSlippy - Php-fpm Mailing List - English
I run a shoutbox on my forum that everytime someone makes a shout into the box it writes to a file updating the time. When a lot of shouts are happening the cpu spikes from php-fpm. This did not happen with apache. Using php-fpm 0.6.3 with php 5.2.11 on php-fpm. I can not get a port working properly on 5.2.12 with the latest php-fpm to save my life so updating without guidance is not goingby SSSlippy - Php-fpm Mailing List - English
If you google you will most likely find these.by SSSlippy - Site Suggestions
Anyone have a working 5.2.12 freebsd port? I tried converting the freebsd port from 5.2.11 but it gives me errors due to requiring 5.2.11_3 and I can't figure out how to do so.by SSSlippy - Php-fpm Mailing List - English
I appreciate it. Thank youby SSSlippy - Php-fpm Mailing List - English
SSSlippy Wrote: ------------------------------------------------------- > Has anyone made one? Or even a port for 5.3.1by SSSlippy - Php-fpm Mailing List - English
Has anyone made one?by SSSlippy - Php-fpm Mailing List - English
If you are trying to stop direct requests to a directory the best way is to remove the directory from a web accessible area and then have the script access the non web accessible area.by SSSlippy - Nginx Mailing List - English
Normally a patch applied with a compile of php.by SSSlippy - Php-fpm Mailing List - English
To do this you need to take the 5.2.8 version, change everything in the distro file for 5.2.9. See the distro file for php 5.2.9 Then you need to update the makefile and refer to php 5.2.9 file again. Also you will get an error when attempting to install. You then need to remove the offending lines from the file it gives an error from.by SSSlippy - Php-fpm Mailing List - English
If I remember correctly u can not have more then one server config with the same port in the same config file. Give each URL it's own file using vhosts. There is an example in the wiki.by SSSlippy - Nginx Mailing List - English
I was able to use that symbolic link i didnt realize I was typing ls like in your example with it is ln. Thank you very much for the help!by SSSlippy - Nginx Mailing List - English
I run freebsd and I am attempting to allow the directory to auto update with ports. Its the reason I have not moved phpmyadmin directly to the folder. The issue is phpmyadmin auto installs to /usr/local/www/phpMyAdmin which has caps. I am trying to avoid using caps Also note your idea still gives No Input file specified.by SSSlippy - Nginx Mailing List - English
I don't get how to create the link. I tried that method originally as I had done with mediawiki.by SSSlippy - Nginx Mailing List - English
Hate to ninja the thread Ive been trying to replicate this with php-fpm but I keep getting "No Input file specified". Here is what is in my config. I am trying to load phpmyadmin into admin.domain.com/phpmyadmin ## phpMyAdmin Alias location /phpmyadmin { root /usr/local/www; index index.php; } location ~ ^/phpmyadmin.+\by SSSlippy - Nginx Mailing List - English
I have always created seperate config file for each url. Have found this easier to manage and less errorsby SSSlippy - Nginx Mailing List - English
May I ask why php-fpm was not an option. It's an improved version of fast cgi?by SSSlippy - Nginx Mailing List - English
Switch to php-fpmby SSSlippy - Nginx Mailing List - English
This is my config file however when going to http://ssslippy.com/wiki/ it gives me a 403 error. I cant figure out for the life of me why. Anyone got an idea? In the error logs I see 2009/04/10 16:27:44 6421#0: *1 "^(GET|HEAD)$" matches "GET", client: 1.1.1.1, server: ssslippy.com, request: "GET /wiki/ HTTP/1.1", host: "ssslippy.com" 2009/04/10 16:2by SSSlippy - Nginx Mailing List - English
Ive attempted the port edit and well that turn out well and using the current freebsd port makes php shows as version 5.2.8 but all the php modules seem to work fine and show 5.2.9.by SSSlippy - Php-fpm Mailing List - English
Has anyone made an updated FreeBSD port for php-fpm?by SSSlippy - Php-fpm Mailing List - English
Ok I am trying to figure out how to use the memcache module to my advantage. I run multiple forums that can put their "datastore" into memcached already. Would just adding the memcached server info help? Confused on how to make this work.by SSSlippy - Nginx Mailing List - English