Disable access to /folder from host1, but enable from 2
Hi all,Some stuff should only be accesible from host2.com/folder. When i enter host1.com/folder, there's a redirect to host2.com/folder. Ehh what? The're bot separated config-files.In the...
View ArticleWebsite is blank
Hello,I have a Debian 7.1 with Nginx, MySQL, PHP (php5-fpm, php5-curl, php5-mysql, php5-mcrypt) and Varnish installed.The Magento files are in the following path /usr/shar /nginx/www/magentoHowever,...
View ArticleRe: NGINX As a log for massive requests
Hi,thanks for the reply.you assumed correct, after reading the documentation some more i saw the access log.. i'm sending the needed data via headers and then i can log them quite easily..Best..
View ArticleRe: Http Strict Transport Security is not working in NginX 1.4.1 and 1.5.1
Same here. Some clearification would be sweet.Thanks.
View ArticleAvoid duplicate URL?
Hi,One of my site is using nginx server and every time we created a content two URLs are generating as...
View Articlephp-fpm fastcgi comet server through nginx?
Can Nginx+php-fpm action as server sent event server? Can it run at Windows server?How to configure it.
View ArticleCan I redirect users using the IP to another page than users using the domain?
Hello everyone,I wanted to know if it's possible that if the page is called via IP, the user is redirected to another page than if it's called via domain. Is that possible using nginx? If so, how?Would...
View ArticleEnabling TLSv1.1 and 1.2
Hello,I am trying to enable TLSv1.1 and TLSv1.2 but the Qualys SSL Labs SSL Server Test service keeps telling me that both are not enabled.Some information about my system:root@hst-105-124:~# uname...
View Article403 forbidden
Ok so I am new to using nginx. I started using it to set up some simple password protection on a seedbox. I set it up and it worked all right. I am not sure what happened but I wanted to logout and I...
View ArticleRe: How to create an alias in nginx?
Hi,Can you please help me that how to create Alias in nginx.I have a cake php website. i am running very smoothly though virtual hosting. but i want to create on more instance as alias.I am not able to...
View ArticleJoomla search and nginx not working together
Hey guys,Hoping somebody can help me out with a problem that has me scratching my head for two days. I've re-create my apache website on a different server using nginx+php-fpm+mysql. It is a joomla...
View ArticleOutlook Web Access & Cookie/Session Expired
Trying to configure a reverse proxy to allow external access to an outlook web access server. I am able to route traffic to the OWA site, present the login form, however OWA rejects the login with a...
View ArticleRe: Joomla search and nginx not working together
Found a solution after many days of searching.This is from a sh404sef forum."Open this file: modules/mod_search/tmpl/default.phpand change:<form action="index.php" method="post">to:<form...
View ArticleRe: Enabling TLSv1.1 and 1.2
I have found the problem:root@hst-105-124:~# dpkg -l...ri libssl0.9.8 0.9.8o-4squeeze14 SSL shared librariesii libssl1.0.0 1.0.1e-2 SSL shared libraries...And my installed version of Nginx seems to...
View Articlehow to configure cakephp 2.3 for nginx on ubuntu 13.04
I'm trying to run the cakephp 2.3 web server nginx. Found already in some places, but it does not work.it is the first time I use nginx and I'm also not very good at linux. So forgive me if my question...
View ArticleReturn different code if return code is 400
Hi,Does anyone know if I can return a different code if I get the returned code 400 - Bad Request?I want to configure a section of my server in a way that if the code is 400, actually to send 401 or...
View ArticleMixing proxy_pass and $request_filename
Hi there to everybody.At our company where we are hosting many online apps, are right now in the process of switching from Apache2 to nginx, however we have some problems with fine-tuning...
View ArticleRe: Return different code if return code is 400
Hello,I found the solution myself. Actually, nginx was returning 400 in error log, but the internal returned code was 495. So I added above all locations in server {} the following:error_page 495 =401...
View Article