/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-05 / pound 2.0.5 config file syntax

[ << ] [ >> ]

[ Re: [Pound Mailing List] TTL for sessions / ... ] [ Backends over Unix domain socket / Cliff Wells ... ]

pound 2.0.5 config file syntax
Michael Kaplan <Dr.MichaelKaplan(at)alice-dsl.de>
2006-05-15 21:08:14 [ SNIP ]
Hello,

I just compiled Pound-2.0.5 with pcre-6.6 and OpenSSL-0.9.8b
on a Sun Sparc under Solaris 8 with gcc version 3.4.3.
This worked fine, but when I try to start the program with
a pound.cfg like

______________________________________________________
User "nobody"
Group "nogroup"

ListenHTTP
    Address    <IP of my Server>
    Port    81
    xHTTP    1
    WebDAV    1
    Client    2
End

Service
        Url ".*/manage"
        Redirect "<URI>"
End

LogLevel 2

# My 3 Zope instances
Service
        BackEnd
        Address    127.0.0.1
        Port    8080
    End
        BackEnd
        Address    127.0.0.1
        Port    8081
    End
        BackEnd
        Address    127.0.0.1
        Port    8082
    End
End
_________________________________________________________

pound doesn't start telling me

Unknown Listener address ""

What's wrong here? Is this a change in the config-file
format, my mistake or a bug?

Thanks in advance,

Michael



Re: [Pound Mailing List] pound 2.0.5 config file syntax
Robert Segall <roseg(at)apsis.ch>
2006-05-17 19:44:15 [ SNIP ]
On Mon, 2006-05-15 at 21:08 +0200, Michael Kaplan wrote:
> Hello,
> 
> I just compiled Pound-2.0.5 with pcre-6.6 and OpenSSL-0.9.8b
> on a Sun Sparc under Solaris 8 with gcc version 3.4.3.
> This worked fine, but when I try to start the program with
> a pound.cfg like
> 
> ______________________________________________________
> User "nobody"
> Group "nogroup"
> 
> ListenHTTP
>     Address    <IP of my Server>
>     Port    81
>     xHTTP    1
>     WebDAV    1
>     Client    2
> End
> 
> Service
>         Url ".*/manage"
>         Redirect "<URI>"
> End
> 
> LogLevel 2
> 
> # My 3 Zope instances
> Service
>         BackEnd
>         Address    127.0.0.1
>         Port    8080
>     End
>         BackEnd
>         Address    127.0.0.1
>         Port    8081
>     End
>         BackEnd
>         Address    127.0.0.1
>         Port    8082
>     End
> End
> _________________________________________________________
> 
> pound doesn't start telling me
> 
> Unknown Listener address ""
> 
> What's wrong here? Is this a change in the config-file
> format, my mistake or a bug?
> 
> Thanks in advance,
> 
> Michael

My first guess is that you have some control character in your config
file, otherwise the error message would show what you have written.

Second guess: you are not using the config file you show here.

Third guess: PCRE on Solaris has a problem. Are you sure about the
version number? The last version shown on pcre.org is 6.4.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904


Re: [Pound Mailing List] pound 2.0.5 config file syntax
"Eric dai" <daibaoming(at)gmail.com>
2006-05-18 06:32:13 [ SNIP ]
Dear sir:
    Do you have some plan to make config file in XML format ?
I think XML is better than current format

    thanks
    Eric dai
----- Original Message ----- 
From: "Robert Segall" <roseg(at)apsis.ch>
To: <pound(at)apsis.ch>
Sent: Thursday, May 18, 2006 1:44 AM
Subject: Re: [Pound Mailing List] pound 2.0.5 config file syntax


> On Mon, 2006-05-15 at 21:08 +0200, Michael Kaplan wrote:
>> Hello,
>> 
>> I just compiled Pound-2.0.5 with pcre-6.6 and OpenSSL-0.9.8b
>> on a Sun Sparc under Solaris 8 with gcc version 3.4.3.
>> This worked fine, but when I try to start the program with
>> a pound.cfg like
>> 
>> ______________________________________________________
>> User "nobody"
>> Group "nogroup"
>> 
>> ListenHTTP
>>     Address    <IP of my Server>
>>     Port    81
>>     xHTTP    1
>>     WebDAV    1
>>     Client    2
>> End
>> 
>> Service
>>         Url ".*/manage"
>>         Redirect "<URI>"
>> End
>> 
>> LogLevel 2
>> 
>> # My 3 Zope instances
>> Service
>>         BackEnd
>>         Address    127.0.0.1
>>         Port    8080
>>     End
>>         BackEnd
>>         Address    127.0.0.1
>>         Port    8081
>>     End
>>         BackEnd
>>         Address    127.0.0.1
>>         Port    8082
>>     End
>> End
>> _________________________________________________________
>> 
>> pound doesn't start telling me
>> 
>> Unknown Listener address ""
>> 
>> What's wrong here? Is this a change in the config-file
>> format, my mistake or a bug?
>> 
>> Thanks in advance,
>> 
>> Michael
> 
> My first guess is that you have some control character in your config
> file, otherwise the error message would show what you have written.
> 
> Second guess: you are not using the config file you show here.
> 
> Third guess: PCRE on Solaris has a problem. Are you sure about the
> version number? The last version shown on pcre.org is 6.4.
> -- 
> Robert Segall
> Apsis GmbH
> Postfach, Uetikon am See, CH-8707
> Tel: +41-44-920 4904
> 
> 
> -- 
> 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-05/1147720094000/1147887855000

Re: [Pound Mailing List] pound 2.0.5 config file syntax
Robert Segall <roseg(at)apsis.ch>
2006-05-18 18:50:48 [ SNIP ]
No, we have no plans for XML config. As I am sure you realise, "better"
is rather subjective...
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904


RE: [Pound Mailing List] pound 2.0.5 config file syntax
Sérgio Freire <sergio-s-freire(at)ptinovacao.pt>
2006-05-18 19:55:01 [ SNIP ]
I think there's also no need. It's better not to add extra complexity and extra
dependencies without need.

-----Original Message-----
From: Robert Segall [mailto:roseg(at)apsis.ch] 
Sent: Thursday, May 18, 2006 5:51 PM
To: pound(at)apsis.ch
Subject: Re: [Pound Mailing List] pound 2.0.5 config file syntax

No, we have no plans for XML config. As I am sure you realise, "better"
is rather subjective...
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904


-- 
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-05/1147720094000/1147971048000

MailBoxer