OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   13-May-2006 11:21:56
  Branch: HEAD                             Handle: 2006051310215600

  Modified files:
    openpkg-src/pound       pound.cfg pound.spec

  Log:
    Updating default pound.cfg to actually work with the packaged version.
    Submitted by <skaar>

  Summary:
    Revision    Changes     Path
    1.2         +43 -17     openpkg-src/pound/pound.cfg
    1.48        +1  -1      openpkg-src/pound/pound.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/pound/pound.cfg
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 pound.cfg
  --- openpkg-src/pound/pound.cfg       30 May 2003 21:18:00 -0000      1.1
  +++ openpkg-src/pound/pound.cfg       13 May 2006 09:21:56 -0000      1.2
  @@ -2,25 +2,51 @@
   ##  pound.cfg -- Pound Reverse Proxy Configuration
   ##
   
  -User         @l_nusr@
  -Group        @l_ngrp@
  +User         "@l_nusr@"
  +Group        "@l_ngrp@"
   
  -RootJail     @l_prefix@/var/pound
  +RootJail     "@l_prefix@/var/pound"
   LogLevel     2
  -
  -ListenHTTP   127.0.0.1,8080
  -ListenHTTPS  127.0.0.1,8443 @l_prefix@/etc/pound/pound.pem
  -
  -ExtendedHTTP 1
  -WebDAV       1
  -
   Alive        30
  -Client       30
   
  -UrlGroup     ".*"
  -BackEnd      127.0.0.1,80,1
  -#BackEnd     127.0.0.1,81,2
  -#BackEnd     127.0.0.1,82,3
  -Session      IP 300
  -EndGroup
  +ListenHTTP   
  +    Address    127.0.0.1
  +    Port       8080
  +    xHTTP      1
  +    WebDAV     1
  +    Client     30
  +    CheckURL   ".*"
  +End
  +
  +ListenHTTPS  
  +    Address    127.0.0.1
  +    Port       8443 
  +    Cert       "@l_prefix@/etc/pound/pound.pem"
  +    xHTTP      1
  +    WebDAV     1
  +    Client     30
  +    CheckURL   ".*"
  +End
  +
  +Service
  +    BackEnd      
  +        Address    127.0.0.1
  +        Port       80
  +        Priority   1
  +    End
  +    #BackEnd      
  +    #    Address    127.0.0.1
  +    #    Port       80
  +    #    Priority   2
  +    #End
  +    #BackEnd      
  +    #    Address    127.0.0.1
  +    #    Port       80
  +    #    Priority   3
  +    #End
  +    Session
  +         Type      IP
  +         TTL       300
  +    End
  +End
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/pound/pound.spec
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 pound.spec
  --- openpkg-src/pound/pound.spec      20 Mar 2006 18:31:10 -0000      1.47
  +++ openpkg-src/pound/pound.spec      13 May 2006 09:21:56 -0000      1.48
  @@ -33,7 +33,7 @@
   Group:        Web
   License:      GPL
   Version:      2.0.4
  -Release:      20060320
  +Release:      20060513
   
   #   package options
   %option       with_fsl  yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to