nginx can't implement session stickiness with nodeport services, must be clusterip?

2024-03-08 Thread David Karr
I maintain the Java side of a platform that supports a couple of hundred services running in a number of k8s clusters. Each pod has a container running the Java process, and a container running nginx, as a proxy to the Java service. All the k8s service objects are type NodePort, not ClusterIP. I

Re: International characters and serving files

2024-02-10 Thread David Connors
On Sun, 11 Feb 2024 at 00:24, Maxim Dounin wrote: > File names on Unix systems are typically stored as bytes, and it > is user's responsibility to interpret them according to a > particular character set. > > As long as nginx returns 404, this suggests that you don't have a > file with the name w

International characters and serving files

2024-02-09 Thread David Connors
confirmation directive am I missing? TIA, David. ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx

HTTP status 500 when using Nginx with Jenkins

2023-09-06 Thread David Aldrich
return 404; } #index index.html index.htm; } Is anything obviously wrong with these? Best regards David ____ David Aldrich | Consultant Engineer | NEC Telecom Modus Ltd | Olympus House, Cleeve Road, Leatherhead, Surrey, KT22 7SA, GB | t: +44 (0) 1372 381857 | m: |

Reverse proxy with URLs replacement

2023-06-17 Thread Jose David Bravo A
-server.com/file.css, in order to avoid any functionality issues when accessing the website from outside the network. The idea is to replace these URLs within the proxy server itself, rather than modifying the web server where the website is hosted. Thank you! Jose David Bravo Álvarez

Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread David Siembab
What does the project do for you and what would you like it do for you. Share ideas On Sat, May 27, 2023, 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand yo

learning python sloppy, but it works just change the versions for fedora haven't tried red hat or centos

2023-03-04 Thread David Siembab
the code is as follows and is very sloppy: #!/usr/bin/env python3 import subprocess as sp import os import pwd os.chdir(os.path.expanduser('~')) pcre2_version="pcre2-10.40" zlib_version="zlib-1.2.13" openssl_version="openssl-1.1.1p" nginx_version="nginx-1.22.1" deps = [ 'curl', 'wget', 'tree','p

Trying to confirm syntax of CLIENT_MAX_BODY_SIZE environment variable

2022-12-03 Thread David Karr
(Sorry if this is a dup. I sent this originally before my subscription was confirmed.) I was told that v1.22 of nginx will look for a CLIENT_MAX_BODY_SIZE environment variable to configure the "client_max_body_size" configuration property. I'm having trouble finding a clear statement of what the

Re: Strange problem with expires?

2022-03-01 Thread David Hu via nginx
On 1 March 2022 20:40:48 UTC, Grzegorz Kulewski wrote: >Hello, > >I am using nginx 1.21.0 to serve static files for one domain and when I have: > >location = / { >expires epoch; >} > >expire headers are not added for / but when I remove '=' t

Re: Why does the nginx.org main site not supporting TLS v1.3?

2021-01-22 Thread David Hu
connects via HTTP/1.1. Thank you for all your answers!Regards, David Hu [PGP Public Key attached, key ID: 0x340A848D ; fingerprint: 340a 848d 4333 6873 d48f 5dad 8847 c44d 75c3 da38] ‐‐‐ Original Message ‐‐‐ On Thursday, January 21st, 2021 at 10:08 PM, Thomas Ward wrote: > To clar

Why does the nginx.org main site not supporting TLS v1.3?

2021-01-21 Thread David Hu
So I have to downgrade to TLS v1.2. The full command input and the connection process can be shown as follows: ./curl -v --http2-prior-knowledge --tlsv1.2 https://nginx.org * Trying 52.58.199.22:443... * Connected to nginx.org (52.58.199.22) port 443 (#0) * ALPN, offering h2 * ALPN, offering

Why does the nginx.org main site not supporting TLS v1.3?

2021-01-21 Thread David Hu
I just did a cURL request just now using the command in Windows Powershell using the MinGW version of cURL. `./curl -v --http2-prior-knowledge --tlsv1.3 https://nginx.org` And my curl specs are as follows curl 7.74.0 (x86_64-pc-win32) libcurl/7.74.0 OpenSSL/1.1.1i (Schannel) zlib/1.2.11 brotl

Re:unsubscribe

2020-03-25 Thread David Ni
unsubscribe At 2020-03-19 19:54:13, "David Ni" wrote: unsubscribe ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

php-fpm - Cannot display web page in user directory

2020-01-12 Thread David Breeding
I don't believe this is an nginx problem, (I think it's somewhere in the php end) but don't know where to turn. Hopefully since nginx seems to be tied closely with php-fpm, someone her might be able to point me in the right direction. I'm experimenting with nginx on an Arch system. I'm able to

Re:Re: nginx servers share session or cookies

2019-03-25 Thread David Ni
hen logged_in cookie is set? Thanks At 2019-03-22 16:03:23, "Francis Daly" wrote: >On Fri, Mar 22, 2019 at 02:47:36PM +0800, David Ni wrote: > >Hi there, > >> Who can help with this?Thanks very much. > >The question looks very like the one at >https

Re:Re: nginx servers share session or cookies

2019-03-25 Thread David Ni
hen logged_in cookie is set? Thanks At 2019-03-22 16:03:23, "Francis Daly" wrote: >On Fri, Mar 22, 2019 at 02:47:36PM +0800, David Ni wrote: > >Hi there, > >> Who can help with this?Thanks very much. > >The question looks very like the one at >https

Re:Re: nginx servers share session or cookies

2019-03-24 Thread David Ni
gged_in=1;Domain=.bddev.test.net;Path=/;Max-Age=31536"; } } but nginx failed to start, seem it is not possible to set "if" block like this,do you know how to check whether cookie value? At 2019-03-22 16:03:23, "Francis Daly" wrote: >On Fri, Mar 22, 2019 at

Re:nginx servers share session or cookies

2019-03-21 Thread David Ni
Hi Experts, Who can help with this?Thanks very much. At 2019-03-15 16:36:22, "David Ni" wrote: Hi Nginx Experts, I have one requirement right now,we are using nginx with ldap auth(I compiled nginx with auth_ldap module),and I created many servers like datanode02.bdde

nginx servers share session or cookies

2019-03-15 Thread David Ni
Hi Nginx Experts, I have one requirement right now,we are using nginx with ldap auth(I compiled nginx with auth_ldap module),and I created many servers like datanode02.bddev.test.net datanode03.bddev.test.net,I have successfully conigured nginx with ldap auth,so when I access these servers

Re:Re: share cookies between servers

2019-01-11 Thread David Ni
/ { proxy_pass http://datanode03:16010/; more_clear_headers "X-Frame-options"; add_header Set-Cookie "myauth=true;Domain=.bddev.test.net;Path=/;Max-Age=31536000"; sub_filter_types *; sub_filter_once off; } } am I correct? At 2019-01-11 07:01:31, &quo

share cookies between servers

2019-01-10 Thread David Ni
Hi Experts, I have one requirement right now,we are using nginx with ldap auth,and I create many servers like datanode02.bddev.test.net datanode03.bddev.test.net,so if I access these servers ,we need to input the correct username and password which stored in ldap,my requirement is that whe

Re: no access_log logging for UDP streams

2018-02-14 Thread David Kewley
On Wed, Feb 14, 2018 at 5:59 AM, Roman Arutyunyan wrote: > Hi David, > > On Tue, Feb 13, 2018 at 01:01:03PM -0800, David Kewley wrote: > > I'm using nginx 1.12.1 to proxy TCP and UDP streams. I have in my stream > {} > > stanza: > > > > log_format

no access_log logging for UDP streams

2018-02-13 Thread David Kewley
k of UDP stream access_log logging expected, or should I open a new bug? If you need to see more details to show exactly what I'm doing, let me know which details would be helpful. Thanks! David ___ nginx mailing list nginx@nginx.org http://mailm

Re: 答复: 答复: Building Nginx from source for Windows

2017-08-04 Thread David Woodstuck
cd objs/lib/pcre-8.40 NMAKE : fatal error U1077: 'cd' : return code '0x1' Stop. NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 14.0 \VC\bin\nmake.exe"' : return code '0x2' Stop. Please help me out. David On Thu,

Re: 答复: Building Nginx from source for Windows

2017-08-02 Thread David Woodstuck
If I build Nginx by following instructions on http://nginx.org/en/docs/howto_build_on_win32.html on one Window machine, Can I copy it on this machine and paste it on another Window machine and use it? Thanks, David On Wed, Aug 2, 2017 at 1:05 AM, 四弦 wrote: > Hello, > > The binar

Building Nginx from source for Windows

2017-08-01 Thread David Woodstuck
/ngx_http_substitutions_filter_module. The build processs is the same for Linux and Windows( http://nginx.org/en/docs/configure.html). Thanks, David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx installation from source for Windows

2017-08-01 Thread David Woodstuck
I have two questions: 1. How do I install Nginx from source for Windows? 2. If I can install Nginx from source for one Window OS, can I copy Nginx into another Windows? Thanks, David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org

conditional proxy_pass

2017-07-20 Thread David Woodstuck
dev03.mydomain.com/ depending on a value after ? (2). Other request will proxy to http://dev01.mydomain.com/. How do I achieve these requirements? Thanks, David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How to solid three urls into one url for its users

2017-07-16 Thread David Woodstuck
I just use Nginx for a couple of weeks. I have the following questions. I hope I can get your help. I have a big web application whose urls are dev01.mydomain.com, dev02.mydomain and dev03.mydomain.com. I like to use Nginx to deliver this application for its users. On each page, there are a lot of

Re: how to install nginx_substitutions_filter in existing Nginx

2017-06-18 Thread David Woodstuck
have CORS( add_header 'Access-Control-Allow-Origin' '*'). How do I achieve this? Thanks, David On Tue, Jun 6, 2017 at 1:21 PM, Francis Daly wrote: > On Tue, Jun 06, 2017 at 12:27:04AM -0400, David Woodstuck wrote: > > Hi there, > > > I am a new Nginx u

Re: source rpms missing?

2017-06-06 Thread David Kewley
Thanks Konstantin! I see this now: http://nginx.org/packages/centos/6/SRPMS/nginx-1.12.0-1.el6.ngx.src.rpm. Didn't see it yesterday, but maybe I was overlooking it. I did verify that the binary rpms for CentOS and RHEL are identical, so agreed that the CentOS srpm will meet my needs. Davi

How to do proxy in this case

2017-06-06 Thread David Woodstuck
tent2 add_header for XSS I only have limited knowledge of Nignx. I like to use NginxScript to achieve this goal. Can I do it in Nginx. I do appreciate your suggestion and some examples. David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma

how to install nginx_substitutions_filter in existing Nginx

2017-06-05 Thread David Woodstuck
/compiling_source_code_nginx_module_installation_subs_filter_1627/. Should I unstall Nginx first? Thanks, David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: source rpms missing?

2017-06-05 Thread David Kewley
I just discovered that source rpms are also missing for the 1.13 mainline releases. David On Mon, Jun 5, 2017 at 6:00 PM, David Kewley wrote: > In http://nginx.org/packages/rhel/6/SRPMS/ I don't see > nginx-1.12.0-1.el6.ngx.src.rpm as expected. Similar for RHEL 5 and 7, and > fo

source rpms missing?

2017-06-05 Thread David Kewley
this issue, please point me in the right direction. Thanks! David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How to proxy

2017-06-05 Thread David Woodstuck
tent2 add_header for XSS I only have limited knowledge of Nignx. I like to use NginxScript to achieve this goal. Can I do it in Nginx. I do appreciate your suggestion and some examples. David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/ma

SOLVED: Re: stripping www and forcing ssl

2015-03-20 Thread David Benfell
irective. But I looked and there it was. Thanks very much! -- David Benfell See https://parts-unknown.org/node/2 if you don't understand the attachment. pgpnAOrlzllOX.pgp Description: PGP signature ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

stripping www and forcing ssl

2015-03-20 Thread David Benfell
port." The information I'm finding out on the web about this is confusing and contradictory. How should this be done? Thanks! -- David Benfell See https://parts-unknown.org/node/2 if you don't understand the attachment. pgp7BhqiG59d9.pgp D

NGINX Worker process stuck, CPU usage at 100%

2015-03-06 Thread Kazlman, David
x27;t be overwritten by ; PHP call 'ini_set' ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. ; Defining 'extension' will load the corresponding shared extension from ; extension_dir. Defining 'disable_functions' or &#x

How to $POST variables to php-fpm with nginx

2015-02-20 Thread David Benfell
e variable isn't getting passed. I saw the answer at http://serverfault.com/questions/231578/nginx-php-fpm-where-are-my-get-params It doesn't work with this situation; I still get the same error. Thanks! -- David Benfell See https://parts-unknown.org/node/2 if you don't

pretty URLs in subfolders

2015-02-20 Thread David Benfell
subfolder within a folder. nginx doesn't appear willing to let me do that. So I tried moving the nested location directives out and fully qualifying them. nginx doesn't complain about this, but it also isn't handling the pretty URLs right. Thanks! -- David Benfell See https://parts-

Danger to Nginx from raw unicode in paths?

2015-01-25 Thread David
I was recently wondering if I should filter URL's by characters to only allow what is standard in applications. Words, Numbers, and couple characters [.-_/\]. We know the list of supported URL's and Domains is really just a subset of ASCII

Re: 404 on Prestashop 1.5 under nginx

2014-08-12 Thread David B.
pass it to the main controler, if an url rewrited exist it will call the right controller. Regards David -- Posted via http://www.ruby-forum.com/. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: perl module for nginx

2014-05-14 Thread David Coutadeur
Le 14/05/2014 18:58, Maxim Dounin a écrit : Hello! On Wed, May 14, 2014 at 06:47:26PM +0200, David Coutadeur wrote: Hello, I am trying to build a perl access handler module into nginx, thanks to this API : http://nginx.org/en/docs/http/ngx_http_perl_module.html but I have some difficulties

perl module for nginx

2014-05-14 Thread David Coutadeur
? In a near future ? Or do you advise other actions ? Many thanks, David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: embedded perl for nginx official release ?

2014-05-14 Thread David Coutadeur
Ok, thank you for your very complete answer ! Le 14/05/2014 18:29, Maxim Dounin a écrit : Hello! On Wed, May 14, 2014 at 05:54:34PM +0200, David Coutadeur wrote: Thank you Valentin, If I understand well, this is the message at the origin of the embedded perl Nginx ? My question was more

Re: embedded perl for nginx official release ?

2014-05-14 Thread David Coutadeur
now ? I am curious about the perenity and roadmap of each project concerning perl support. Thank you in advance, David Le 14/05/2014 17:35, Valentin V. Bartenev a écrit : On Wednesday 14 May 2014 16:07:46 David Coutadeur wrote: Hi all, I am searching for information about the embedded perl

embedded perl for nginx official release ?

2014-05-14 Thread David Coutadeur
Hi all, I am searching for information about the embedded perl Nginx roadmap... Is it planned to replace standard nginx by this one ? Or to integrate embedded perl into nginx official release ? Or maybe the two projects are too divergent ? Thank you in advance for helping. David

hashing utility?

2014-04-23 Thread David Miller
Does anyone have a command line utility to hash a URL to an nginx object name? I’d like to know what file should be the cached version of a page. TIA, — David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Problems with large object sets?

2014-04-23 Thread David Miller
I’m having trouble with an nginx setup built to serve search engines. Based on the user agent, all bots are served only from cache. We populate the cache with our own set of spiders so we can control the overall load. Total cache size is ~450 GB in ~12 million files. The problem is that abou

Re: Removing a request header in an access phase handler

2014-03-06 Thread David Pesce
Jan Algermissen wrote in post #1114756: > Hi, > > I developing a handler for the access phase. In this handler I intend to > remove a certain header. > > It seems that this is exceptionally hard to do - the only hint I have is > how it is done in the headers_more module. > > However, I wonder, whet

Re: Whitelisting Client Side Certificates

2014-02-26 Thread David Birdsong
On Wed, Feb 26, 2014 at 9:58 AM, David Birdsong wrote: > Having just gone through learning about this over the last few days, > here's what I learned. Take it w/ a grain of salt. > > There are 2 ways I'm aware of. > > 1. turn on strict client verify and limit the ca

Re: Whitelisting Client Side Certificates

2014-02-26 Thread David Birdsong
On Wed, Feb 26, 2014 at 9:58 AM, David Birdsong wrote: > Having just gone through learning about this over the last few days, > here's what I learned. Take it w/ a grain of salt. > > There are 2 ways I'm aware of. > > 1. turn on strict client verify and limit the ca

Re: Whitelisting Client Side Certificates

2014-02-26 Thread David Birdsong
Having just gone through learning about this over the last few days, here's what I learned. Take it w/ a grain of salt. There are 2 ways I'm aware of. 1. turn on strict client verify and limit the ca list that the server knows about. this will cause the server to have a limited view of what certs

Re: Using memcached from an Nginx module

2014-02-12 Thread David Birdsong
On Wed, Feb 12, 2014 at 1:45 PM, erankor2 wrote: > Hi All, > > I want to develop an Nginx HTTP module that gets several values from > memcache, performs some processing on them and returns the result to the > client. I want all memcache operations to be performed asynchronously > without blocking

Re: acess log over nfs hanging

2014-02-11 Thread David Birdsong
On Tue, Feb 11, 2014 at 1:30 AM, Anton Yuzhaninov wrote: > On 02/07/14 20:28, Jader H. Silva wrote: > >> It seems that when some processes are running in the nfs server, the >> share won't >> allow writing for some time and I noticed all nginx workers in status D >> and not >> processing requests

Re: PEM_read_bio_X509 - Installing Cert.

2014-01-28 Thread david
Fixed it. Whitespace - Arrgh. Thanks sorry for the noise. On 1/28/14 6:07 PM, david wrote: I am running into a strange problem. If I cat domain.crt >> bundle.crt ssl_certificate bundle.crt; ssl_certificate_key domain.key; and I try to start nginx I get the following error message.

Re: PEM_read_bio_X509 - Installing Cert.

2014-01-28 Thread david
I forgot to mention that when I try to access the site via a browser if I just to the domain.crt then it pops up a dialog because its just an unsigned cert. Thanks in advance for any pointers. On 1/28/14 6:07 PM, david wrote: I am running into a strange problem. If I cat domain.crt

PEM_read_bio_X509 - Installing Cert.

2014-01-28 Thread david
I am running into a strange problem. If I cat domain.crt >> bundle.crt ssl_certificate bundle.crt; ssl_certificate_key domain.key; and I try to start nginx I get the following error message. nginx: [emerg] PEM_read_bio_X509("bundle.crt") failed (SSL:) If I dont use the bundle I just use the d

proxy_cache purge details

2014-01-16 Thread David Watzke
o store this so that it knows when to delete the files. It's quite difficult for us to find it in the sources, so if you could point us in the right direction, it would be awesome! Thanks, David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Proxy Pass Redirect Problem

2013-12-14 Thread david
Nevermind. I found my error. I was doing kill -HUP and had a typo in my config. I didnt notice until I checked the config. Thank you its working as expected. Sorry for the noise. On 12/13/13 12:48 PM, Maxim Dounin wrote: Hello! On Fri, Dec 13, 2013 at 12:25:02PM -0500, david wrote: Not

Re: Proxy Pass Redirect Problem

2013-12-14 Thread david
; } Perhaps I misunderstood how this works. Thanks in advance for any pointers. On 12/13/13 12:48 PM, Maxim Dounin wrote: Hello! On Fri, Dec 13, 2013 at 12:25:02PM -0500, david wrote: Not sure if this is my configuration causing this symptom or openresty. Here is whats happening. If I try to

Proxy Pass Redirect Problem

2013-12-13 Thread david
Not sure if this is my configuration causing this symptom or openresty. Here is whats happening. If I try to access the store "admin" via: http://mysite.com/admin I am getting proxy redirects sent to my browser and seeing 127.0.0.1:8000/admin in my address bar. Not exactly the result I was l

Re: Upstrea/ Keepalive strange behaviour

2013-12-11 Thread David DONCHEZ
pens. > Thanks for your reply. I suspected that this behavior was normal but it's good to have a confirmation from your side. -- David Donchez - Lead Engineer, Research & Engineering SmartJog | T: +33 1 5868 6190 27 Blvd Hippolyte Marquès, 94200 Ivry-sur-Seine, France www.sm

Upstrea/ Keepalive strange behaviour

2013-12-09 Thread David DONCHEZ
nginx don't receive the response from upstream. Most of the time, nginx uses another upstream server and the transaction is successfully completed. This behavior appears with different upstream server. If someone has experiencing this kind of issue, feedback are welcome ! Thanks, BR.

Re: why the change in links on the wiki?

2013-12-04 Thread David Birdsong
On Wed, Dec 4, 2013 at 2:33 PM, Maxim Dounin wrote: > Hello! > > On Wed, Dec 04, 2013 at 01:04:17PM -0800, David Birdsong wrote: > > > I noticed this a few months back. Why do the links on wiki.nginx.orglink > > to > > nginx.org/en/docs/ instead of to wiki.nginx

why the change in links on the wiki?

2013-12-04 Thread David Birdsong
I noticed this a few months back. Why do the links on wiki.nginx.org link to nginx.org/en/docs/ instead of to wiki.nginx.org? For example: the http core module doc link on http://wiki.nginx.org/Modulespoints -> http://nginx.org/en/docs/http/ngx_http_core_module.html instead of: http://wiki.nginx.o

Re: File Checking Rewriting and Handing off to Back End

2013-11-10 Thread David Legg
On 08/11/2013 22:43, "Francis Daly" wrote: >The arguments to try_files are prefixed with the current $document_root >before being sought as files (with the final argument being magic). > >So if you put your to-be-served file in the correct place, and use the >variables correctly, then it should J

File Checking Rewriting and Handing off to Back End

2013-11-08 Thread David Legg
Hi All, We're starting to make more and more heavy use of Nginx having shifted from Apache, mostly in handing off to backends running Puma and php-fpm. However, wherever possible we naturally want Nginx to serve what it can with only the bare minimum hitting the back end. However, this generall

Re: nginx 1.4.x file upload multipart ecoded

2013-07-26 Thread David J
I was looking at resty upload module. I was curious how to store the file on disk relative to the document root? For some reason it didn't work unless I specified the absolute path. Perhaps I am doing it wrong? On Jul 26, 2013 7:51 AM, "djczaski" wrote: > I have the same problem. The upload mod

Re: SPDY + proxy cache static content failures

2013-07-22 Thread David Gwynne
i am also experiencing this problem running 1.4.2. cheers, dlg On 08/04/2013, at 10:16 PM, spdyg wrote: > Thanks Valentin. I have emailed you (off-list) some debug logs / > screenshots. > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,233497,238195#msg-238195 > > _

Hostname in Root directive.

2013-07-19 Thread David | StyleFlare
I know this may not be safe, but how can I set the hostname in the root directive location /static { ie; root /www/$hostname/static; } ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

C.A.S checking/detections

2013-06-28 Thread David Touzeau
Dear I need to force Nginx to detect if client have a valid CAS ticket and be authentified to the CAS system. This to allow or ban access to websites. Is anybody have tried to build this infrastructure ? I have tried the CAS Module for nginx but is seems an old module that did not support lat

JASIG CAS support/detection

2013-06-27 Thread David Touzeau
Dear I need to force Nginx to detect if client have a valid CAS ticket and be authentified to the CAS system. This to allow or ban access to websites. Is anybody have tried to build this infrastructure ? I have tried the CAS Module for nginx but is seems an old module that did not support lat

Using SNI to route proxy_pass to upstream SSL host

2013-06-22 Thread David Mohl
Hey guys,I am trying to get the following setup running:Nginx is listening to port 443. According to the users host (SNI), it should route the SSL requests to a upstream daemon / host which will take care of SSL certification, handshake and so on.Nginx should not touch the request, just pass it. Si

Debian 7

2013-05-14 Thread David Geistert
Hey, I only want to ask, when the Debian Wheezy package will be released in http://nginx.org/packages/debian/ Best Regards David ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Rewrite rule for all domains.

2013-04-16 Thread David | StyleFlare
Thanks, I will test it. Appreciate it. On 4/16/13 11:07 AM, Jonathan Matthews wrote: On 16 April 2013 15:47, David | StyleFlare wrote: Pardon me if I missed this in the docs... My issue is that I want to rewrite every domain and not create a server block for each. I am trying to rewrite

Rewrite rule for all domains.

2013-04-16 Thread David | StyleFlare
Pardon me if I missed this in the docs... My issue is that I want to rewrite every domain and not create a server block for each. I am trying to rewrite every domain thats pointing to Nginx from www.server.com to server.com currently I am doing uwsgi_pass unix://$host.sock but if the host n

ngx unescape uri bug

2013-03-25 Thread David Shee
I'm Zuwen Shi from China,I find a unescape uri bug in your program. The source code location is src\core\ngx_string.c->ngx_unescape_uri If I put a string "%%s%elect",it convert the string to "%slect",and %% to %,%el to l,actually the right convert is "%%s%elect". So,I patch the ngx_unescape_uri lik