|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-11
/
Problems with 2.1.6
[
bottleneck in pound? / pound(at)alacra.com ]
[
Pound and Apache's mod_status / "Igor ... ]
Problems with 2.1.6
"Steve Otto" <sotto(at)kaboodle-inc.com> |
2006-11-11 00:46:41 |
[ FULL ]
|
Hello all,
Thanks for the great software! It's solved several problems for me at
work and continues to get better.
But I am having some problems with 2.1.6. From what I can tell my config
file below is correct. Here is a simplified pound.cfg file:
-------------
Alive 10
LogFacility local7
LogLevel 3
ListenHTTP
Address 192.168.41.28
Port 80
End
Service
Url "^/listitem*"
BackEnd
Address backend1.example.com
Port 80
TimeOut 180
Priority 9
HAport 7
End
Emergency
Address emergency.example.com
End
End
Service
BackEnd
Address backend1.example.com
Port 80
TimeOut 180
HAPort 7
End
Emergency
Address emergency.example.com
End
End
-------------
When I run pound with it, I get this error:
-------
[root(at)maui pound]# !p
pound -c -v -f /etc/pound/pound.cfg
line 12: Port is supported only for INET back-ends
-------
Any suggestions?
[...]
|
|
|
|
|
RE: [Pound Mailing List] Problems with 2.1.6
"Hennie Dekker" <hf.dekker(at)chello.nl> |
2006-11-11 10:17:02 |
[ FULL ]
|
Hi,
What is on line 12 of pound.cfg ?
-----Oorspronkelijk bericht-----
Van: Steve Otto [mailto:sotto(at)kaboodle-inc.com]
Verzonden: zaterdag 11 november 2006 0:47
Aan: pound(at)apsis.ch
Onderwerp: [Pound Mailing List] Problems with 2.1.6
Hello all,
Thanks for the great software! It's solved several problems for me at
work and continues to get better.
But I am having some problems with 2.1.6. From what I can tell my config
file below is correct. Here is a simplified pound.cfg file:
-------------
Alive 10
LogFacility local7
LogLevel 3
ListenHTTP
Address 192.168.41.28
Port 80
End
Service
Url "^/listitem*"
BackEnd
Address backend1.example.com
Port 80
TimeOut 180
Priority 9
HAport 7
End
Emergency
Address emergency.example.com
End
End
Service
BackEnd
Address backend1.example.com
Port 80
TimeOut 180
HAPort 7
End
Emergency
Address emergency.example.com
End
End
-------------
When I run pound with it, I get this error:
-------
[root(at)maui pound]# !p
pound -c -v -f /etc/pound/pound.cfg
line 12: Port is supported only for INET back-ends
-------
Any suggestions?
--
Steve Otto
[...]
|
|
|
Re: [Pound Mailing List] Problems with 2.1.6
"Simon Matter" <simon.matter(at)invoca.ch> |
2006-11-11 10:20:44 |
[ FULL ]
|
> Hello all,[...]
Does backend1.example.com resolv to an IP address? Otherwise Pound assumes
it's a Unix-domain socket and therefore doesn't allow a port to be
configured. Check with
host backend1.example.com
or
nslookup backend1.example.com
that the name resolves correctly at runtime to an IP address.
Regards,
Simon
|
|
|
Re: [Pound Mailing List] Problems with 2.1.6
Steve Otto <sotto(at)kaboodle-inc.com> |
2006-11-11 16:46:17 |
[ FULL ]
|
Duh! Thanks! I was testing my production configuration on a staging test
server and I don't have the same host names in my staging environment.
Thanks for the help.
On 11/11/06 1:20 AM, "Simon Matter" <simon.matter(at)invoca.ch> wrote:
[...][...]
[...]
|
|
|
|