|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2009
/
2009-03
[
2009-02 ]
[
2009-04 ]
-
2009-03-31 05:02:27
The easiest way to install Pound on FreeBSD
/ Olivier Nicole <on(at)cs.ait.ac.th>
Hi,
Here is the easiest way i found to install Pound on FreeBSD (6.4 amd64).
- install OpenSSL from /usr/ports/security/openssl
- in /usr/local/openssl add a link to /usr/local/include and /usr/local...
-
2009-03-29 08:07:42
pound on FreeBSD 6.4 amd64
/ Olivier Nicole <on(at)cs.ait.ac.th>
Hi,
I am having problems with the following very simple configuration for pound on
FreeBSD 6.4 (amd64):
ListenHTTPS
Address 192.41.170.47
Port 443
Cert "/usr/local/ssl/crt/pound/www2.cs.ait.ac...
-
2009-03-27 11:56:02
jsessionid
/ "Blom, R." <RBlom(at)cvz.nl>
Hello,
I'm new with pound, did some testing and have a question.
Our application keeps session information in the URL like this:
"lservlet;jsessionid=". To let pound keep track of these sessions I
w...
-
2009-03-26 02:49:00
Forward HTTP headers problem...
/ Patrick Ma <cgeyma(at)hotmail.com>
This is a re-post of a private email to Robert.
I am encountering an issue with Pound 2.3.2 but am not sure if it is actually Pound's problem.
I have a situation that a third party cookie comes i...
-
2009-03-25 18:38:06
Re: [Pound Mailing List] Request: add client IP to e500 error log message
/ Robert Segall <roseg(at)apsis.ch>
On Fri, 2009-01-23 at 10:25 -0800, Jacob Anderson wrote:
> Hello,
>
> Can you please add the client IP to the error log when any internal pound
> errors, e.g. e500, are generated?
>
> The current m...
-
2009-03-25 18:34:17
Re: [Pound Mailing List] connect_nb: error after getsockopt: Connection refused
/ Robert Segall <roseg(at)apsis.ch>
On Wed, 2009-02-18 at 11:28 -0700, Jon Garvin wrote:
> I'm starting to see a lot of these errors in my messages log...
>
> connect_nb: error after getsockopt: Connection refused
>
> Googling around...
-
2009-03-25 18:23:23
Patches/Goodies
/ Joe Gooch <mrwizard(at)k12system.com>
It's that time again when I look at the current version of Pound and see what I can do to make it work better in my environment. As such, I've done a couple patches for Pound 2.4.4 which others may b...
-
2009-03-25 17:10:00
https access on my web server
/ Sylvain Desveaux <sdesveaux-ml(at)sisteer.com>
Hello all,
I used pound in DMZ with https.
My config is 1 dns name / 1 web site.
Here my config :
ListenHTTPS
Address 0.0.0.0
Port 443
Cert "xxx.pem"
xHTTP ...
-
2009-03-23 22:55:30
case insensitive URL directive
/ "Peter Zsigmond" <Peter.Zsigmond(at)teligence.net>
Hi,
Do you guys know a way to make my url matching case-insensitive? I'm
working with a bunch of windows webservers and the requests I'm getting
are all mixed up.
Thanks,
Peter
...
-
2009-03-23 22:54:08
Multiple Address lines per listener
/ "(private) HKS" <hks.private(at)gmail.com>
I think the answer is no, but is it possible to configure a single
Listener on multiple addresses? Something like:
ListenHTTP
Address 10.1.1.1
Address 10.1.1.2
Port 80
...
-
2009-03-16 14:00:49
location headers problems
/ Emilio Campos <emilio.campos.martin(at)gmail.com>
Hi, i am configuring pound 2.4.4 with this listenhttp:
ListenHTTP
Address 192.168.1.50
Port 80
RewriteLocation 1
#RewriteDestination 1
Service
...
-
2009-03-10 11:26:27
Re: [Pound Mailing List] e503 no service
/ =?UTF-8?B?RMOhbmllbCBWw6Fzw6FyaGVseWk=?= <asdmin(at)gmail.com>
On Tue, Mar 10, 2009 at 10:57 AM, Dániel Vásárhelyi <asdmin(at)gmail.com> wrote:
> I even looked into the code but I'm not quite sure what conditions met
> if pound experiences this problem. Would any...
-
2009-03-10 10:57:37
e503 no service
/ =?UTF-8?B?RMOhbmllbCBWw6Fzw6FyaGVseWk=?= <asdmin(at)gmail.com>
Hi,
I even looked into the code but I'm not quite sure what conditions met
if pound experiences this problem. Would anyone be so kind to explain
this?
Daniel
--
Dániel Vásárhelyi
“He who ask...
-
2009-03-09 17:40:37
unexpected too many open files
/ =?UTF-8?B?RMOhbmllbCBWw6Fzw6FyaGVseWk=?= <asdmin(at)gmail.com>
Hi,
Once my logs got filled with $SUBJECT. On the backend webserver, I
could see fairly stable 500 concurrent connections (always in range of
495-505) while serving static files. What kind of limitat...
-
2009-03-09 08:23:06
Using URL matching to distribute to different servers
/ Sebastiaan van Erk <sebster(at)sebster.com>
Hi,
I'm trying to use Pound to direct some URLs (site vs user directories)
to different backend servers.
Basically, this is my configuration:
Service
HeadRequire "^Host:\s*(www\.)?sebster\...
-
2009-03-02 17:48:31
redirecting to https with pound
/ Sebastiaan van Erk <sebster(at)sebster.com>
Hi,
I'm trying to achieve the equivalent of:
# Redirect to https
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
I'm using pound to terminate a bunch o...
|