Where is problem?
Hello,I have two servers for my web application. The first is for web, on this server is running nginx+php-fpm from dotdeb repository. On the second one is latest MariaDB 10.0.4 server.Load on DB...
View ArticleNginx OCSP ssl stapling file works but normal stapling with resolver does not?
I am able to create a valid stapling file using openssl and it works perfectly with nginx ssl_stapling_fileHowever if I turn off the file and leave ssl_stapling on and add a resolver it does not...
View ArticleRe: Need to reload NGINX regularly
Have you enabled error logging?http://wiki.nginx.org/CoreModule#error_logIf so, is anything logged there?What other debugging have you done (thread dumps, etc)?
View Articleproxy_pass caching flow
Hi everyone!I am debugging some issues in a nginx (big fan!) -> Apache proxy cache setup.I need to understand at what point is a page marked as being in the cache during the lifecycle of a web...
View Articlesub.example.com loads example.com when sub vhost config is not loaded
I run three vhosts on my nginx 1.1.9 server. example.com sub1.example.com and sub2.example.com. Each one has the server name explicitly defined in it's vhost config file. There are no config entries...
View ArticleBest Nginx settings ?
Hello!I am working on a comparative review for a newspaper and I need help to better reflect Nginx capabilities on our benchmark made on a 40 gigabit Ethernet LAN.How can I configure Nginx to serve...
View Articleeginx 500 error on load file more than 128 kb
eginx 500 error on load file more than 128 kb, try find right setting - without success
View ArticleStable vs mainline?
I cannot find any info on what is the difference between the 2 release types - stable and mainstream. I guess stable can be used on production env, what about mainstream? Why would I use one over the...
View ArticleNginx PHP-FPM - very slow loading
I just switched from apache to nginx.First i thought to use reverse proxy with apache.But many people recommended nginx with php-fpmI just type a simple with <?php echo "soon"; ?>It takes more...
View ArticleNginx 1.4.3 make fail !
HIcc -c -I src/core -I src/event -I src/event/modules -I src/os/unix -I /wapapp/nginx-install/pcre-8.33 -I /wapapp/nginx-install/zlib-1.2.5 -I objs \-o objs/src/core/nginx.o...
View ArticleNginx Active Connections Seem to Level out
Hi all:I am not sure if this is an actual issue or not. We have eight servers behind our ELB and it seems that the active connections level out around 20 and do not really go above that number. Is this...
View ArticleHow to use php 5.4's Session Upload Progress in Nginx?
How can I use php 5.4's Session Upload Progress in Nginx? I have Nginx 1.5 installed via Plesk. Is there any way to use this php feature? I disable Nginx via Plesk and the upload progress feature works...
View ArticleDropping keepalive connections
This question might sound stupid, but I haven't found straight answer in the documentation.If I have 2 workers with 1024 worker connections, that gives me 2048 open connections limit.With keepalive set...
View ArticleHow to run a new project from nginx server?
Hello,I have modified a projectpier application and want to run in the server without using a port (like instead of using localhost:8000/project_name I want to access using localhost/project_name). So...
View ArticleNginx serverblocks???
I'm trying to install nginx because i want to host multiple websites on a vps centos6my /etc/hosts looks like this127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1...
View ArticleFile Download being thrown
Hi there,I'm pulling my hair out here. I have nginx and php installed they work just fine...as long as I type localhost/index.php into my browser. If I just type localhost it throws a download dialog...
View ArticleError... FastCGI sent in stderr:
Hi,Im new here and would like to get a little support for an ongoing issue please.My nginx log is filled with the same error as displayed below. I receive over 100 daily.2014/01/16 21:11:08 [error]...
View ArticleNginx configuration needed to dynamically rewrite a subdirectory to a subdomain
How to configure NGINX daemon so that blog.xxx.com becomes xxx.com/blogCan anyone help me?
View Article