I am not clear on how this would work in the nginx.conf file.<div><br></div><div>Also, aren't there security risks using the headers?  Can't someone spoof the headers and gain access that way?</div><div><br></div><div>

Like I said, this is all rather unclear to me.</div><div><br></div><div><br><br><div class="gmail_quote">On Sun, Aug 19, 2012 at 6:24 PM, Jonathan Matthews <span dir="ltr"><<a href="mailto:contact@jpluscplusm.com" target="_blank">contact@jpluscplusm.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 19 August 2012 22:32, Bob Stanton <<a href="mailto:farseas@gmail.com">farseas@gmail.com</a>> wrote:<br>


> I want to find a secure but simple method for authenticating users in an<br>
> Nginx environment.<br>
><br>
> I have succeeded in figuring out the auth_basic mod but that does not meet<br>
> my needs.<br>
><br>
> I specifically want to supply my own form, get the username and PW, check it<br>
> against my DB with a CGI program, and then pass values back to Nginx.<br>
<br>
</div>Use proxy_pass (<a href="http://nginx.org/r/proxy_pass" target="_blank">http://nginx.org/r/proxy_pass</a>) or fastcgi_pass<br>
(<a href="http://nginx.org/r/fastcgi_pass" target="_blank">http://nginx.org/r/fastcgi_pass</a>) to communicate the Auth headers to<br>
your daemon, which should then respond with whatever page you want<br>
your users to see in the event of auth success or failure.<br>
<br>
There are many configuration examples for these on the interwebs.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jonathan<br>
--<br>
Jonathan Matthews<br>
Oxford, London, UK<br>
<a href="http://www.jpluscplusm.com/contact.html" target="_blank">http://www.jpluscplusm.com/contact.html</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>