----------------------------------------------------------------------

                          mod_perl digest
 
               January 21, 2001 - January 27, 2001

----------------------------------------------------------------------

Recent happenings in the mod_perl world...


Features

  o mod_perl status
  o cvs patches
  o mailing list highlights
  o news
  o FAQ of the week
  o links


mod_perl status

  o mod_perl
    - stable: 1.25 (released January 29, 2001) [1]
    - development: 1.25_01-dev [2]
  o Apache
    - stable: 1.3.17 (released January 29, 2001) [3]
    - development: 1.3.18-dev [4]
  o Perl
    - stable: 5.6 (released March 23, 2000) [5]
    - development: 5.7 [6]


cvs patches

  o Use unsigned short rather than short for Apache::Server->port [7]

  o Apache::Server->loglevel can now be modified [8]

  o DSO support for hpux with native cc/lda [9]

  o Fix for the Config.pm overriding mechanism [10]

  o Disable port test in api.pl [11]

  o Two tweaks for 5.004_04 [12] [13]
  
  o avoid 'prototype mismatch' warnings in 
    Apache::PerlRun::flush_namespace [14] [15]


mailing list highlights

  o The wait is over - mod_perl 1.25 is here [16]

  o There is a bug in $r->args() that causes query strings like 
    ?arg1&arg2=val2 to improperly map when assigned to a hash [17]

  o Long thread of the week goes to the discussion of the merits
    of pseudo-hashes [18]

  o TCP5 Call for papers is drawing to a close [19]

  o Apparently, AOL is occasionally sending bad headers in the form of
      Content-Type: applicationontent-Type:  [20]


news

  o Apache 1.3.17 was just released [21].  New features of note:

      - Add a new LogFormat directive, %c, that will log connection
        status at the end of the response as follows:
        'X' - connection aborted before the response completed
        '+' - connection may be kept-alive by the server
        '-' - connection will be closed by the server

      - Fix Content-Length calculation when doing Range header
        processing.  This makes PDF byteserving work again

      - Make cgi-bin work as a regular directory when using
        mod_vhost_alias with no VirtualScriptAlias directives

      - Several mod_rewrite fixes, including variable look-ahead and
        nested RewriteMap lookups

      - More Windows and NetWare patches than you can shake a stick at

    see Changes [22] for a full list of new features and bug fixes


FAQ of the week

  o I'm trying to make mod_perl with Apache 1.3.14 (or later), but see 
    the error:

    "Apache Version 1.3.0 required, aborting..."

    Using mod_perl with Apache 1.3.14 or 1.3.17 requires an upgrade to
    at least mod_perl 1.24_01 (or some hacking around). Get the latest
    version from the mod_perl distribution page [23].


links
    
  o The Apache/Perl Integration Project [24]
  o mod_perl documentation [25]
  o mod_perl modules on CPAN [26]
  o mod_perl homepage [27]
  o mod_perl news and advocacy [28]
  o mod_perl list archives [29] [30]


happy mod_perling...

--Geoff
[EMAIL PROTECTED]

----------------------------------------------------------------------
[1] http://perl.apache.org/dist/
[2] http://perl.apache.org/from-cvs/modperl/
[3] http://www.apache.org/dist/
[4] http://dev.apache.org/from-cvs/apache-1.3/
[5] http://www.perl.com/pub/language/info/software.html#stable
[6] http://www.perl.com/pub/language/info/software.html#devel
[7] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98040666901678&w=2
[8] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98040860504352&w=2
[9] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98048908828988&w=2
[10] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98052738318946&w=2
[11] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98053430207313&w=2
[12] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98079192526172&w=2
[13] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98079785210916&w=2
[14] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98080509931383&w=2
[15] http://marc.theaimsgroup.com/?l=apache-modperl-cvs&m=98080685903506&w=2
[16] http://forum.swarthmore.edu/epigone/modperl/swellimplol
[17] http://forum.swarthmore.edu/epigone/modperl/quulendzerm
[18] http://forum.swarthmore.edu/epigone/modperl/quehwhehdul
[19] http://forum.swarthmore.edu/epigone/modperl/fartunspang
[20] http://forum.swarthmore.edu/epigone/modperl/primpbilste
[21] http://marc.theaimsgroup.com/?l=apache-announce&m=98082142003681&w=2
[22] http://www.apache.org/dist/CHANGES
[23] http://perl.apache.org/dist/mod_perl-1.25.tar.gz
[24] http://perl.apache.org
[25] http://perl.apache.org/#docs
[26] http://www.cpan.org/modules/by-module/Apache/
[27] http://www.modperl.com
[28] http://www.take23.org
[29] http://forum.swarthmore.edu/epigone/modperl/
[30] http://marc.theaimsgroup.com/?l=apache-modperl&r=1&w=2

Reply via email to