Re: [Pound Mailing List]

2013-09-18 Thread Alan McGinlay - SICS
to introduce, a configuration option to enable zlib compression for ssl connections ? Regards, Coleman Corrigan. -- To unsubscribe send an email with subject unsubscribe to pound@apsis.ch. Please contact ro...@apsis.ch for questions. -- Alan McGinlay UNIX Network 0707731527 -- To unsubscribe

Re: [Pound Mailing List] Err503: Unknown directive?

2013-07-17 Thread Alan McGinlay
Perhaps you could post a complete (sanitised) version of your pound.cfg and any imported files. /A On Wed 17 Jul 2013 11:51:07 CEST, Andreas Hilboll wrote: On 17.07.2013 11:20, Bussi Andrea wrote: On 07/17/2013 10:23 AM, Andreas Hilboll wrote: Hi, I want to configure an error page in my

Re: [Pound Mailing List] How to publish one page in https, the others in http

2013-06-28 Thread Alan McGinlay
This should do the trick: ListenHTTP Address IPADDR Port80 Service HeadRequire ^Host:\s*mywebsite.com.* URL /Login?user.* Redirect 301 https://mywebsite.com; End Service HeadRequire ^Host:\s*mywebsite.com.* BackEnd

Re: [Pound Mailing List] How to publish one page in https, the others in http

2013-06-28 Thread Alan McGinlay
is minimal to say the least and you get a lot of benefits. It can solve issues of running say Varnish cache in front of drupal not working properly because of ssl as well. On fre 28 jun 2013 14:51:59, Alan McGinlay wrote: This should do the trick: ListenHTTP Address IPADDR Port80

Re: [Pound Mailing List] How to publish one page in https, the others in http

2013-06-28 Thread Alan McGinlay
for this solution. I will try it as soon as possible. I'm agree with the fact that full ssl is better (and simpler) than this solution, but I have no choice... -Message d'origine- De : Alan McGinlay [mailto:al...@sics.se] Envoyé : vendredi 28 juin 2013 15:00 À : pound@apsis.ch Objet : Re: [Pound

Re: [Pound Mailing List] Current development status

2013-06-19 Thread Alan McGinlay
I haven't posted much to the list so far but have tried to help out once or twice when I know the answer to a question, and have had questions of my own.. all of which have been answered. I also started a Puppet module a while back which I am using in production, it has more added to it than

Re: [Pound Mailing List] Too many redirects

2013-06-19 Thread Alan McGinlay
Hmm, I'm not awesome at spotting that kind of issue (sounds like one of those things you stare at for hours before noticing something really obvious :) ) A good start would be to enable redirect logging in Apache as this will tell you exactly what is going on: RewriteLog

Re: [Pound Mailing List] Re: restarting pound with new config and session affinity (dynamically add a backend server)

2013-06-17 Thread Alan McGinlay
This previous thread from 2007 touches on the subject with some good advice: http://www.apsis.ch/pound/pound_list/archive/2007/2007-09/118968985 Kristine, you mean like in most init scripts? Poundctl doesn't have reload as an option so neither does the init script (afaik) /a On mån 17

Re: [Pound Mailing List] HTTP Listen Address as variable?

2013-01-25 Thread Alan McGinlay
2013-01-25 13:19, Pat Erler skrev: hi, we like to have a pound server on standby in case the live server fails. problem is, that we can't keep the pound.cfg centralized as the HTTP/HTTPS Listen - Address line is server specific. is there a way to fill this variable with the `hostname` for

Re: [Pound Mailing List] Set backend for Apache userdirs

2013-01-08 Thread Alan McGinlay
2013-01-07 16:11, Alan McGinlay skrev: Hi, I am trying to find a good way to redirect example.com/~username to a specific backend (which will run apache and nfs mounted home directories) in order to keep users public_html and nfs mounts off of our main webserver. We also have multiple domains

Re: [Pound Mailing List] Proxy a request to new URL

2013-01-08 Thread Alan McGinlay
Hi, This is not a feature supported by pound. Assuming you are using Apache, you can use rewrites as follows: RewriteRule ^old/(.*)/$ http://example.com/new/app/$1 [R=301,L] /Alan Den tis 8 jan 2013 17:37:03 skrev Derr, Alex: Hi, I am attempting to proxy some image files from an old URL

[Pound Mailing List] Set backend for Apache userdirs

2013-01-07 Thread Alan McGinlay
Hi, I am trying to find a good way to redirect example.com/~username to a specific backend (which will run apache and nfs mounted home directories) in order to keep users public_html and nfs mounts off of our main webserver. We also have multiple domains pointing at the same backend but I

[Pound Mailing List] SSL_CTX_use_PrivateKey_file Driving me insane

2012-09-27 Thread Alan McGinlay
Hi All, I have been getting this error now no matter what I do when trying to setup and HTTPS listener with a self signed cert. /etc/pound/pound.cfg line 56: SSL_CTX_use_PrivateKey_file failed - aborted I have generated the ssl cert in myriad different ways, always with the same result. I

Re: [Pound Mailing List] SSL_CTX_use_PrivateKey_file Driving me insane

2012-09-27 Thread Alan McGinlay
. ~Scott On 27 September 2012 10:16, Alan McGinlay al...@sics.se mailto:al...@sics.se wrote: Hi All, I have been getting this error now no matter what I do when trying to setup and HTTPS listener with a self signed cert. /etc/pound/pound.cfg line 56: SSL_CTX_use_PrivateKey_file

Re: [Pound Mailing List] Puppet pound module

2012-09-27 Thread Alan McGinlay
by the module at all. If you could send me some example configs I would really appreciate it. I will update the module to cover as many as possible and if your site is using puppet then it can only benefit you :) /A 2012-09-25 13:15, Alan McGinlay skrev: Hi, I have created a Puppet module

[Pound Mailing List] Puppet pound module

2012-09-25 Thread Alan McGinlay
Hi, I have created a Puppet module for the Pound service. It is both my first attempt at a puppet module and also the first time I have seriously used Pound. https://github.com/mrintegrity/puppet-pound It is pretty basic at the moment but covers the most basic usage requirements. I would

Re: [Pound Mailing List] redirect to holding page?

2012-09-25 Thread Alan McGinlay
You are probably looking for the Emergency Backend feature: Emergency Directives enclosed between an Emergency and the following End directives define an emergency back-end server (see below for details). You may define only one emergency server per service, which Pound will attempt to