|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2008
/
2008-03
/
Unknown Listener address
[
Re: [Pound Mailing List] maintaining session when ... ]
[
Online Configuration Documentation? / ... ]
Unknown Listener address
Duane Davis <duaned(at)nocturnal.net> |
2008-03-20 15:23:16 |
[ FULL ]
|
I am trying to get Pound running under Solaris 10 (Sparc). It compiled
and installed cleanly but won't run.
starting...
line 5: Unknown Listener address "0.0.0.0"
Here's my config
-------------------------------------------------
LogFacility local6
LogLevel 2
ListenHTTP
Address 0.0.0.0
Port 80
xHTTP 0
Service "mydomain.com"
HeadRequire "Host:.mydomain.com.*"
BackEnd
Address 10.1.30.132
Port 80
End
End
End
-------------------------------------------------
I've also tried it with a real listener IP address and a FQDN. PCRE is
version 7.6.
Any suggestions?
Thanks,
Duane
|
|
|
Re: [Pound Mailing List] Unknown Listener address
Calomel <poundlist(at)calomel.org> |
2008-03-20 16:33:00 |
[ FULL ]
|
The "Address" must be a real ip address that pound will bind to. "0.0.0.0"
will not work. Perhaps you want to bind to localhost (127.0.0.1) or an
external interface?
Pound secure reverse proxy "how to"
http://calomel.org/pound.html
--
Calomel (at) http://calomel.org
Open Source Research and Reference
On Thu, Mar 20, 2008 at 07:23:16AM -0700, Duane Davis wrote:[...]
|
|
|
Re: [Pound Mailing List] Unknown Listener address
Duane Davis <duaned(at)nocturnal.net> |
2008-03-20 17:44:11 |
[ FULL ]
|
It doesn't make any difference what I use, 0.0.0.0, an interface address
or 127.0.0.1, I get the same error.
starting...
line 11: Unknown Listener address "127.0.0.1"
Duane
Calomel wrote:[...][...][...]
|
|
|
|
|
Re: [Pound Mailing List] Unknown Listener address
Robert Segall <roseg(at)apsis.ch> |
2008-03-27 18:42:00 |
[ FULL ]
|
On Thu, 2008-03-20 at 09:44 -0700, Duane Davis wrote:[...]
The address MUST be resolvable. Try nslookup 127.0.0.1 at the shell
prompt to check on that.[...]
|
|
|
Re: [Pound Mailing List] Unknown Listener address
Duane Davis <duaned(at)nocturnal.net> |
2008-03-28 23:41:47 |
[ FULL ]
|
Robert Segall wrote:[...][...]
>>> The "Address" must be a real ip address that pound will bind to.
"0.0.0.0"
>>> will not work. Perhaps you want to bind to localhost (127.0.0.1)
or an
>>> external interface?
>>>
>>> Pound secure reverse proxy "how to"
>>> http://calomel.org/pound.html
>>>
>>> --
>>> Calomel (at) http://calomel.org
>>> Open Source Research and Reference
>>>
>>>
>>> On Thu, Mar 20, 2008 at 07:23:16AM -0700, Duane Davis wrote:
>>>
>>>
>>>> I am trying to get Pound running under Solaris 10 (Sparc). It
compiled
>>>> and installed cleanly but won't run.
>>>>
>>>> starting...
>>>> line 5: Unknown Listener address "0.0.0.0"
>>>>
>>>> Here's my config
>>>> -------------------------------------------------
>>>> LogFacility local6
>>>> LogLevel 2
>>>>
>>>> ListenHTTP
>>>> Address 0.0.0.0
>>>> Port 80
>>>> xHTTP 0
>>>>
>>>> Service "mydomain.com"
>>>> HeadRequire "Host:.mydomain.com.*"
>>>>
>>>> BackEnd
>>>> Address 10.1.30.132
>>>> Port 80
>>>> End
>>>> End
>>>> End
>>>>
>>>> -------------------------------------------------
>>>>
>>>> I've also tried it with a real listener IP address and a FQDN.
PCRE is
>>>> version 7.6.
>>>>
>>>> Any suggestions?
>>>> [...]
It is resolvable[...]
I've even tried it with one of my real (routable) IPs, which also
resolve. Same result.
Duane
|
|
|
|
|
Re: [Pound Mailing List] Unknown Listener address
Duane Davis <duaned(at)nocturnal.net> |
2008-03-30 18:04:19 |
[ FULL ]
|
Robert Segall wrote:[...]
Doesn't make any difference.
] nslookup 127.0.0.1
Server: 10.1.40.1
Address: 10.1.40.1#53
1.0.0.127.in-addr.arpa name = localhost.
] nslookup localhost
Server: 10.1.40.1
Address: 10.1.40.1#53
Name: localhost
Address: 127.0.0.1
] pound
starting...
line 11: Unknown Listener address "127.0.0.1"
|
|
|
|
|
Re: [Pound Mailing List] Unknown Listener address
David L Kensiski <David(at)SchoolLoop.com> |
2008-03-31 20:05:45 |
[ FULL ]
|
I think this is a bug in the Solaris resolver library. I ran into
the exact same problem and put debugging prints into the code and the
gethostaddr() system call wasn't behaving as I think it should. I am
waiting for an outage window to patch my system and try again. If
you have the opportunity to patch, I'd love to hear your results.
--Dave
On Mar 30, 2008, at 9:04 AM, Duane Davis wrote:
[...][...][...]
|
|
|
|