If /something.php is called act as http://www.stgelse.com/xyz is opened
I want to see response of URL2 if URL1 is opened.And without redirections, preserving URL1 and pass all GET params to URL2URL1: "http://182.6.15.191/something.php"URL2:...
View ArticleHow to setup Nginx as a Service?
I was trying to setup Nginx, so I wanted to make a small service so that I could run it without logging on. I have a bat file that calls both nginx and a php server, shown belowstart...
View ArticleRe: How to setup Nginx as a Service?
Go to http://nginx-win.ecsds.eu/and download Install_nginx_php_services.zip, read the scripts how this works.
View ArticleRe: How to setup Nginx as a Service?
works. Though i'm still really confused as to why I couldn't host the bat file like svrany. I guess what i really want is to see the source from svrany.I tried adding a line to the bat file to just...
View ArticleRe: How to setup Nginx as a Service?
A bat file is not a service, srvany does this all including the communication Windows wants.https://www.google.nl/#q=srvany+source+code
View ArticleRe: How to setup Nginx as a Service?
I guess my original post didn't make it clear, but I was coding a C++ service wrapper using the example give by msdn. Anyway I got it working. however, I assume that just using that srvany is probably...
View ArticleRe: How to setup Nginx as a Service?
knightpraetor Wrote:-------------------------------------------------------> I still think it's a little strange that nginx used the calling folder> to determine its path though. Was that...
View Articleactive/active load balancing
Hi guys,I would like to pick up your brains.I need to build a robust and reliable load balancing cluster on nginx. The trouble with that is I'm going to spread the load horizontally what means I will...
View ArticleNginx reverse proxy ssl authentication to a service url
I would like to configure nginx reverse proxy for a http web application but would like to configure the authentication using a authentication service URL.I could make the authentication work using a...
View Articlewordpress in subdirectory vbulletin in root
I have vbulletin in the root and i want to use wordpress with permalinks in a /blog folder.i have spent two days reading and trying every combination of rewrite rules if statements and all sorts of odd...
View Articlenginx valid_referers not working
I'm using valid_referers to block access to my website's picture from other site.I'm using below config:location ~*^.+\.(jpg|jpeg|gif|png|bmp)$ {expires 7d;valid_referers none blocked...
View ArticleHow to serve svgs files
Hello, I try to serve sgvz files on my nginx web server but from some reason is not working. If I try with svg is working fine. The svgs file MIME type is image/svg+xml and the content encoding is gzip.
View ArticleHTTP/1.1 200 OKCache-Control:
I was playing with nginx and pagespeed earlier and suddenly the header is being echoed on my blog. I don't have any idea why, I even reverted my previous config but it is still showing up. pls help...
View Articlewhat is the PM.MAX_CHILDREN?
Everything was fine till the afternoon. I dont know why but at afternoon my website suddenly goes down. It takes 2 hours to get it up and run. After getting it up I check ERRORS Files and this is what...
View ArticleRe: wordpress in subdirectory vbulletin in root
Damn this forum seems deader than myspace.
View ArticleRe: wordpress in subdirectory vbulletin in root
Try the mailing list http://forum.nginx.org/list.php?2
View ArticleSNI - Where is the mistake?
Dear all,after years of having a working nginx server which did not have any troubles making use of SNI, I am suddenly facing a certificate issue.To rule out misconfig, nginx -V tells me...--nginx...
View ArticleHow to setup up Nginx to use Nagios monitoring?
I have been trying to get Nginx as a web server to host Nagios4 monitoring, so far I have not managed to get it running. Nagios4 monitoring only comes with a setup for Apache, and I do not want to run...
View Article