Nginx secure_link_md5 Module
Hi Team, We have setup a Nginx Server for token authentication using secure_link_md5 Module as per below link http://nginx.org/en/docs/http/ngx_http_secure_link_module.html Please let me know how to...
View ArticleDifferent times between frontend and backend.
Hi. Frontend log: * * [09/Feb/2016:12:58:14 +0000] "GET /hls.ts HTTP/1.1" 200 MISS "123.123.123.123" 1651956 "-" "HLS Client" "15.711" "-" "-/-" "1/196861693" "0.021" "13.275" "200" RU Backend log: * *...
View ArticleRe: SSL error NginX 1.9.10
I can just confirm this, happening here as well. relevant part of the config ssl_session_cache shared:SSL:40m; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers...
View ArticleRe: SSL error NginX 1.9.10
Here https://github.com/openssl/openssl/commit/64193c8218540499984cd63cda41f3cd491f3f59 is a commit that is supposed to fix it. I am not very familiar with openssl API, but comment in nginx code says...
View ArticleRe: SSL error NginX 1.9.10
Ok, Interesting, so it should be fixed OpenSSL 1.1.0-pre3-dev .. Well I think I am going to wait till I know it become stable and can compile with NginX.. Thanks mate..
View Articlei'm getting following error when compiling nginx 1.8.1
/root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c /root/rpmbuild/SOURCES/modules/nginx_tcp_proxy_module-master/ngx_tcp_session.c: In function 'ngx_tcp_send':...
View ArticleNginx location block and performance
I am not an expert with Nginx, so I read several articles and the official guideline to get myself up to speed. However, I found nothing that touch base on the location vs rewrite block performance. My...
View ArticleRe: SSL error NginX 1.9.10
For future reference https://github.com/openssl/openssl/issues/710#issuecomment-186144548
View ArticleOSX 10.11 El Capitan using part 8080 is fine but not port 80
when I use in my nginx.conf server { listen 8080; I can access my index page , but whenever I changed it tp server { listen 80 then I cannot access it.. same issue with port 443 , I have to use port...
View ArticleRe: OSX 10.11 El Capitan using part 8080 is fine but not port 80
http://stackoverflow.com/questions/7612053/binding-on-privileged-ports-ports-1024-on-mac-os-x-10-6 http://www.faqoverflow.com/apple/37418.html
View ArticleRe: OSX 10.11 El Capitan using part 8080 is fine but not port 80
Thanks a lot ... I guessed it was something related with El Capitan, as it was running fine on Ubuntu or previous OSX versions...
View ArticleSSL error : Same base url with different context path
We have two Tomcat instances running on two different server . Both the tomcats are with https (SSL implemented at Tomact level) Bamboo1 instance : https://bamboo.com Bamboo 2 isnatnce :...
View Articlenginx application error 0xC0000142 on Windows shutdown
On Windows shutdown or restart this error occurs: ========================================== nginx.exe - Application Error The application was unable to start correctly (0xc0000142). Click OK to close...
View ArticleRe: SSL error : Same base url with different context path
Hello, As far as I know, you can't do that. You have to set up SSL with a certificate in nginx. Alternatively, you can use TCP forwarding and skip nginx but you will lose the headers that your backend...
View ArticleRe: nginx application error 0xC0000142 on Windows shutdown
You should use the Install_nginx_php_services.zip tools.
View ArticleRe: SSL error : Same base url with different context path
Hi Jim, I have very new to the nginx implementation. Our intention is to not show the original redirect url to the customer. Bamboo-1 server url : https://<bamboo1-server>.auiag.corp/b1; As per...
View ArticleSetting my web browser use squid proxy, access the nginx web site is fail.
Hi frend: I have a squid proxy server and a nginx web site server. My web browser[ IE ] use squid proxy to access any web site is ok in my PC. But when i access the nginx web site, it will show "the...
View ArticleNFS Access Error while writing logs on mounted device
Good morning, I am facing a very annoying issue with Nginx access and error logs. For a reason I cannot mention, I absolutely need to write my nginx logs on a NFS partition mounted on the server. For...
View ArticleRe: NFS Access Error while writing logs on mounted device
A possible solution would be to use a logserver (syslog) where you write your logs to which in turn writes the logs to NFS.
View ArticleRe: NFS Access Error while writing logs on mounted device
Thank you for your quick answer itpp2012! I retain your proposition, but I am currently not able to add any component to the server. However, I found something which looks to work and might be related...
View Article