Re: High traffic site running slow
If you use php-fpm check your pool settings pm and pm.max_childrenI use pm = static I feel it response way faster then the other two options when I test.
View ArticleRe: epoll_ctl failures
Nope. I upgraded from 1.1.19 back then to 1.2.4 and now 1.3.9 and I am still facing the problem.My system is running under Ubuntu 3.5.0-19 and apparmor is running. Keep me posted if you find something.
View ArticleRe: nginx sometimes doesn't start
I have discovered that nginx returns a status code 0 when the init.d script fails to start.If I force an error I see output in /var/log/nginx/error.log so I'm not sure why we're not getting any output...
View ArticleRe: nginx sometimes doesn't start
Make sure you stop the apache2 service and remove apache2 during the automated fresh install phase.
View Articleindex.php work. index.php&login=true dont work
Hello all,I have problem with accessing index.php&login=true. It gives 404 error. But when i try to access only index.php it works.here is config: sites-available/localhost.confserver {listen...
View ArticleRe: index.php work. index.php&login=true dont work
i am using now POST method insted of GET.love & light to every one.
View Articleload balance traffic by nginx
Hi everybody.I am interested in setting up site with some servers where nginx would work as a balancer but not proxying all requests, as the server where proxy is located can not handle so much network...
View ArticleRe: index.php work. index.php&login=true dont work
ok now i se what was the problem.. :) i need to use ? and not & :)
View ArticleProblem with subfolders php-cgi execution
Hi, sorry, i don't speak english, I will be very brief :DI use this for php-cgi 404location ~ \.php$ {root public;try_files $uri @404;...}location @404 { return 404; break; }error_page 404 /404.html;in...
View ArticleRe: No input file specified
http://www.obdcheap.com/code-reader-scanner-tool-obd-ii-eobd-english-spanish-sc05.html EOBD SC05http://www.obdcheap.com/launch-obd2-code-reader-creader-v.html Launch Obd2 Creader V
View ArticleOptimizing Nginx for serving 1GB files - Finding values for 'directio' &...
Hi All,We have a Nginx web server which is serving files whose size is almost 1GB. We were trying to optimize the configuration with directio & output_buffers directives. but, we couldn't find any...
View Articleexternal access to owncloud
Hi AllI recently installed owncloud which works they way it should when I'm on my own network. However I have difficulties accessing externally:I set up a dlinkddns account which tracks my ip however I...
View ArticleHTTP Speed vs. HTTPS Speed
Hi,I installed a testsetup to find the impact of ssl on nginx performance (requests per second)I don't understand a behaviour with the Testsetup I have here.The setup:a nearly naked Ubuntu 12.04 with:-...
View Articlerequest was rejected because its size (3277304) exceeds the configured...
Hello,We have a application is jsp which is running on tomcat and using nginx as a front. Now what was happening while uploading the file using application the error thrown by nginx on web browser was...
View ArticleRe: request was rejected because its size (3277304) exceeds the configured...
Sunny Thakur Wrote:-------------------------------------------------------> at java.lang.Thread.run(Thread.java:722)> Caused by:>...
View ArticleRe: request was rejected because its size (3277304) exceeds the configured...
Thanks for the reply...Is there any settings in tomcat for enabling File upload or file limit.As i tested the same on my windows machine with same setup and no blank page is displaying.....It just show...
View ArticleRe: request was rejected because its size (3277304) exceeds the configured...
Trow this "org.apache.commons.fileupload SizeLimitExceededException" into google, plenty of solutions.
View ArticleNginx reverse proxy - pretending a different URL
Hy allI'm a beginner in nginx reverse proxy things, so excuse the maybe dump questions.We use a nginx as reverse proxy to access several web applications form unsecure zones.I type in jira.example.com...
View ArticleRe: Nginx reverse proxy - pretending a different URL
You solve this with an internal DNS system, which is very simple to do, talk to your network administrators.
View Article