|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-09
/
problems after upgrading to 2.1.3
[
SVN + Pound / Tim Perrett <tperrett(at)butleran... ]
[
Errors in logs not very helpful / Jon Garvin ... ]
problems after upgrading to 2.1.3
Christian Sell <cse(at)dynabean.de> |
2006-09-23 23:38:03 |
[ SNIP ]
|
Hello,
I have upgraded from a 2.0.4 install to version 2.1.3 (actually its 2.1.2 with
the fprintf line removed). Now I realize that a configuration that previously
worked now returns 501 errors, with messages like below in the log:
pound: bad request "GET /manage HTTP/1.1" from XXX
the config I used is:
ListenHTTP
...
Service
Url "/manage$"
Redirect "https://85.214.44.111/manage/"
End
End
and
ListenHTTPS
Address 85.214.44.111
Port 443
MaxRequest 153600
Cert "/etc/pound/some.pem"
AddHeader "HTTPS: ON"
End
any hints?
thanks,
Christian
|
|
|
Re: [Pound Mailing List] problems after upgrading to 2.1.3
Christian Sell <cse(at)dynabean.de> |
2006-09-24 00:02:51 |
[ SNIP ]
|
ok, fixed. A real update to 2.1.3 did it.
Zitat von Christian Sell <cse(at)dynabean.de>:
> Hello,
>
> I have upgraded from a 2.0.4 install to version 2.1.3 (actually its 2.1.2
> with
> the fprintf line removed). Now I realize that a configuration that previously
> worked now returns 501 errors, with messages like below in the log:
>
> pound: bad request "GET /manage HTTP/1.1" from XXX
>
>
> the config I used is:
>
> ListenHTTP
> ...
> Service
> Url "/manage$"
> Redirect "https://85.214.44.111/manage/"
> End
> End
>
> and
>
> ListenHTTPS
> Address 85.214.44.111
> Port 443
> MaxRequest 153600
> Cert "/etc/pound/some.pem"
> AddHeader "HTTPS: ON"
> End
>
> any hints?
> thanks,
> Christian
>
>
> --
> To unsubscribe send an email with subject 'unsubscribe' to pound(at)apsis.ch.
> Please contact roseg(at)apsis.ch for questions.
> http://www.apsis.ch/pound/pound_list/archive/2006/2006-09/1159047483000
>
|
|
|
|