Re: GPG error on Nginx repository - NO_PUBKEY

2013-06-27 Thread Phil Pennock
On 2013-06-27 at 11:41 -0400, B.R. wrote: > The Nginx website's page on Linux > packages provides you with the key file address: > http://nginx.org/en/linux_packages.html You mean: http://nginx.org/keys/nginx_signing.key (And if you import a file retrie

Re: adding expires but not show up in headers

2013-06-27 Thread smith121
Read news update here daily. We introduce new gadgets. [URL="http://viktorix.com/"]Event Planning[/URL]. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240201,240401#msg-240401 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/m

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Francis Daly
On Thu, Jun 27, 2013 at 01:02:30PM -0400, Ben Johnson wrote: > On 6/27/2013 12:42 PM, Ben Johnson wrote: Hi there, > > I don't want PMA (anything within the /pma/ location) to be accessible > > over a plaintext connection. In other words, I wish to force HTTPS. > location ^~ /pma/ { > root /

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Francis Daly
On Thu, Jun 27, 2013 at 12:55:22PM -0400, Ben Johnson wrote: > On 6/27/2013 12:42 PM, Ben Johnson wrote: Hi there, > location ~* /pma { > return 301 /pma/; > } > > With this block, the "main site" seems to function as expected, and all > of the redirects that I identified previously work as

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Francis Daly
On Thu, Jun 27, 2013 at 12:42:34PM -0400, Ben Johnson wrote: > On 6/26/2013 5:33 PM, Francis Daly wrote: > > On Wed, Jun 26, 2013 at 10:22:21AM -0400, Ben Johnson wrote: Hi there, > That's exactly what I've done; these directives reside within an include > file that I include from within each vho

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

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread B.R.
Hello again, I resorted to the "if" control structure because, without it, the > browser became stuck in a redirect-loop. (The reason for this is > obvious.) Then again, I suppose that the redirect-loop would occur > regardless of whether I use a "return 301" or "rewrite". > > How would you recom

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Ben Johnson
On 6/27/2013 1:15 PM, B.R. wrote: > Hello, > > On Thu, Jun 27, 2013 at 1:02 PM, Ben Johnson > wrote: > > > > On 6/27/2013 12:42 PM, Ben Johnson wrote: > > I don't want PMA (anything within the /pma/ location) to be accessible > > over a plaintext con

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread B.R.
Hello, On Thu, Jun 27, 2013 at 1:02 PM, Ben Johnson wrote: > > > On 6/27/2013 12:42 PM, Ben Johnson wrote: > > I don't want PMA (anything within the /pma/ location) to be accessible > > over a plaintext connection. In other words, I wish to force HTTPS. > > > > Do I need to add something somethi

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Ben Johnson
On 6/27/2013 12:42 PM, Ben Johnson wrote: > I don't want PMA (anything within the /pma/ location) to be accessible > over a plaintext connection. In other words, I wish to force HTTPS. > > Do I need to add something something like this to the location block? > > rewrite ^ https://domain.com

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Ben Johnson
On 6/27/2013 12:42 PM, Ben Johnson wrote: > I'm not the type to accept "good enough". I want it to be perfect :). > > What would be your preferred course of action to eliminate the internal > rewrite and instead perform an external redirect for /pma, /PMA, and > /PMA/ (all redirected to /pma/)?

Re: Trouble adding /pma location to all virtual hosts

2013-06-27 Thread Ben Johnson
On 6/26/2013 5:33 PM, Francis Daly wrote: > On Wed, Jun 26, 2013 at 10:22:21AM -0400, Ben Johnson wrote: > > Hi there, > >> I was able to accomplish my objective with some help from the tutorial >> at: > > It's good that you've got it working now. > > There are a few things that you might lik

Re: GPG error on Nginx repository - NO_PUBKEY

2013-06-27 Thread B.R.
Hello, VirtualBox website's instructionson how to install their Linux packages provides a great 1-line key adding command (key not stored in a file, simply piped to the standard input of apt-key): wget -q protocol://some.key -O- | sudo apt-key add

Re: GPG error on Nginx repository - NO_PUBKEY

2013-06-27 Thread nishalspace
Even I was getting this error "W: GPG error: http://nginx.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABF5BD827BD9BF62", so I started searching and landed here. And Yes, that mail thread reply really worked for me. $ wget htt