How to intercept the HTTP Authorization popup with a fancy html page
Hello guys!I have a question related to intercepting Authorization popup.I have a site that uses basic User name / Password authentication. I have created a nice html page to accept the username &...
View ArticleHow to password prompt over and over
I've got several directories with pdf files inside:/srv/http/A_1-->/srv/http/A_1/01.pdf-->/srv/http/A_1/02.pdf/srv/http/A_2-->/srv/http/A_2/01.pdf-->/srv/http/A_2/02.pdfI need to setup...
View ArticleVPN Nginx home setup
Hi,I need some help setting up following configuration. I went through tones of information on google but couldn't find specific one.I want to run Nginx proxy at home. Nginx will be handling all...
View ArticleRe: VPN Nginx home setup
Wrong tool for the job, use ssh(d) and then tunnel your browser through it to a local session with squid.
View ArticleRe: VPN Nginx home setup
Nginx is wrong tool? I wasn't sure if I can use it for my setup. Nginx is very common proxy and I want learn it how to use it in general.
View ArticleNGINX plus REST monitoring API query
I have deployed NGINX plus trial version in my setup. I have a query that if we use NGINX plus as a load balancer then is there any way to fetch the relationship between the virtual servers and its...
View ArticleRe: VPN Nginx home setup
Hello,achnaide, if I understand well, you want to use nginx as a forward proxy? If that's right, then no, nginx is a popular reverse proxy, but not a forward proxy.As said itpp2012, you really should...
View Articlecatch 302 location in variable
Hello,I'm newbe in nginx server. I look for a solution on the web(I'm not a serial poster)... so sorry If this question is common...> What I try to doI'm trying to set the same wordpress on 3...
View ArticleRe: catch 302 location in variable
Oh... any modification in wordpress code cannot be the trick ;o(
View ArticleTrouble with Server Blocks for Virtual Hosts
Hello experts.I have a single site running fine on nginx, but I would like to be able to run multiple sites on the same server. I have read MANY sites and instructions, and tried a copious number of...
View ArticleTrying to POST and retrieve XML data (insecure XMLHttpRequest)
Hi,Trying to POST from a https server and retrieve XML data from a http server and receive this error:"was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint...
View ArticleNginx/Transmission reverse proxy
I have 2 servers (localhost & DIFFERENT.SERVER). on the local host I have SickRage and a few other web apps set up, on DIFFERENT.SERVER I have NZBGet and Transmission set up. SickRage and NZBGet...
View ArticleNginx Jboss
Hello,I just configured a reverse proxy (latest version), but i have a problem let me explain:I have a Firewall with one interface DMZ and a server reverse proxy with two interfacesFirst interface :...
View ArticleErr occurred during the installation step on ubuntu
I have a ubuntu server 14.04 LTS.I followed this instruction intend to install nginx.When I use commandsudo apt-get updateI noticed the Err occurred like:Err http://nginx.org trusty/nginx Sources404...
View ArticleRe: Err occurred during the installation step on ubuntu
Alright, problem solved.I put wrong info into the sources.listdeb http://nginx.org/packages/debian/ trusty nginxdeb-src http://nginx.org/packages/debian/ trusty nginxinstead ofdeb...
View Articlenginx redirect location
Hi,I am trying to redirect domain.com/index.php/admin and domain.com/index.php/admin/admin to domain.comI am using below location directive.location /admin {rewrite ^/admin(.*) / permanent;}This is not...
View Article405 NOT ALLOWED .PHP FILE
Hi ALLI encounter a problem on an application developped prestashop 1.6When I try to connect via the application, I get: "16: 34: 19: 82 HTTP connection request result :: HTTP / 1.1 405 Not Allowed...
View Articleauth_request_set problem
Hello all,I'm suffering strange problem with auth_request module. When I set variable by auth_request_set, some directive (like echo, proxy_set_header, proxy_pass) can see value, and others (in this...
View ArticleVestacp with Nginx - Getting blank pages code 500
Hi, I've setup my Codeigniter app on Vestacp (Ubuntu 14.04) with Nginx front. Most of the app seem to work just fine. But, many pages with or without database query result return blank. Following test...
View Article