|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-11
[
2007-10 ]
[
2007-12 ]
-
2007-11-30 21:39:03
Quick Start Procedure
/ Fat Bear Incorporated - Pound Mailing List <pound(at)fatbear.com>
I succeeded with the following procedure:
1. Generate Key
openssl genrsa -out www.domain.com.key 1024
openssl pkcs8 -in www.domain.com.key -topk8 -nocrypt -out
www.domain.com.key.pem
veri...
-
2007-11-30 19:10:33
Quick Start Procedure
/ Fat Bear Incorporated - Pound Mailing List <pound(at)fatbear.com>
I've decided to start from scratch since I can't get around the
SSL_CTX_use_PrivateKey_file error that with Pound 2.4e was showing:
error:0B080074:x509 certificate routines:X509_check_private_key...
-
2007-11-30 17:12:15
Mirroring
/ Robert Segall <roseg(at)apsis.ch>
The Pound page, including the mailing list, is now being mirrored on
Google groups at http://groups.google.ch/group/pound_proxy?hl=en
Please let me know if anybody has a problem with that.
--
Robert...
-
2007-11-29 18:42:51
ANNOUNCE: Pound - reverse proxy and load balancer - v2.4e
/ Robert Segall <roseg(at)apsis.ch>
This is to announce the release of Pound v2.4e. Changes in this version:
Enhancements:
- new session type that tracks HTTP parameters (http://x/y;sess). As a
result the URL parameter session type ...
-
2007-11-29 10:32:12
Slow redirects with header location
/ Thorsten Kramm <kramm(at)abacho.net>
Hi Poundusers,
I notice a strange behavior on our websites.
When a page sends a now header pointing the browser to a new location,
it takes several seconds untill the browser goes to the new locatio...
-
2007-11-29 02:29:30
Pound with Verisign Certificates
/ Pete DeLaurentis <pete(at)nextengine.com>
Hi guys,
Has anyone had success using Verisign certificates with Pound? I'm
getting this error:
SSL_CTX_use_PrivateKey_file "/usr/local/etc/pound.pem" failed - aborted
I'm using Verisign's newer...
-
2007-11-26 13:21:26
Passing real visitor IP among Pounds
/ "Adam Lis" <adam.lis(at)gmail.com>
Hi!
As someone pointed here, I have setp up 3-Pound configuration.
Pound on front listens on port 80 and "load-balance" requests
to two other Pounds which carry actual configuration.
I have problem ...
-
2007-11-23 09:23:22
pound not starting
/ "Martin Schawalder" <martin.schawalder(at)streamboat.ch>
Hello
I want to start pound with the following config file:
# config starts
User www-data
Group www-data
LogLevel 0
Alive 30
ListenHTTP 67.202.20.216 ,80
UrlGroup ".*"
BackEnd www.someurl...
-
2007-11-22 12:52:31
Compiling pound
/ "Martin Schawalder" <martin.schawalder(at)streamboat.ch>
Hello
I want to compile pound. When I ran ./configure it was telling me there is
no c compiler on the system.
I found on a GNU Page a short installation guide for gcc
(http://gcc.gnu.org/ml/fortran/2...
-
2007-11-22 02:01:06
SSL_CTX_use_PrivateKey_file Error
/ Fat Bear Incorporated - Pound Mailing List <pound(at)fatbear.com>
I get:
SSL_CTX_use_PrivateKey_file "/path/to/certs/www.domain.com.pem" failed -
aborted
Here's how I built the pem file (renewal certificate obtained via
http://www.supersitename.com that sells st...
-
2007-11-19 21:49:00
Chroot Jail lib in Pound, where?
/ "Terry Lin" <tlin(at)coremobility.com>
Hi Pound List:
I found an Archive that Jean-Francois wrote on 2007-04-19 subject
"Chroot jail libs".
But I checked the path /var/run/chroot/pound/lib, there is no path and
directory?
Where shoul...
-
2007-11-19 21:22:19
Strange redirect behaviour (chunked transfer, 302 redirects)
/ Jean-Francois Stenuit <jfs(at)skynet.be>
Hi there,
We are having a very intermitent problem here, that we can reproduce only from
time to time with Firefox runnning on PPC MacOS X.
Symptoms are as follow :
- browser gets /
- server reply...
-
2007-11-19 19:21:11
Remove failing server from pool
/ Michal Taborsky - Internet Mall <michal.taborsky(at)mall.cz>
Hello everyone.
We run pound successfully, but one minor problem I was not able to
solve. When the server is down (not listening on 80) or timing-out, all
is well. It gets removed from the backend ...
-
2007-11-18 21:12:15
Too many open files
/ Thorsten Kramm <kramm(at)abacho.net>
Hi all pound users,
two weeks ago I installed pound as the load balancer for the german
webportal www.abacho.de.
I compiled pound 2.3.2 on debian etch AMD64.
Everything went fine, but we still get t...
-
2007-11-15 22:31:17
Pound-2.3.2 X-SSL-certificate single-line patch
/ Jeff McCune <mccune(at)math.ohio-state.edu>
Hi,
I'd like to submit a small patch to Pound for inclusion in a future
release.
While using Pound-2.3.2 as an SSL front end for Mongrel, I ran into an
issue where by Mongrel's HTTP parser stric...
-
2007-11-12 20:57:11
I'm not sure I have my timeouts correct in this configuration?
/ "Lists Account" <lists(at)loadbalancer.org>
One of the slower servers in the cluster keeps on making Pound give a "An
internal server error occurred. Please try again later."
I can replicate this by using a simple server sided script:
To simul...
-
2007-11-10 01:34:57
Pound 2.3.2 and libhoard 3.7 - memory leak?
/ Malte Ahrens <malte.ahrens(at)web.de>
Hi all,
I just made some tests with pound 2.3.2 and libhoard 3.7 and I'm facing
some strange problems. When I run pound in that combination memory
consumption of pound is growing constantly. I made ...
-
2007-11-08 18:14:27
Restricting SSL Protocol
/ mark.potter(at)academy.com
I have been handed a requirement to disable SSLv2 as well as all weak
encryption on our servers. We use Pound as a reverse SSL proxy and I have
yet to find the directives by which this would be done...
-
2007-11-01 10:54:28
Re: [Pound Mailing List] Pound SSL Cert questions
/ Michal Taborsky - Internet Mall <michal.taborsky(at)mall.cz>
Hello Terry.
Terry Lin napsal(a):
> 1. Is the file "pound.pem" needs to have key and cert or just the cert?
> Where to put the key?
You put them both in the PEM file. We have the certificate first a...
-
2007-11-01 07:41:18
Static hostname hashing patch
/ Barry Abrahamson <barry(at)automattic.com>
For those whom may be interested --
I just posted a little write up of how we use Pound at WordPress.com
(specifically in regards to our image serving infrastructure):
http://barry.wordpress.com/20...
|