What is the difference for microcache between proxy_cache_ and fastcgi_cache_?
Hello,Sorry, but I got confused with the microcache thing.I was searching for a simple microcache solution and I end up seeing two ways to have microcache. Some tutorials use proxy_cache, while others...
View ArticleNginx in front of Exchange 2010 / Activesync
Hi guys,i finally need some help using Nginx as reverse proxy for an Exchange 2010OWA is working perfectly, certificates is all fine, but active sync with android devices is not working.here is the...
View ArticleRe: Nginx in front of Exchange 2010 / Activesync
Try it with AJP for active sync: https://github.com/yaoweibin/nginx_ajp_moduleIt solved it for me with syncml.
View ArticleRe: Nginx in front of Exchange 2010 / Activesync
Hi Mate.Thank you for your quick answer. Never heard of that. have a short idea how to use it here?Thank you again!
View ArticleRe: Nginx in front of Exchange 2010 / Activesync
See the wiki https://github.com/yaoweibin/nginx_ajp_module/wikiI've committed everything you need to compile it for Windows, or use a pre-build version at http://nginx-win.ecsds.eu/
View ArticleHow to Block IP DDOS in nginx
This is result ddos from some commandhttp://upanh.biz/images/2014/08/18/Untitled.jpgPlease help !
View ArticleIs it possible to combine rules?
Hi,I'm trying to combine these rules into one, but it's not working. Any idea in how to do that?From:### WWW to NON-WWW##server {listen 80;server_name www.domain.com;return 301...
View ArticleRe: nginx reverse proxy problem
HI:I made a lab to do a reverse proxy, my idea was this:[Internet] --------->[RP Server with NGINX in RHEL 6.5]----\..\---> [ws01 with Apache in RHEL 6.5]. \--->[ws02 with Apache in RHEL...
View ArticleDoubt: Recomendation of HW
Hi All:I want to know, what are the requirements of hardware for a good performance for a reverse proxy?? The sites have a peak of 10k - 20k visitors per day (maybe more), the sites are in RHEL. What...
View Articlemy website ip is blocked by site I want to fetch data from it .. how to proxy it
hi all,my site fetch data from site2and site2 blocked my site ipis there anyway to change ip address of my script to access site2 again (while I'm stay on my site ip)another way, how to change the ip...
View ArticleRe: Nginx 1.4.4-4 / limit_conn / limit rate
It's an old post but I am looking for a solution to this.I installed nginx with the following command:yum install nginx -yon centos 6.5. Now how do I add this module to nginx config..
View ArticleRe: DUMP_VHOST equivalent
Was this question every answered? I am trying to troubleshoot rewriter and vhost rules. I am used to apachectl tools for Apache, and am looking for a corresponding tool set, if one exists.
View Articleredirect old .asp files to new .html files using htaccess
I have moved my old .asp site from windows server to .html files on a linux server using nginx I dont have access to the conf file so i need to redirect the old .asp pages to the new .html.The .asp...
View Articleconvert iis rewrite to nginx
New to nginx, totally confused.How to convert this URL rewrite to nginx?<rule name="Redirect1" stopProcessing="true"><match url="^(about-us|sites\/company.com|item1|item2|item3)/.*$"...
View Articlefastcgi_cache_key cache only the part afther "?"
Hallo communityI have a question abot the fastcgi_cache_key parameter. I have the uri:http://domain.com/tex_that_can_change/?640x2048/3/90/custom/323/2600323/0.jpgCan nginx cache only the part after...
View ArticleHTTP 0.9 and automatic connection closing with Nginx
HiI am using a GSM modem as client and want to treat the requests as HTTP 0.9. This is a resource constrained device and I just want to push some data.= online.Earlier I was working with Glassfish V4...
View Articlenginx ip_hash loadbalancing issue
Hello Fellas,We are using 2 nginx servers for both proxy and load balancer in our environment.Both two nginx are running in different places. Lets say nginx1 and nginx2Nginx1 is accepting traffic and...
View ArticleOCSP stapling via web proxy
Hi,I'm trying to set up OCSP stapling but our firewall currently does not allow outbound port 80 unless its via a squid proxy server. OCSP stapling requests are ignoring the OS (Centos) proxy setting....
View Articlechange domain to use SSL everywhere problem
I'm running nginx 1.6 on a debain squeeze machine. For almost 20 years I've had mail.blah.net hosting my own webmail using SSL. Here's its config file:server {listen 80;server_name...
View Articlenginx user apache
nginx.conf user apache;some websites owner group are root.root and permissions are 755.owners=7 group=5 and other=5Do these websites work because "other" has read access ?
View Article