NginX - Wordpress under subfolder
I'm having little problems with Nginx and Wordpress. We have not standard configuration where everything except defined folders and files will be sent to wordpress. And wordpress is in subdirectory...
View Articleredirect and rewrite problem
Hello, I have problem with with redirect and rewrite.I wanted to redirect/rewrite http://users.domain.tld/user/foobar/ & http://users.domain.tld/~user/foobartohttp://www.newdomain.tld ( not...
View Articlehow to apply LIMIT_CONN after AUTH_REQUEST
Hi,i need to limit concurrent connection count, but not per IP as shown everywhere, but per a variable (user_id for example) set by auth_request_moduleExample:http {limit_conn_zone $my_userid...
View Article1.5.10: spdy not being used at all here
after reading about 1.5.10 release.. i discovered SPDY.. i had not heard of it before.so i built nginx with the spdy module and restarted the server.i added spdy to the name of the server in the server...
View ArticleRe: Adapting fail2ban for nginx
I can not understand what I'm doing wrong/var/log/nginx/error.log:2014/02/06 10:57:41 [error] 30758#0: *41499 limiting connections by zone "bad_ip", client: 178.68.6.216, server: domain.ru, request:...
View ArticleRe: 1.5.10: spdy not being used at all here
aha. i found the problem - the cypher suite was incorrectly configured. changed the encryption options and now spdy shows as functional at spdycheck.
View ArticlePass SSL Chain to Client
Hi,We are set up a web Service with the Client Certificates as follow:ssl on;ssl_prefer_server_ciphers on;ssl_protocols SSLv3 TLSv1;ssl_ciphers...
View ArticleRe: Pass SSL Chain to Client
Never mind, RTFM:"It supports checking client certificates with two limitations:it's not possible to assign a Certificate Revocation List for Nginx versions below 0.8.7.if you have a chain of...
View Articlenginx not executing php redirect script
I have a website that was recently migrated from Cold Fusion to Wordpress. To ensure that old links were still valid, our developer wrote a redirect script that translates old URLs into new URLs.I set...
View Articlenginx-naxsi with gzip_static
HiIs there a package available for Ubuntu somewhere that has nginx-naxsi with gzip_static enabled/compiled in ?/Henrik Schack
View Articlenginx + varnish
Hi everyone!I am trying to setup ngnix + varnish using this tutorial (http://ewan.im/900/10-million-hits-a-day-with-wordpress-using-a-15-server). Everything was going great until I installed Varnish...
View ArticleHelp with weird URL parsing problem
I am an nginx newbie. Apologies in advance for stupid questions.I am running Wordpress on nginx on a linode....I made the switch for performance, and I have been thrilled.I have one problem -- my setup...
View ArticleRe: Help with weird URL parsing problem
Solved.My developer determined It was the PHP handler configuration in Nginx.The section beginning here https://gist.github.com/williejackson/8b31717086d88ecb2d74#file-gistfile1-txt-L32 replaces the...
View ArticleCorrect block syntax with ssl + varnish + www rewrite
Is it ok to have rewrites for www to non-www as if statements in each http and https server block rather than using a separate server block just for the rewrite as listed in the pitfalls page?My...
View ArticleRe: Correct block syntax with ssl + varnish + www rewrite
Is this better?server {listen 443 ssl;listen 127.0.0.1:8001;server_name www.example.org;return 301 $scheme://example.org$request_uri;}server {listen 127.0.0.1:8001;server_name example.org;root...
View ArticleProblem with nginx +Mariadb+Shopware
HiIam new at nginx and i want to set up a Shopware with mariadb and nginx but everytime i try to install it says 405 Not Allowed nginx/1.1.19its running on a VM created with kvmso what i am trying now...
View ArticleWebDAV, UTF-8, проблемы с русскими буквами у клиентов
День добрый!Обнаружилась проблема с чтением и отображением русских букв при доступе к файлам через WebDAV. Проблема заключается в том, что клиенты WebDAV, которые подключаются к серверу "обрывают"...
View ArticleRe: Problem with nginx +Mariadb+Shopware
now i rebuild everything and i still get 405 Not Allowednginx/1.1.19 i followed http://www.howtoforge.com/running-new-shopware-version-4.0.x-on-nginx-lemp-on-ubuntu-12.04-p2 (not everything there...
View ArticleRewrite Help
Hi,I am what Nginx and regex concerns still very inexperienced.Hopefully you can help me.Nginx is used as a reverse proxy.The following should be implemented.Current Url->...
View ArticleRe: Problem with nginx +Mariadb+Shopware
Comming back Mondey i hope someone can help me till than :DGreetings Baldry
View Article