Please change the POSIX I/O interfaces for the windows version, see: http://bugs.mysql.com/bug.php?id=24509 Which has been fixed 5 years ago! all the code is there.by itpp2012 - Ideas and Feature Requests
set PHP_FCGI_CHILDREN=0 set PHP_FCGI_MAX_REQUESTS=10000by itpp2012 - Nginx Mailing List - English
I think we could all benefit from a nginx recommendation on using gzip with single and dual mode server sections regarding a hardening approach against breach. Maxim?by itpp2012 - Nginx Mailing List - English
Igor Sysoev Wrote: ------------------------------------------------------- > Yes, modern nginx versions do not use SSL compression. [...] > You have to split the dual mode server section into two server server > sections and set "gzip off" > SSL-enabled on. There is no way to disable gzip in dual mode server > section, but if you really > worry about security inby itpp2012 - Nginx Mailing List - English
It should be when root is set properly, when you get " No input file specified" it means php can't find the php file so doc root is pointing to a wrong path, there should be a way to display where root is pointing to so you can find out where its going wrong, also check php.ini for path/openbasedir/docroot values. Or pass a fixed path instead of $document_root.by itpp2012 - How to...
Looks like your root and document_root are not set properly when using fallback.by itpp2012 - How to...
Simply via a cmd file: rem Attempt to abort cleanly nginx -s stop rem stop the service that started it net stop "NGinxWS" rem Send a kill just in case pv -kf nginx*by itpp2012 - How to...
Why the file won't show, no idea, but here's an alternative link to the attachment: http://imagebin.ca/qpQhhYjvVzZ/ngphp.jpgby itpp2012 - How to...
I prefer to use pv.exe to kill the processes, always works, why port 80 remains open could be taskman specific as there are minimal 2 nginx processes. I do consider this a nginx bug, but the windows version seems to be a development lower then low priority.by itpp2012 - How to...
See attachment, nginx 1.4.2 with worker_connections limit removed, geo-pooled php 5.4.17 nts, xcache 3.0.3, each process runs under a very restricted unique user, keeps on running for weeks without needing a restart, easily handling 10k+ sessions.by itpp2012 - How to...
Try sendfile off;by itpp2012 - How to...
You have to kill the process with taskkill or pv.exe from prcview tools.by itpp2012 - How to...
Never seen this happen, using 1.4.2, even with the 1.2 branch memory use remained stable, don't use more then 1 worker.by itpp2012 - How to...
There are always security issues when running any process as root, the point is to run them as a restricted user, php can run as a permanent process that processes calls without having to restart or exit using a socket or tcp port. If you need more then one php process create a pool as round robin or assigned as geographic ip pool.by itpp2012 - Php-fpm Mailing List - English
locojohn Wrote: ------------------------------------------------------- > itpp2012 Wrote: > ------------------------------------------------------- > > open_basedir should be set in php.ini and not be passed via nginx. > open_basedir can be passed via nginx without problem, bad advice. In a hardened environment you always have limited, separated nginx and php processes, therby itpp2012 - Php-fpm Mailing List - English
> fastcgi proxy mod. What the hell will stop other local users from > connecting to 127.0.0.1:9999 and passing their own code to handler > that is running as other system user? That seems totaly not secure in shared > enviroment. Am I missing something or what? The point your missing is 'shared environment', weather this is cli php where requests are passed or a tcp port makesby itpp2012 - Php-fpm Mailing List - English
Hello Maxim, Can you tell us the status with the branches ? Is 1.3 now the new stable ? (what is then the status of 1.2 ?) Is 1.4 development ? Should all 1.2 users upgrade to 1.3 ?by itpp2012 - Nginx Mailing List - English
http://stackoverflow.com/questions/13661406/deny-access-to-a-php-file-nginxby itpp2012 - How to...
open_basedir should be set in php.ini and not be passed via nginx. ea. open_basedir = /webroot/www.testsite123.nl doc_root = /webroot/www.testsite123.nlby itpp2012 - Php-fpm Mailing List - English
Which is why you also need something like: disable_functions = "curl_exec,curl_multi_exec,dl,exec,parse_ini_file,passthru,popen,proc_open,proc_close,shell_exec,show_source,symlink,system" For each host.by itpp2012 - How to...
Use the windows build in the download area which has ssl support build in.by itpp2012 - How to...
Look at your php.ini file and use for example this: open_basedir = /webroot/ww.name.nl doc_root = /webroot/ww.name.nlby itpp2012 - How to...
You solve this with an internal DNS system, which is very simple to do, talk to your network administrators.by itpp2012 - Other discussion
Trow this "org.apache.commons.fileupload SizeLimitExceededException" into google, plenty of solutions.by itpp2012 - Other discussion
Sunny Thakur Wrote: ------------------------------------------------------- > at java.lang.Thread.run(Thread.java:722) > Caused by: > org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededExceptio > n: the request was rejected because its size (4358445) exceeds the > configured maximum (2000000) This looks like a tomcat error and not a nginx issue.by itpp2012 - Other discussion
It also depends on what the Host has as a nic and how its settings are set, ea. QoS and LLTP are useless protocols but take resources away, force VM's to use 1gb FD, another thing is to stick to VBox 3.2, force the GA to use timesync only. Ea. use IPerf to push settings and boundaries.by itpp2012 - Nginx Mailing List - English
Daniel L. Miller Wrote: ------------------------------------------------------- > Is there a reason to use the 'MT' vs the 'T' if I only need one > interface? Other then better performance and a wider range of support by default, no. You're not going to see 2 nics anyway, the MT has a few more tuning options then the T, I've done some extensive testing with all of them and their severby itpp2012 - Nginx Mailing List - English
Stick to 'Intel PRO/1000 MT Server (82545EM)' for every guest that can use it, even debian/nginx (6.0.6) blasts with it, I was using virtio for some time which does do what it suppose to do, lower cpu use and less virtualization overhead, but the performance s*cks.by itpp2012 - Nginx Mailing List - English
Done! maybe something to think about, allow a feature request to be sponsored, for example SiT has this, if many sponsor a request it gets done faster or if few sponsor a request, it requires higher sponsor fees to get it done.by itpp2012 - Nginx Mailing List - English
Look for srvany, http://support.microsoft.com/kb/137890 Then create a batchfile (.cmd) which loads php-cgi.exe with its parameters or make the service run php-cgi directly.by itpp2012 - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |