Mail Proxy Error
HiI am using nginx mail proxy for Lotus Domino Server. Its working fine on LAN, but while accessing from WAN, the replication shows "Network Error:Buffer was too small".The code i am using is here...
View ArticleRe: Always Get This Error:Connection reset by peer
No one knows what is the problem?It seems there are some bugs on php5.3.3. It took me more than 2 weeks to make it work after I installed php5.2.17..
View ArticleNginX | Zkoss | GET | POST
Hi,Could someone let me know if any configurations are needed to be made to NginX while using with Zkoss ?I have two servers. 192.168.1.2 that has NginX installed and 192.168.1.3 that has Tomcat...
View Article[MediaWiki] - Friendly URL's - (IF's are Bad)
Hey All,I am still rough around the edges with nginx, but I am getting better :-) I am trying to setup MediaWiki with Friendly URL's. I found this link on there site on how to do so with nginx:...
View ArticleVhost problems with dash in URL
Hallo and sorry für cross posting. I write this question in the german forum but i dont get a answer.I setup a nginx Server with ISPConfig3 and it work well. Simply one thing disturb. I own a Domain...
View ArticleRe: Vhost problems with dash in URL
Post nginx.conf and relevant parts for this site so we can all have a look where its going wrong.
View ArticleRe: Vhost problems with dash in URL
the nginx.conf:user www-data;worker_processes 4;pid /run/nginx.pid;events {worker_connections 768;# multi_accept on;}http {### Basic Settings##sendfile off;tcp_nopush on;tcp_nodelay...
View ArticleRe: Vhost problems with dash in URL
May be helpful: Nginx version 1.41 on Ubuntu 12. If i Change Server_name to shopping-ffm.de the file is not working.
View ArticleRe: Vhost problems with dash in URL
Maybe this:http://serverfault.com/questions/347586/nginx-warns-server-name-has-strange-symbolsIf not what does the logs say?
View ArticleRe: Vhost problems with dash in URL
Hi itpp2012, the ; is in ther. After i Change vhost-file to Server_name shopping-ffm.de and restart nginx the error.log say [emerg] 232754#0: could not build zhe Server_names_hash, you should increase...
View ArticleRe: Vhost problems with dash in URL
I cant belive - thanks for help the Problem was the line Server_names_hash_bucket_size in nginx.conf. I activate her and it work. Thanks a lot!!!!!
View ArticleNginx waits until the request ends for the receipt of cookies
Nginx waits until the request ends for the receipt of cookies, How to get the cookie when it is generated through php without waiting for the end of the request?
View ArticleHow to compare in the if block.
Hello.I need to redirect a request depending on the request_length.If the request_length is less than or equals 1000 bytes it's redirected to upstream X.If the request_length is greater than 1000, then...
View ArticleRe: How to cross compile nginx for ARM architecture
Morning,Have you find informations about Nginx for ARM arch ? My objective is the same.I found only this : https://www.ruby-forum.com/topic/4412967best regards
View ArticleCan I cache the GeoIP database to disk instead of memory?
This is supported on mod_geoip for Apache to reduce memory usage. Is there a way to do this in Nginx so I can use the GeoIP city database without it taking up a ton of RAM?
View Articlelocation, alias, php and static files
Hello,i've a main domain configured on my dedicated server, the access is only by SSL (redirect http to https).Here is my only vhost http://p.ngx.cc/5c ( /etc/nginx/sites-available/domaintld )My root...
View Articleif and proxy_pass_header
According to cookie variable I need to make proxy_pass_headers, but proxy_pass_header directive is not allowed in "if". How to resolve this problem?I tried to do this with help of predefined locations....
View ArticleRe: Is there any workaround to use NTLM authentication with NGINX proxy
No, there is not.This is caused by the fact that NTLM takes into account the connection details to authorize the session. If your next request comes via nother TCP channel, you will be faced with a new...
View ArticleMail servers' proxy (imap+pop3+smtp and WEBMAIL)
Hello,I'm trying to configure a full proxy for my mailservers.With full, I mean for all protocols.We have, for example, 2 mail servers:zimbra (imap,pop3,smtp,webmail)linux+roundcube (imap, pop3, smtp,...
View ArticleOptimize nginx (fastcgi) for Wordpress Picture Blog
down vote favoriteI recently rent a vServer and now I am playing around with nginx, fastcgi cache and my wordpress setup. It's running pretty fast right now but in all speed test I came across my js...
View Article