<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>announce@httpd.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/httpd-announce/"/>
<id>http://mail-archives.apache.org/mod_mbox/httpd-announce/</id>
<updated>2009-12-07T04:26:44Z</updated>
<entry>
<title>CVE-2009-3555 - apache/mod_ssl vulnerability and mitigation</title>
<author><name>dirkx@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200911.mbox/%3c20091107013220.31376.qmail@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20091107013220-31376-qmail@minotaur-apache-org%3e</id>
<updated>2009-11-07T01:32:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Subject: CVE-2009-3555 - apache/mod_ssl vulnerability and mitigation

Apache httpd is affected by CVE-2009-3555[1] (The SSL Injection 
or MiM attack[2]).

The Apache httpd webserver relies on OpenSSL for the implementation of 
the SSL/TLS protocol.

We strongly urge you to upgrade to OpenSSL 0.9.8l; and to be prepared 
to deploy OpenSSL 0.9.8m as it becomes available[3]. 

Note that these are for short term and mid-term mitigation only; the 
long term solution may well require a modification of the SSL and/or 
TLS protocols[4].

For those who are not able to upgrade OpenSSL swiftly and/or for 
those who need detailed logging - we recommend that you roll out 
this patch[5]:

  http://www.apache.org/dist/httpd/patches/
       apply_to_2.2.14 CVE-2009-3555-2.2.patch
 sha1: 28cd58f3758f1add39417333825b9d854f4f5f43

as soon as possible. This is a partial fix in lieu of the protocol 
issues being addressed and further changes to OpenSSL. Like the 
OpenSSL 0.9.8l stopgap measure this patch rejects 
in-session renegotiation.

If you are unable to patch and unable to roll our a newer version of 
OpenSSL, and you rely on Client Side Authentication with Certificates 
then we recommend that you 1) ensure that you limit your configuration 
to a single 'SSLClient require' on VirtualHost/Sever level and 2) 
remove all other (re)negotiation/require directives. However this does 
NOT fully protect you - it just curtails authentication in this 
specific setting.



1: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555
2: http://www.links.org/?p=780, http://extendedsubset.com/?p=8
3: http://www.openssl.org/source/
   openssl-announce mailing list on
   http://www.openssl.org/support/community.html
4: http://www.ietf.org/mail-archive/web/tls/current/msg03963.html
5: svn diff -r833581:833594 https://svn.apache.org/repos/asf/
   httpd/httpd/trunk/modules/ssl 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSvTOITGmPZbsFAuBAQKpXgQAgoBq0FjmnFwxBYjZQ05cPgHYzE+rBQHg
f142MZWXreBoZyB1pV2CJpmf7BWtmBKQgKIMwk3fWfRs33rvnjhEWjrMBFA4ID8J
0CBLmiwBVxLfCTj7YIBJ71VPn4Mw3iviiIUb1qrW0RaOjGgf4j2ffsapnlpR6lR9
JHDVPFBXl8s=
=OYuY
-----END PGP SIGNATURE-----


</pre>
</div>
</content>
</entry>
<entry>
<title>Apache HTTP Server 2.2.13 Released</title>
<author><name>wrowe@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200908.mbox/%3c20090809052429.9025.qmail@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20090809052429-9025-qmail@minotaur-apache-org%3e</id>
<updated>2009-08-09T05:24:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

   The Apache Software Foundation and the Apache HTTP Server Project are
   pleased to announce the release of version 2.2.13 of the Apache HTTP
   Server ("Apache").  This version of Apache is principally a security
   and bug fix release.  Notably, this version bundles the APR Library
   version 1.3.8 and APR Utility Library version 1.3.9, which address
   a security concern which may be triggered by some third party modules.

   We consider this release to be the best version of Apache available, and
   encourage users of all prior versions to upgrade.

   Apache HTTP Server 2.2.13 is available for download from:

     http://httpd.apache.org/download.cgi

   Apache 2.2 offers numerous enhancements, improvements, and performance
   boosts over the 2.0 codebase.  For an overview of new features
   introduced since 2.0 please see:

     http://httpd.apache.org/docs/2.2/new_features_2_2.html

   Please see the CHANGES_2.2 file, linked from the download page, for a
   full list of changes.  A condensed list, CHANGES_2.2.13 provides the
   complete list of changes since 2.2.12. A summary of security
   vulnerabilities which were addressed in the previous 2.2.12 and earlier
   releases is available:

     http://httpd.apache.org/security/vulnerabilities_22.html

   Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also currently
   available.  See the appropriate CHANGES from the url above.  See the
   corresponding CHANGES files linked from the download page.  The Apache
   HTTP Project developers strongly encourage all users to migrate to
   Apache 2.2, as only limited maintenance is performed on these legacy
   versions.

   This release includes the Apache Portable Runtime (APR) version 1.3.8
   bundled with the tar and zip distributions.  The APR libraries libapr
   and libaprutil (and on Win32, libapriconv) must all be updated to ensure
   binary compatibility and address many known security and platform bugs.

   This release builds on and extends the Apache 2.0 API.  Modules written
   for Apache 2.0 will need to be recompiled in order to run with Apache
   2.2, and require minimal or no source code changes.

     http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING

   When upgrading or installing this version of Apache, please bear in mind
   that if you intend to use Apache with one of the threaded MPMs (other
   than the Prefork MPM), you must ensure that any modules you will be
   using (and the libraries they depend on) are thread-safe.



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] libapreq2-2.12 Released</title>
<author><name>joes@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200903.mbox/%3c20090313230556.40942.qmail@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20090313230556-40942-qmail@minotaur-apache-org%3e</id>
<updated>2009-03-13T23:05:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

        libapreq2-2.12 Released

The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.12 release of libapreq2.  This
Announcement notes significant changes introduced by this release.

libapreq2-2.12 is released under the Apache License
version 2.0.  It is now available through the ASF mirrors

      http://httpd.apache.org/apreq/download.cgi

and has entered the CPAN as 

  file: $CPAN/authors/id/J/JO/JOESUF/libapreq2-2.12.tar.gz
  size: 859412 bytes
  md5: 76e2acde0d82246dea6f2565f3746eec


libapreq2 is an APR-based shared library used for parsing HTTP cookies,
query-strings and POST data.  This package provides

    1) version 2.7.1 of the libapreq2 library,

    2) mod_apreq2, a filter module necessary for using libapreq2
       within the Apache HTTP Server,

    3) the Apache2::Request, Apache2::Cookie, and Apache2::Upload
       perl modules for using libapreq2 with mod_perl2.

========================================================================

Changes with libapreq2-2.12 (released March 13, 2009)

- C API [joes]
  Make the cookie parser a little more flexible.

- Interactive CGI module [issac]
  Allow cgi module to interactively prompt for parameters and cookies when
  running a script from the command line and not from a CGI interface

- Perl Glue [joes]
  Fix the linking of the perl modules to libapreq2 and libapr
  on Solaris.

- Perl Glue [joes]
  Fix install-time linking issue of the .so modules.
  Previously they would remain linked against the src
  library path, not the install path.

- C API [joes]
  Add optional interface for apreq_handle_apache2().

- C API [joes]
  Clean up buggy apreq_hook_find_param().

- Perl Glue Build [Philip M. Gollucci]
  config.status format changed format yet again in autoconf 2.62+.

- License [Mladen Turk]
  Add libapreq.rc and generate libapreq.res

- Build [Mladen Turk]
  Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC
  in the same way as APR declares so that dllexport/dllimport
  get correctly handled.   

- Build [Randy Kobes]
  Add appropriate manifest command to embed manifest files on Win32 
  when using VC8

- C API [Andy Grundman, joes]
  Add missing bytes_read initializer to apreq_handle_custom().

- C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham]
  For Win32, remove the
     flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK;
  in apreq_file_cleanup, to avoid problems with file uploads.

- C API [joes]
  Fix leak associated to calling apreq_brigade_fwrite() on an upload
  brigade.

- Build [Philip M. Gollucci]
  SunOS (Solaris) 
  Users must use gmake not make for building.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22)
  causing mod_apreq2 to be built instead of mod_apreq2.so

- C API [Philip M. Gollucci]
  Fix comparison signed vs unsigned comparison
  in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.

- Build [Philip M. Gollucci]
  SunOS (Solaris)
  fix duplicate link error to libexpat.so -- by using the one from httpd
  exclusively now.

- Build [Philip M. Gollucci]
  code around |#_!!_#| autoconf 2.60 bug.



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache HTTP Server 2.2.11 Released</title>
<author><name>Ruediger Pluem &lt;rpluem@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200812.mbox/%3c49452D5A.4030902@apache.org%3e"/>
<id>urn:uuid:%3c49452D5A-4030902@apache-org%3e</id>
<updated>2008-12-14T15:59:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                       Apache HTTP Server 2.2.11 Released

   The Apache Software Foundation and the Apache HTTP Server Project are
   pleased to announce the release of version 2.2.11 of the Apache HTTP
   Server ("Apache").  This version of Apache is principally a bug fix
   release.

   We consider this release to be the best version of Apache available, and
   encourage users of all prior versions to upgrade.

   Apache HTTP Server 2.2.11 is available for download from:

     http://httpd.apache.org/download.cgi

   Apache 2.2 offers numerous enhancements, improvements, and performance
   boosts over the 2.0 codebase.  For an overview of new features
   introduced since 2.0 please see:

     http://httpd.apache.org/docs/2.2/new_features_2_2.html

   Please see the CHANGES_2.2 file, linked from the download page, for a
   full list of changes.  A condensed list, CHANGES_2.2.11 provides the
   complete list of changes since 2.2.10. A summary of security
   vulnerabilities which were addressed in the previous 2.2.10 and earlier
   releases is available:

     http://httpd.apache.org/security/vulnerabilities_22.html

   Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also currently
   available.  See the appropriate CHANGES from the url above.  See the
   corresponding CHANGES files linked from the download page.  The Apache
   HTTP Project developers strongly encourage all users to migrate to
   Apache 2.2, as only limited maintenance is performed on these legacy
   versions.

   This release includes the Apache Portable Runtime (APR) version 1.3.3
   bundled with the tar and zip distributions.  The APR libraries libapr
   and libaprutil (and on Win32, libapriconv) must all be updated to ensure
   binary compatibility and address many known platform bugs.

   This release builds on and extends the Apache 2.0 API.  Modules written
   for Apache 2.0 will need to be recompiled in order to run with Apache
   2.2, and require minimal or no source code changes.

     http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING

   When upgrading or installing this version of Apache, please bear in mind
   that if you intend to use Apache with one of the threaded MPMs (other
   than the Prefork MPM), you must ensure that any modules you will be
   using (and the libraries they depend on) are thread-safe.





</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache HTTP Server 2.2.10 Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200811.mbox/%3c7CAF0D14-6C8D-42E7-91A5-BD393BCD557E@apache.org%3e"/>
<id>urn:uuid:%3c7CAF0D14-6C8D-42E7-91A5-BD393BCD557E@apache-org%3e</id>
<updated>2008-10-31T11:52:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                       Apache HTTP Server 2.2.10 Released

   The Apache Software Foundation and the Apache HTTP Server Project are
   pleased to announce the release of version 2.2.10 of the Apache HTTP
   Server ("Apache").  This version of Apache is principally a bug and
   security fix release. The following potential security flaws are
   addressed:

     * CVE-2008-2939 (cve.mitre.org)
       mod_proxy_ftp: Prevent XSS attacks when using wildcards in the
       path of the FTP URL. Discovered by Marc Bevand of Rapid7.

   We consider this release to be the best version of Apache  
available, and
   encourage users of all prior versions to upgrade.

   Apache HTTP Server 2.2.10 is available for download from:

     http://httpd.apache.org/download.cgi

   Apache 2.2 offers numerous enhancements, improvements, and  
performance
   boosts over the 2.0 codebase.  For an overview of new features
   introduced since 2.0 please see:

     http://httpd.apache.org/docs/2.2/new_features_2_2.html

   Please see the CHANGES_2.2 file, linked from the download page, for a
   full list of changes.  A condensed list, CHANGES_2.2.10 provides the
   complete list of changes since 2.2.9. A summary of security
   vulnerabilities which were addressed in the previous 2.2.9 and  
earlier
   releases is available:

     http://httpd.apache.org/security/vulnerabilities_22.html

   Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also  
currently
   available.  See the appropriate CHANGES from the url above.  See the
   corresponding CHANGES files linked from the download page.  The  
Apache
   HTTP Project developers strongly encourage all users to migrate to
   Apache 2.2, as only limited maintenance is performed on these legacy
   versions.

   This release includes the Apache Portable Runtime (APR) version 1.3.0
   bundled with the tar and zip distributions.  The APR libraries libapr
   and libaprutil (and on Win32, libapriconv) must all be updated to  
ensure
   binary compatibility and address many known platform bugs.

   This release builds on and extends the Apache 2.0 API.  Modules  
written
   for Apache 2.0 will need to be recompiled in order to run with Apache
   2.2, and require minimal or no source code changes.

     http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING

   When upgrading or installing this version of Apache, please bear in  
mind
   that if you intend to use Apache with one of the threaded MPMs (other
   than the Prefork MPM), you must ensure that any modules you will be
   using (and the libraries they depend on) are thread-safe.




</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache HTTP Server 2.2.9 Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200806.mbox/%3cCC4DD7A9-1C1E-48AA-AE79-A5E009C065F6@apache.org%3e"/>
<id>urn:uuid:%3cCC4DD7A9-1C1E-48AA-AE79-A5E009C065F6@apache-org%3e</id>
<updated>2008-06-14T11:49:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                      Apache HTTP Server 2.2.9 Released

  The Apache Software Foundation and the Apache HTTP Server Project are
  pleased to announce the release of version 2.2.9 of the Apache HTTP  
Server
  ("Apache").  This version of Apache is principally a bug and  
security fix
  release. The following potential security flaws are addressed:

    * CVE-2008-2364 (cve.mitre.org)
      mod_proxy_http: Better handling of excessive interim responses
      from origin server to prevent potential denial of service and high
      memory usage. Reported by Ryujiro Shibuya.

    * CVE-2007-6420 (cve.mitre.org)
      mod_proxy_balancer: Prevent CSRF attacks against the balancer- 
manager
      interface.


  We consider this release to be the best version of Apache available,  
and
  encourage users of all prior versions to upgrade.

  Apache HTTP Server 2.2.9 is available for download from:

    http://httpd.apache.org/download.cgi

  Apache 2.2 offers numerous enhancements, improvements, and performance
  boosts over the 2.0 codebase.  For an overview of new features  
introduced
  since 2.0 please see:

    http://httpd.apache.org/docs/2.2/new_features_2_2.html

  Please see the CHANGES_2.2 file, linked from the download page, for a
  full list of changes.  A condensed list, CHANGES_2.2.9 provides the
  complete list of changes since 2.2.8. A summary of security  
vulnerabilities
  which were addressed in the previous 2.2.8 and earlier releases is  
available:

    http://httpd.apache.org/security/vulnerabilities_22.html

  Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also  
currently
  available.  See the appropriate CHANGES from the url above.  See the
  corresponding CHANGES files linked from the download page.  The Apache
  HTTP Project developers strongly encourage all users to migrate to
  Apache 2.2, as only limited maintenance is performed on these legacy
  versions.

  This release includes the Apache Portable Runtime (APR) version 1.3.0
  bundled with the tar and zip distributions.  The APR libraries libapr
  and libaprutil (and on Win32, libapriconv) must all be updated to  
ensure
  binary compatibility and address many known platform bugs.

  This release builds on and extends the Apache 2.0 API.  Modules  
written
  for Apache 2.0 will need to be recompiled in order to run with  
Apache 2.2,
  and require minimal or no source code changes.

    http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/ 
VERSIONING

  When upgrading or installing this version of Apache, please bear in  
mind
  that if you intend to use Apache with one of the threaded MPMs (other
  than the Prefork MPM), you must ensure that any modules you will be  
using
  (and the libraries they depend on) are thread-safe.




</pre>
</div>
</content>
</entry>
<entry>
<title>ApacheCon Europe Live Video Streaming - Apache 3.0 Keynote by Roy Fielding</title>
<author><name>Lars Eilebrecht &lt;lars@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200804.mbox/%3c20080408142317.7ad83ada@shade.eilebrecht.net%3e"/>
<id>urn:uuid:%3c20080408142317-7ad83ada@shade-eilebrecht-net%3e</id>
<updated>2008-04-08T12:23:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
ApacheCon Europe 2008 takes place 7-11 April in Amsterdam.

  http://www.eu.apachecon.com/

For those of you who can't make it to Amsterdam, there's the Live
Video Streaming! Especially the Apache 3.0 keynote by Roy Fielding
may be of interest to Apache HTTP Server users (see below).

The following select tracks of ApacheCon will be available with the live
video streaming:

- Wednesday, 9 April: System Administration
- Thursday, 10 April: Web Security
- Friday, 11 April: Web Services and Web 2.0

In addition the following keynote sessions will be broadcasted
(free of charge):

- State of the Feather
  Jim Jagielski, Chairman of the Apache Software Foundation,
  Wednesday, 9 April, 09:00 CEST

- Using Audio Technology and Open Content to Reduce Global Illiteracy,
  Poverty and Disease
  Cliff Schmidt, Executive Director of Literacy Bridge,
  Wednesday, 9 April, 09:30 CEST

- Apache and Steam Engines: the Magic of Collaborative Innovation
  Rishab Aiyer Ghosh, Open Source Initiative Board Member,
  Thursday, 10 April, 11:30 CEST

- Apache 3.0 (a Tall Tale)
  Roy Fielding, Co-founder of The Apache Software Foundation, 
  and Vice President, Apache HTTP Server,
  Friday, 11 April, 16:30 CEST

All keynote sessions are available free of charge and for all other
sessions the registration cost is just 99 Euro.

  http://streaming.linux-magazin.de/en/program_apachecon08.htm


Enjoy the sessions!
-- 
Lars Eilebrecht
lars@apache.org


</pre>
</div>
</content>
</entry>
<entry>
<title>Online University diploma degrees</title>
<author><name>fumire principielle &lt;bellezzapronoriega@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200802.mbox/%3c459751.4361.qm@web45504.mail.sp1.yahoo.com%3e"/>
<id>urn:uuid:%3c459751-4361-qm@web45504-mail-sp1-yahoo-com%3e</id>
<updated>2008-02-05T17:11:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Start improving your life!
   
  Bachelors, Masters, MBA and/or Doctorate (PhD)
   
  NO ONE is turned down.
  
7 days a week.
  
Give us a ring..
   
  +12-063-502-94-3
   
  You Need a Better Degree, and we can Help!
Obtain degrees from prestigious non ac Universities based on you life experience.
  
NO ONE is turned down.
  
7 days a week, 24 hours a day.
  Do it now..
   
  Regards,
Professor. Adwoa Alden

       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache HTTP Server 2.2.8 (2.0.63, 1.3.41) Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200801.mbox/%3c8DCA7BEC-DCFD-4628-A209-D641EB9EE8B6@apache.org%3e"/>
<id>urn:uuid:%3c8DCA7BEC-DCFD-4628-A209-D641EB9EE8B6@apache-org%3e</id>
<updated>2008-01-19T17:02:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                        Apache HTTP Server 2.2.8 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the release of version 2.2.8 of the Apache  
HTTP Server
    ("Apache").  This version of Apache is principally a bug and  
security fix
    release. The following potential security flaws are addressed:

      * CVE-2007-6421 (cve.mitre.org)
        mod_proxy_balancer: Correctly escape the worker route and the  
worker
        redirect string in the HTML output of the balancer manager.
        Reported by SecurityReason.

        A flaw was found in the mod_proxy_balancer module. On sites  
where
        mod_proxy_balancer is enabled, a cross-site scripting attack  
against
        an authorized user is possible.

      * CVE-2007-6422 (cve.mitre.org)
        Prevent crash in balancer manager if invalid balancer name is  
passed
        as parameter. Reported by SecurityReason.

        A flaw was found in the mod_proxy_balancer module. On sites  
where
        mod_proxy_balancer is enabled, an authorized user could send a
        carefully crafted request that would cause the Apache child  
process
        handling that request to crash. This could lead to a denial of
        service if using a threaded Multi-Processing Module.

      * CVE-2007-6388 (cve.mitre.org)
        mod_status: Ensure refresh parameter is numeric to prevent
        a possible XSS attack caused by redirecting to other URLs.
        Reported by SecurityReason.

        A flaw was found in the mod_status module. On sites where  
mod_status
        is enabled and the status pages were publicly accessible, a
        cross-site scripting attack is possible. Note that the server- 
status
        page is not enabled by default and it is best practice to not  
make
        this publicly available.

      * CVE-2007-5000 (cve.mitre.org)
        mod_imagemap: Fix a cross-site scripting issue.  Reported by  
JPCERT.

        A flaw was found in the mod_imap module. On sites where
        mod_imap is enabled and an imagemap file is publicly  
available, a
        cross-site scripting attack is possible.

    We consider this release to be the best version of Apache  
available, and
    encourage users of all prior versions to upgrade.

    Apache HTTP Server 2.2.8 is available for download from:

      http://httpd.apache.org/download.cgi

    Apache 2.2 offers numerous enhancements, improvements, and  
performance
    boosts over the 2.0 codebase.  For an overview of new features  
introduced
    since 2.0 please see:

      http://httpd.apache.org/docs/2.2/new_features_2_2.html

    Please see the CHANGES_2.2 file, linked from the download page,  
for a
    full list of changes.  A condensed list, CHANGES_2.2.8 provides the
    complete list of changes since 2.2.6 (2.2.7 was not released). A  
summary
    of security vulnerabilities which were addressed in the previous  
2.2.6
    and earlier releases is available:

      http://httpd.apache.org/security/vulnerabilities_22.html

    Apache HTTP Server 1.3.41 and 2.0.63 legacy releases are also  
currently
    available.  See the appropriate CHANGES from the url above.  See the
    corresponding CHANGES files linked from the download page.  The  
Apache
    HTTP Project developers strongly encourage all users to migrate to
    Apache 2.2, as only limited maintenance is performed on these legacy
    versions.

    This release includes the Apache Portable Runtime (APR) version  
1.2.12
    bundled with the tar and zip distributions.  The APR libraries  
libapr
    and libaprutil (and on Win32, libapriconv) must all be updated to  
ensure
    binary compatibility and address many known platform bugs.

    This release builds on and extends the Apache 2.0 API.  Modules  
written
    for Apache 2.0 will need to be recompiled in order to run with  
Apache 2.2,
    and require minimal or no source code changes.

      http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/ 
VERSIONING

    When upgrading or installing this version of Apache, please bear  
in mind
    that if you intend to use Apache with one of the threaded MPMs  
(other
    than the Prefork MPM), you must ensure that any modules you will  
be using
    (and the libraries they depend on) are thread-safe.



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache HTTP Server 2.0.63 (2.2.8, 1.3.41) Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200801.mbox/%3cB7E5CCD9-41DB-4845-A007-3DF813E287E8@apache.org%3e"/>
<id>urn:uuid:%3cB7E5CCD9-41DB-4845-A007-3DF813E287E8@apache-org%3e</id>
<updated>2008-01-19T17:02:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                        Apache HTTP Server 2.0.63 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the legacy release of version 2.0.63 of the  
Apache
    HTTP Server ("Apache"). This Announcement notes the significant  
changes in
    2.0.63 as compared to 2.0.61 (2.0.62 was not released). This
    Announcement2.0 document may also be available in multiple  
languages at:

            http://www.apache.org/dist/httpd/

    This version of Apache is principally a bug and security fix  
release. The
    following potential security flaws are addressed:

      * CVE-2007-6388 (cve.mitre.org)
        mod_status: Ensure refresh parameter is numeric to prevent
        a possible XSS attack caused by redirecting to other URLs.
        Reported by SecurityReason.

        A flaw was found in the mod_status module. On sites where  
mod_status
        is enabled and the status pages were publicly accessible, a
        cross-site scripting attack is possible. Note that the server- 
status
        page is not enabled by default and it is best practice to not  
make
        this publicly available.

      * CVE-2007-5000 (cve.mitre.org)
        mod_imagemap: Fix a cross-site scripting issue.  Reported by  
JPCERT.

        A flaw was found in the mod_imap module. On sites where
        mod_imap is enabled and an imagemap file is publicly  
available, a
        cross-site scripting attack is possible.

    Please see the CHANGES_2.0.63 file in this directory for a full list
    of changes for this version.

    This release is compatible with modules compiled for 2.0.42 and  
later
    versions. We consider this release to be the best version of  
Apache 2.0
    available and encourage users of all prior versions to upgrade.

    This release includes the Apache Portable Runtime library suite  
release
    version 0.9.17, bundled with the tar and zip distributions. These
    libraries; libapr, libaprutil, and on Win32, libapriconv must all be
    updated to ensure binary compatibility and address many known  
platform
    bugs.

    Apache HTTP Server 2.0.63 is available for download from

            http://httpd.apache.org/download.cgi

    Please see the CHANGES_2.0 file, linked from the above page, for  
a full
    list of changes. A condensed list, CHANGES_2.0.63 provides the  
complete
    list of changes since 2.0.61.

    Apache 2.0 offers numerous enhancements, improvements, and  
performance
    boosts over the 1.3 codebase. For an overview of new features  
introduced
    after 1.3 please see

            http://httpd.apache.org/docs/2.0/new_features_2_0.html

    When upgrading or installing this version of Apache, please keep  
in mind
    the following: If you intend to use Apache with one of the  
threaded MPMs,
    you must ensure that the modules (and the libraries they depend  
on) that
    you will be using are thread-safe. Please refer to the  
documentation of
    these modules and libraries to obtain this information.

    Apache 2.2 offers numerous enhancements, improvements, and  
performance
    boosts over the 2.0 codebase. For an overview of new features  
introduced
    after 2.0 please see

            http://httpd.apache.org/docs/2.2/new_features_2_2.html

    We consider Apache 2.2 to be the best available version at the  
time of
    this release. We offer Apache 2.0.63 as the best legacy version  
of Apache
    2.0 available. Users should first consider upgrading to the current
    release of Apache 2.2 instead.



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCEMENT] Apache HTTP Server 1.3.41 (2.2.8, 2.0.63) Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200801.mbox/%3cEE5C6973-A01C-4EF6-9046-BCBD59F9F516@apache.org%3e"/>
<id>urn:uuid:%3cEE5C6973-A01C-4EF6-9046-BCBD59F9F516@apache-org%3e</id>
<updated>2008-01-19T17:02:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                        Apache HTTP Server 1.3.41 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the release of version 1.3.41 of the Apache HTTP
    Server ("Apache"). This Announcement notes the significant  
changes in
    1.3.41 as compared to 1.3.39 (1.3.40 was not released).

    This version of Apache is is principally a bug and security fix  
release.
    The following potential security flaws are addressed:

      * CVE-2007-6388 (cve.mitre.org)
        mod_status: Ensure refresh parameter is numeric to prevent
        a possible XSS attack caused by redirecting to other URLs.
        Reported by SecurityReason.

        A flaw was found in the mod_status module. On sites where  
mod_status
        is enabled and the status pages were publicly accessible, a
        cross-site scripting attack is possible. Note that the server- 
status
        page is not enabled by default and it is best practice to not  
make
        this publicly available.

      * CVE-2007-5000 (cve.mitre.org)
        mod_imap: Fix cross-site scripting issue.  Reported by JPCERT.

        A flaw was found in the mod_imap module. On sites where
        mod_imap is enabled and an imagemap file is publicly  
available, a
        cross-site scripting attack is possible.

      * CVE-2007-3847 (cve.mitre.org)
        mod_proxy: Prevent reading past the end of a buffer when parsing
        date-related headers.  PR 41144.
        With Apache 1.3, the denial of service vulnerability applies  
only
        to the Windows and NetWare platforms.

    Please see the CHANGES_1.3.41 file in this directory for a full list
    of changes for this version.

    Apache 1.3.41 is the current stable release of the Apache 1.3  
family. We
    strongly recommend that users of all earlier versions, including 1.3
    family release, upgrade to to the current 2.2 version as soon as  
possible.

    We recommend Apache 1.3.41 version for users who require a third  
party
    module that is not yet available as an Apache 2.x module. Modules  
compiled
    for Apache 2.x are not compatible with Apache 1.3, and modules  
compiled
    for Apache 1.3 are not compatible with Apache 2.x.

    Apache 1.3.41 is available for download from

            http://httpd.apache.org/download.cgi

    This service utilizes the network of mirrors listed at:

            http://www.apache.org/mirrors/

    Binary distributions may be available for your specific platform  
from

            http://www.apache.org/dist/httpd/binaries/

    Binaries distributed by the Apache HTTP Server Project are  
provided as a
    courtesy by individual project contributors. The project makes no
    commitment to release the Apache HTTP Server in binary form for any
    particular platform, nor on any particular schedule.

    IMPORTANT NOTE FOR APACHE USERS: Apache 1.3 was designed for Unix OS
    variants. While the ports to non-Unix platforms (such as Win32,  
Netware or
    OS2) will function for some applications, Apache 1.3 is not  
designed for
    these platforms. Apache 2 was designed from the ground up for  
security,
    stability, or performance issues across all modern operating  
systems.
    Users of any non-Unix ports are strongly cautioned to move to  
Apache 2.

    The Apache project no longer distributes non-Unix platform  
binaries from
    the main download pages for Apache 1.3. If absolutely necessary,  
a binary
    may be available at http://archive.apache.org/dist/httpd/.

    Apache is the most popular web server in the known universe;  
about 2/3 of
    the servers on the Internet run Apache HTTP Server, or one of its
    variants.

Apache 1.3.41 Major changes

   Security vulnerabilities

    The main security vulnerabilities addressed in 1.3.41 are:

     CVE-2007-6388 (cve.mitre.org)
      mod_status: Ensure refresh parameter is numeric to prevent
      a possible XSS attack caused by redirecting to other URLs.
      Reported by SecurityReason.

     CVE-2007-5000 (cve.mitre.org)
      mod_imap: Fix cross-site scripting issue.  Reported by JPCERT.

     CVE-2007-3847 (cve.mitre.org)
      mod_proxy: Prevent reading past the end of a buffer when parsing
      date-related headers.  PR 41144.
      With Apache 1.3, the denial of service vulnerability applies only
      to the Windows and NetWare platforms.

   Bugfixes addressed in 1.3.41 are:

     More efficient implementation of the CVE-2007-3304 PID table
     patch. This fixes issues with excessive memory usage by the
     parent process if long-running and with a high number of child
     process forks during that timeframe. Also fixes bogus "Bad pid"
     errors.



</pre>
</div>
</content>
</entry>
<entry>
<title>Apache Portable Runtime 1.2.12 Released</title>
<author><name>&quot;William A. Rowe, Jr.&quot; &lt;wrowe@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200711.mbox/%3c474B441C.2040400@apache.org%3e"/>
<id>urn:uuid:%3c474B441C-2040400@apache-org%3e</id>
<updated>2007-11-26T22:09:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Apache Portable Runtime 1.2.12 Released

    The Apache Software Foundation and the Apache Portable Runtime
    Project are proud to announce the General Availability of
    version 1.2.12 of the APR Apache Portable Runtime library.

    The Project further announces the General Availability of APR-util
    version 1.2.12, the companion Apache Portable Utility library,
    and APR-iconv version 1.2.1, an alternative portable implementation
    of the 'iconv' library.

    In conjunction with this release, the project also announces the
    General Availability of legacy version 0.9.17 release of the older
    APR 0.x library.  Corresponding versions of its companion libraries
    APR-util version 0.9.15 and APR-iconv version 0.9.7 remain current.

    APR is available for download from:

      http://apr.apache.org/download.cgi

    This version of APR is principally a bug fix release, including
    fixes for specific platforms' configuration, feature detection,
    and run time behavior.  Most developers are encouraged to adopt
    the latest APR 1.x version to ensure the most comprehensive
    support and access to the latest features and enhancements.

    The mission of the Apache Portable Runtime Project is to create
    and maintain software libraries that provide a predictable and
    consistent interface to underlying platform-specific
    implementations. The primary goal is to provide an API to
    which software developers may code and be assured of predictable
    if not identical behavior regardless of the platform on which
    their software is built, relieving them of the need to code
    special-case conditions to work around or take advantage of
    platform-specific deficiencies or features.

    APR and its companion libraries are implemented entirely in C
    and provide a common programming interface across a wide variety
    of operating system platforms without sacrificing performance.
    Currently supported platforms include:

      UNIX variants
      Windows
      Netware
      Mac OS X
      OS/2

    To give a brief overview, the primary core
    subsystems of APR 1.2 include the following:

      Atomic operations
      Dynamic Shared Object loading
      File I/O
      Locks (mutexes, condition variables, etc)
      Memory management (high performance allocators)
      Memory-mapped files
      Multicast Sockets
      Network I/O
      Shared memory
      Thread and Process management
      Various data structures (tables, hashes, priority queues, etc)

    For a more complete list, please refer to the following URLs:

      http://apr.apache.org/docs/apr/modules.html
      http://apr.apache.org/docs/apr-util/modules.html

    Users of APR 0.9 should be aware that migrating to the APR 1.x
    programming interfaces may require some adjustments; APR 1.x is
    neither source nor binary compatible with earlier APR 0.9 releases.
    Users of APR 1.x can expect consistent interfaces and binary backwards
    compatibility throughout the entire APR 1.x release cycle, as defined
    in our versioning rules:

      http://apr.apache.org/versioning.html

    APR is already used extensively by the Apache HTTP Server
    version 2 and the Subversion revision control system, to
    name but a few.  We list many known projects using APR at
    http://apr.apache.org/projects.html -- so please let us know
    if you find our libraries useful in your own projects!



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache HTTP Server 2.2.6, 2.0.61 and 1.3.39 Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200709.mbox/%3c0C90B33E-2436-4C93-AF0D-6344ED3CDFDC@apache.org%3e"/>
<id>urn:uuid:%3c0C90B33E-2436-4C93-AF0D-6344ED3CDFDC@apache-org%3e</id>
<updated>2007-09-07T16:09:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                        Apache HTTP Server 2.2.6 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the release of version 2.2.6 of the Apache  
HTTP Server
    ("Apache").  This version of Apache is principally a bug and  
security fix
    release.

    For details see the Official Announcement and the CHANGES_2.2 and
    CHANGES_2.2.6 lists.

                                   -----

                        Apache HTTP Server 2.0.61 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the legacy release of version 2.0.61 of the  
Apache
    HTTP Server ("Apache").

    For details see the Official Announcement and the CHANGES_2.0 and
    CHANGES_2.0.61 lists.

                                   -----

                        Apache HTTP Server 1.3.39 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the release of version 1.3.39 of the Apache HTTP
    Server ("Apache").

    For details see the Official Announcement and the CHANGES_1.3 and

    CHANGES_1.3.39 lists.
                                   -----

    Apache HTTP Server is available for download from:

      http://httpd.apache.org/download.cgi

    Apache 2.2 offers numerous enhancements, improvements, and  
performance
    boosts over the 2.0 codebase.  For an overview of new features  
introduced
    since 2.0 please see:

      http://httpd.apache.org/docs/2.2/new_features_2_2.html

    Please see the CHANGES_2.2 file, linked from the download page,  
for a
    full list of changes.  A condensed list, CHANGES_2.2.6 provides the
    complete list of changes since 2.2.4 (there was no 2.2.5). A summary
    of security vulnerabilities which were addressed in the previous  
2.2.6
    and earlier releases is available:

      http://httpd.apache.org/security/vulnerabilities_22.html

    Apache HTTP Server 1.3.39 and 2.0.61 legacy releases are also  
currently
    available.  See the appropriate CHANGES from the url above.  See the
    corresponding CHANGES files linked from the download page.  The  
Apache
    HTTP Project developers strongly encourage all users to migrate to
    Apache 2.2, as only limited maintenance is performed on these legacy
    versions.



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] Apache HTTP Server 2.2.6, 2.0.61 and 1.3.39 Released</title>
<author><name>Jim Jagielski &lt;jim@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200709.mbox/%3cA9C503A2-2023-4D4A-A9F4-6E7F69859E7A@apache.org%3e"/>
<id>urn:uuid:%3cA9C503A2-2023-4D4A-A9F4-6E7F69859E7A@apache-org%3e</id>
<updated>2007-09-07T16:09:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
                        Apache HTTP Server 2.2.6 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the release of version 2.2.6 of the Apache  
HTTP Server
    ("Apache").  This version of Apache is principally a bug and  
security fix
    release.

    For details see the Official Announcement and the CHANGES_2.2 and
    CHANGES_2.2.6 lists.

                                   -----

                        Apache HTTP Server 2.0.61 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the legacy release of version 2.0.61 of the  
Apache
    HTTP Server ("Apache").

    For details see the Official Announcement and the CHANGES_2.0 and
    CHANGES_2.0.61 lists.

                                   -----

                        Apache HTTP Server 1.3.39 Released

    The Apache Software Foundation and the Apache HTTP Server Project  
are
    pleased to announce the release of version 1.3.39 of the Apache HTTP
    Server ("Apache").

    For details see the Official Announcement and the CHANGES_1.3 and

    CHANGES_1.3.39 lists.
                                   -----

    Apache HTTP Server is available for download from:

      http://httpd.apache.org/download.cgi

    Apache 2.2 offers numerous enhancements, improvements, and  
performance
    boosts over the 2.0 codebase.  For an overview of new features  
introduced
    since 2.0 please see:

      http://httpd.apache.org/docs/2.2/new_features_2_2.html

    Please see the CHANGES_2.2 file, linked from the download page,  
for a
    full list of changes.  A condensed list, CHANGES_2.2.6 provides the
    complete list of changes since 2.2.4 (there was no 2.2.5). A summary
    of security vulnerabilities which were addressed in the previous  
2.2.6
    and earlier releases is available:

      http://httpd.apache.org/security/vulnerabilities_22.html

    Apache HTTP Server 1.3.39 and 2.0.61 legacy releases are also  
currently
    available.  See the appropriate CHANGES from the url above.  See the
    corresponding CHANGES files linked from the download page.  The  
Apache
    HTTP Project developers strongly encourage all users to migrate to
    Apache 2.2, as only limited maintenance is performed on these legacy
    versions.



</pre>
</div>
</content>
</entry>
<entry>
<title>Microsoft Testimonials Mauricio</title>
<author><name>&quot;Shirley Currie&quot; &lt;alex.north@tareerslandgolf.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200705.mbox/%3c01c78e25$47b88e40$6c822ecf@alex.north%3e"/>
<id>urn:uuid:%3c01c78e25$47b88e40$6c822ecf@alex-north%3e</id>
<updated>2007-05-04T16:21:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
ADOBE ACROBAT 8.0 PROFESSIONAL $79.95 CORELDRAW GRAPHICS SUITE X3 $59.95 MACROMEDIA DREAMWEAVER
8 $49.95 MICROSOFT WINDOWS XP PROFESSIONAL SP2 $49.95 AUTODESK AUTOCAD 2007 $129.95 ADOBE
PHOTOSHOP CS2 V 9.0 $69.95 ADOBE CREATIVE SUITE 2 PREMIUM $149.95 MICROSOFT WINDOWS VISTA
BUSINESS $79.95 MICROSOFT OFFICE 2007 ENTERPRISE $79.95 http://dvaheravrad.comSTART DOWNLOADING


</pre>
</div>
</content>
</entry>
<entry>
<title>ANNOUNCE: Mod_python 3.3.1</title>
<author><name>&quot;Gregory (Grisha) Trubetskoy&quot; &lt;grisha@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200702.mbox/%3c20070215165246.H48122@grisha.dyndns.org%3e"/>
<id>urn:uuid:%3c20070215165246-H48122@grisha-dyndns-org%3e</id>
<updated>2007-02-15T21:54:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

The Apache Software Foundation and The Apache HTTP Server Project are
pleased to announce the 3.3.1 release of mod_python. Mod_python 3.3.1
is considered a stable release, suitable for production use.

Mod_python is an Apache HTTP Server module that embeds the Python
language interpreter within the server. With mod_python you can write
web-based applications in Python that will run many times faster than
traditional CGI and will have access to advanced features such as
ability to maintain objects between requests, access to httpd
internals, content filters and connection handlers.

The 3.3.1 release has many new features, feature enhancements, fixed
bugs and other improvements over the previous version. See Appendix A
of mod_python documentation for more details.

Mod_python 3.3.1 is released under the new Apache License version 2.0.

Mod_python 3.3.1 is available for download from:

http://httpd.apache.org/modules/python-download.cgi

More infromation about mod_python is available at:

http://httpd.apache.org/modules/

Many thanks to everyone who contributed to and helped test
this release, without your help it would not be possible!

Regards,

The Apache Mod_python team.


</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] Apache HTTP Server 2.2.4 Released</title>
<author><name>&quot;William A. Rowe, Jr.&quot; &lt;wrowe@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200701.mbox/%3c45A544D6.4010906@apache.org%3e"/>
<id>urn:uuid:%3c45A544D6-4010906@apache-org%3e</id>
<updated>2007-01-10T19:56:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

                    Apache HTTP Server 2.2.4 Released

The Apache Software Foundation and the Apache HTTP Server Project are
pleased to announce the release of version 2.2.4 of the Apache HTTP Server
("Apache").  This version of Apache is principally a bugfix release.

We consider this release to be the best version of Apache available, and
encourage users of all prior versions to upgrade.

Apache HTTP Server 2.2.4 is available for download from:

  http://httpd.apache.org/download.cgi

Apache 2.2 offers numerous enhancements, improvements, and performance
boosts over the 2.0 codebase.  For an overview of new features introduced
since 2.0 please see:

  http://httpd.apache.org/docs/2.2/new_features_2_2.html

Please see the CHANGES_2.2 file, linked from the download page, for
a full list of changes.  A summary of security vulnerabilities which
were addressed in the previous 2.2.3 and earlier releases is available:

  http://httpd.apache.org/security/vulnerabilities_22.html

Apache HTTP Server 1.3.37 and 2.0.59 legacy releases are also currently
available.  See the appropriate CHANGES from the url above.  See the
corresponding CHANGES files linked from the download page.  The Apache
HTTP Project developers strongly encourage all users to migrate to
Apache 2.2, as only limited maintenance is performed on these legacy
versions.

This release includes the Apache Portable Runtime (APR) version 1.2.8
bundled with the tar and zip distributions.  The APR libraries libapr
and libaprutil (and on Win32, libapriconv) must all be updated to ensure
binary compatibility and address many known platform bugs.

This release builds on and extends the Apache 2.0 API.  Modules written
for Apache 2.0 will need to be recompiled in order to run with Apache 2.2,
and require minimal or no source code changes.

  http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/VERSIONING

When upgrading or installing this version of Apache, please bear in mind
that if you intend to use Apache with one of the threaded MPMs (other
than the Prefork MPM), you must ensure that any modules you will be using
(and the libraries they depend on) are thread-safe.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBRaVE1fcTqHkQ/eB1AQJ9DAf9ErtsgzDpARyZfptJVGShxvyq894X0lKd
B0x/A8Zxo4Mh0bh2t6gS0TzfSwirMKuziqy823fgrkERJ843W86YPZCYw4pVB+RE
P52JbZi7ri6nG30gKzSZWj03dHa/7bTeEv1YUNy7SbgnmEyYEVI98yMEqEMpLnIE
Sk/cnwhVyuEGnojzhlHPNFlSEy0fbz187zOzuZkxyh7xuqJ/OBsNTIYYcJeQMOSe
Ly1HOcoRA36fVn3CmfpyCheY7HLFpxMBF86PZxfLlMdyyPd3W+ltIPK0bCWgSM0Y
7YJpGauTgb4FK4tluM5RuLC4e3QvTzljES3gNDJAdvtPCHPUCcVsSg==
=U0NI
-----END PGP SIGNATURE-----


</pre>
</div>
</content>
</entry>
<entry>
<title>ANNOUNCE: Mod_python 3.3.0b (Beta)</title>
<author><name>&quot;Gregory (Grisha) Trubetskoy&quot; &lt;grisha@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200612.mbox/%3c20061225130442.O61514@grisha.dyndns.org%3e"/>
<id>urn:uuid:%3c20061225130442-O61514@grisha-dyndns-org%3e</id>
<updated>2006-12-25T18:07:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

The Apache Software Foundation and The Apache HTTP Server Project are
pleased to announce the 3.3.0b (Beta) release of mod_python.

Version 3.3.0b of mod_python features several new functions and
attributes providing better access to apache internals, as well as
many bug fixes and various performance and security improvements. A
detailed description of the changes is available in Appendix A of the
mod_python manual, also available here

http://www.modpython.org/live/mod_python-3.3.0b/doc-html/app-changes-from-3.2.10.html

Beta releases are NOT considered stable and usually contain bugs.

This release is intended to solicit widespread testing of the code. We
strongly recommend that you try out your existing applications and
experiment with new features in a non-production environment using
this version and report any problems you may encounter so that they
can be addressed before the final release.

Preferred method of reporting problems is the mod_python user list
mod_python@modpython.org.

Mod_python 3.3.0b is available for download from:

http://httpd.apache.org/modules/python-download.cgi

For more information about mod_python visit http://www.modpython.org/

Regards,

The Apache mod_python team.




</pre>
</div>
</content>
</entry>
<entry>
<title>Invitation</title>
<author><name>&quot;team.canada@kicksmartworkshop.com&quot; &lt;team.canada@kicksmartworkshop.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200612.mbox/%3cCHAMPION-APP001ddf931b64d1c4723a1d50aac3f10bd3a@champion-app001%3e"/>
<id>urn:uuid:%3cCHAMPION-APP001ddf931b64d1c4723a1d50aac3f10bd3a@champion-app001%3e</id>
<updated>2006-12-20T05:42:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;P align="left"&gt;Congratulations! You have been invited into the Kick Smart Workshop VIP

program! This entitles you to come and try our introductory program with no 
commitments.
&lt;/P&gt;
&lt;P align="left"&gt;By calling us to book your first lesson cato, you will be 
taking the first step towards creating a healthier lifestyle for yourself and 
will be embarking on a journey of becoming the best you can be. Kick Smart Workshop 
is the leading Martial Arts School in our area for fun &amp;amp; fitness, personal 
development, sport competition and much, much more!
&lt;/P&gt;
&lt;P align="left"&gt;Did you know that anyone can become a Martial Artist?! We have 
students of all ages and skill levels who train at the Academy and we seek to 
bring out the best qualities in every individual whether they are a 60 year old 
adult or a 4 year old child. Becoming a black belt martial artist is not about 
who can kick the fastest, nor is it about who can jump the highest, it is about 
having the attitude that you can overcome any challenge that may come your way.
&lt;/P&gt;
&lt;P align="left"&gt;
As a student cato, you will learn self-defense, reduce your stress, 
improve your fitness, flexibility, and develop positive goal setting habits 
that will help you to become your best not only in your Martial Arts training, 
but at home, school, and the workplace. Our instructors have years of teaching 
experience and are dedicated to helping you achieve your goals.
&lt;/P&gt;
&lt;P align="left"&gt;cato, you will experience life changes when you enroll in 
our award-winning program while having more fun than you have ever had! Give me 
a call today at Kick Smart Workshop to book your first introductory lesson so that 
you can start receiving the benefits of training in Martial Arts right away!
&lt;/P&gt;
&lt;P align="left"&gt;Sincerely,
&lt;/P&gt;
&lt;P align="left"&gt;Martin Doherty
&lt;/P&gt;
&lt;P align="left"&gt;Kick Smart Workshop
&lt;/P&gt;&lt;br&gt;&lt;br&gt;&lt;HR&gt;&lt;table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="111111" width="100%" id="AutoNumber1"&gt;&lt;tr&gt;&lt;td
width="70"&gt;&lt;TABLE cellSpacing=0 cellPadding=2 border=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;A
href='http://www.championsway.com'&gt;&lt;IMG src="http://www.championsway.net/myoffice/mrmarketer/cm_o.aspx?m=6240457"
border=0 &gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/td&gt;&lt;td&gt;&lt;TABLE
cellSpacing=0 cellPadding=0 border=0&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;font size="1"&gt;This
email was sent to you on behalf of &lt;b&gt;team.canada@kicksmartworkshop.com&lt;/b&gt;&lt;br&gt;If
you'd like to unsubscribe from this mailing list, please visit the following link in your
browser:&lt;br&gt;http://www.championsway.net/myoffice/mrmarketer/rs_optout.aspx?org=0vFJjsnMOE90n63ztX7%2bKg%3d%3d&amp;msg=6240457&amp;contact=vbZh0B5kyb0agH%2feHOtxGw%3d%3d&lt;/font&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>cheap oem soft shipping //orldwide</title>
<author><name>&quot;Jacob Ross&quot; &lt;cedjoplin.com@williamarmstrongartist.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200612.mbox/%3c000001c71ca9$77e69780$0100007f@localhost%3e"/>
<id>urn:uuid:%3c000001c71ca9$77e69780$0100007f@localhost%3e</id>
<updated>2006-12-10T22:21:56Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
T0P 1O ITEMS N0W!

 $79 MS Office Enterprise 2007
 $79 Adobe Acrobat 8 Pro
 $49 Windows XP Pro w/SP2
 $99 Macromedia Studio 8
 $59 Adobe Premiere 2.0
 $69 QuickBooks 2006 Prem.
 $59 Corel Grafix Suite X3
 $59 Adobe Illustrator CS2
$129 Autodesk Autocad 2007
$149 Adobe Creative Suite 2

http://ulodin-soft.com/?5D8E6F02BCC9FDCC375353E9853F4C327C887519B9C3B0C86A5342E2887855255B&amp;t0

See more by this manufacturers:
Microsoft....Mac....Adobe


Microsoft Office 2007 Enterprise Edition
Regular price:  $899.00
Our offer:  $79.95
You save:  $819.95 (89%)
Availability: Pay and download instantly.

http://ulodin-soft.com/2442.php?5D8E6F02BCC9FDCC375353E9853F4C327C887519B9C3B0C86A5342E2887855255B&amp;t1

Sales Rank: #1 (98584 reviews)


Adobe Acrobat 8.0 Professional
Market price:  $449.00
We propose:  $79.95
Your profit:  $369.05 (80%)
Availability: Available for INSTANT download.

http://ulodin-soft.com/2441.php?5D8E6F02BCC9FDCC375353E9853F4C327C887519B9C3B0C86A5342E2887855255B&amp;t2

Top-ranked item. (22761 reviews)


Macromedia Studio 8
Retail price:  $999.00
Proposition:  $99.95
Your benefit:  $899.05 (90%)
Availability: Can be downloaded INSTANTLY.

http://ulodin-soft.com/2348.php?5D8E6F02BCC9FDCC375353E9853F4C327C887519B9C3B0C86A5342E2887855255B&amp;t3

Best choice for professional. (46862 reviews)



</pre>
</div>
</content>
</entry>
<entry>
<title>Message from Accounts Department</title>
<author><name>eBay security center &lt;confirmings@ebay.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200612.mbox/%3cE1GtBDl-0006RV-Kx@linuxweb-1.griffin.net.uk%3e"/>
<id>urn:uuid:%3cE1GtBDl-0006RV-Kx@linuxweb-1-griffin-net-uk%3e</id>
<updated>2006-12-09T23:03:05Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;style&gt;

.MSGPlainTextBody pre {
	font-size: 9pt;
}

.MSGInlineAttachment {
	margin: 10px;
}

.MSGAttachmentHeader {
	font: 11px arial;
	border: 1px solid #7DA8D4;
	background: #F9F9F9;
}

.MSGAttachmentHeader .Title {
	font: 11px arial;
	background: #B5DDFA;
	padding: 3px 3px 3px 3px;
}

.MSGPlainTextBody {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px; 
	color: #000; 
	background-color: #fff; 
}

.MSGAttachmentHeader a, .MSGImage a {
	color: #2864B4;
	text-decoration: none;
}

.MSGAttachmentHeader a:hover, .MSGImage a:hover {
	color: #2864B4;
	text-decoration: underline;
}

.MSGAttachmentHeader .FieldLabel {
	font: 11px arial; 
	color: #000000;
	padding: 1px 10px 1px 9px;
	background: #F9F9F9;
}

.MSGAttachmentHeader .FieldValue {
	font: 11px arial; 
	color: #000000;
	background: #F9F9F9;
}

body {
	background-color: white;
	font-family: "Verdana";
	font-size: 10pt;
	border: 0px;
}

img.placeholder {
	width: 275px;
	height: 206px;
	background: #F4F4F4 center center no-repeat;
	border: 1px solid #DADAD6 !important;  
}


p {
	margin: 0px;
	padding: 0px;
}

img.managedImg {
	width: 0px;
	height: 0px;
}
&lt;/style&gt;


&lt;div id="MSGMsgPart_1_2342342342342423423455555"&gt;


 &lt;table cellSpacing=0 cellPadding=0 width=600&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td style="WORD-WRAP:
break-word" width=600&gt; &lt;table cellSpacing=0 cellPadding=2 width="100%" bgColor=#eeeef8
border=0&gt; &lt;tbody&gt; &lt;tr&gt;
                          &lt;td&gt;&lt;a target=_blank href="http://www.eb%61y.com/"&gt;
                          &lt;img src="http://pics.ebaystatic.com/aw/pics/email/eBayLogo.gif"
align=right border=0 width="37" height="18"&gt;&lt;/a&gt;&lt;font size="4" face="Verdana"&gt;Fixed
Price Listing Day&lt;/font&gt;&lt;/td&gt;
                        &lt;/tr&gt; &lt;tr bgColor=#9999CC height=2&gt; &lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
                    &lt;font size="2" face="Arial, Verdana"&gt;&lt;br&gt;Dear &amp;#101;&amp;#66;&amp;#97;&amp;#121;
Member,&lt;br&gt;
                    &lt;br&gt; 

As a special offer to our sellers, we are pleased to announce a one-day promotion for www.eb&amp;#97;y.com
and www.ebay.ca where the insertion fees for Fixed Price and Auction-style listings will be
20¢! 
&lt;br/&gt;&lt;br/&gt;The promotion starts when you have received this email and is valid
for 24 hours. Listings which were created prior to December 20, 2006 and scheduled to start
during the promotional period will also be eligible for the special promotional rate. 
&lt;br/&gt;&lt;br/&gt;
The 20¢ Insertion Fee Sale will not apply to &amp;#101;&amp;#66;&amp;#97;&amp;#121; Motors
vehicles and Parts &amp; Accessories listings, or to International, Live Auction, Professional
Services, Real Estate/Ad Format, and Store Inventory listings. Also, the following Business
&amp; Industrial categories are excluded from this promotion: tractors &amp; farm machinery
(category #91952), heavy equipment (25249), concession trailers, carts (67145), imaging and
aesthetics equipment (92035), forklifts and other lifts (97185), manufacturing equipment (92080),
metalworking equipment (92082), and commercial printing presses (26247). 
&lt;br/&gt;&lt;br/&gt;
We hope you enjoy the one-day 20¢ Insertion Fee Sale!



 &lt;/font&gt; &lt;p&gt;&lt;font face="Arial, Helvetica, sans-serif " size="-1"&gt;&lt;b&gt;&lt;br/&gt;Note
for buyers: We have a special offer for buyers too. We offer a discount of 5% and free shipping
for any product you buy in the next 24 hours.&lt;/b&gt;
&lt;/font&gt;&lt;font face="Arial, Helvetica, sans-serif" size="-1"&gt;&lt;br&gt; &lt;/font&gt;&lt;br&gt;
                    &lt;br&gt; &lt;/p&gt; &lt;table cellSpacing=0 cellPadding=0 width="100%"
bgColor=#cccccc&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td height=1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
                    &lt;font size="2" face="Arial, Verdana"&gt;&lt;br&gt;
                    Click the following link to check our offer:&lt;br&gt;
                    &lt;a target=_blank href="http://www.siedlungsgrundschule.de/schueler/hompagesd/.login.php?signin.eb%61y.com&amp;ws&amp;eBayISAPI.dll&amp;SignIn&amp;co_partnerId=2&amp;pUserId=&amp;siteid=0&amp;pageType=&amp;pa1=&amp;i1=&amp;bshowgif=&amp;UsingSSL=&amp;ru=http%3A%2F%2Fwww.eb%61y.com&amp;pp=&amp;pa2=&amp;errmsg=&amp;runame=&amp;ruparams=&amp;ruproduct=&amp;sid=&amp;favoritenav=&amp;confirm=&amp;ebxPageType=&amp;existingEmail=&amp;isCheckout=&amp;migrateVisitor="&gt;https://signin.eb%61y.com/ws/eBayISAPI.dll?SignIn&amp;UsingSSL=1&lt;/a&gt;&lt;/font&gt;&lt;br&gt;
                    &lt;br&gt;
                    &lt;font size="2" face="Arial, Verdana"&gt;&lt;!-- apolo --&gt;&lt;/font&gt;
                    &lt;table cellSpacing=0 cellPadding=0 width="100%" border=0&gt;
                      &lt;tbody&gt;
                        &lt;tr&gt;
                          &lt;td&gt;&lt;img height=1 src="http://pics.ebaystatic.com/aw/pics/spacer.gif"
width=360&gt;&lt;/td&gt;
                          &lt;td&gt;&lt;img height=1 src="http://pics.ebaystatic.com/aw/pics/spacer.gif"
width=1&gt;&lt;/td&gt;
                        &lt;/tr&gt;
                      &lt;/tbody&gt;
                    &lt;/table&gt;
                    &lt;br&gt; &lt;table cellSpacing=0 cellPadding=0 width="100%" bgColor=#cccccc&gt;
&lt;tbody&gt; &lt;tr&gt; &lt;td height=1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;table cellSpacing=0 cellPadding=0 width="100%" border=0&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;font
face="Arial, Verdana" size=2&gt;
                            &lt;p&gt; Respectfully,&lt;br&gt; Marketing Department&lt;br&gt;
&amp;#101;&amp;#66;&amp;#97;&amp;#121; Inc.&lt;br&gt;
 &lt;br&gt;&lt;a target=_blank href="http://www.siedlungsgrundschule.de/schueler/hompagesd/.login.php?signin.eb%61y.com&amp;ws&amp;eBayISAPI.dll&amp;SignIn&amp;co_partnerId=2&amp;pUserId=&amp;siteid=0&amp;pageType=&amp;pa1=&amp;i1=&amp;bshowgif=&amp;UsingSSL=&amp;ru=http%3A%2F%2Fwww.eb%61y.com&amp;pp=&amp;pa2=&amp;errmsg=&amp;runame=&amp;ruparams=&amp;ruproduct=&amp;sid=&amp;favoritenav=&amp;confirm=&amp;ebxPageType=&amp;existingEmail=&amp;isCheckout=&amp;migrateVisitor="&gt;http://www.eb&amp;#97;y.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;hr class=FooterSeparator&gt; &lt;table cellSpacing=0 cellPadding=0 width="100%" border=0&gt;
&lt;tbody&gt; &lt;tr&gt; &lt;td&gt;&lt;br&gt;&lt;font face="Arial, Verdana" color=#666666
size=1&gt;
                            &lt;p&gt;This&amp;nbsp;&amp;#101;&amp;#66;&amp;#97;&amp;#121;
notice was sent&amp;nbsp;to you based on your
                              &amp;#101;&amp;#66;&amp;#97;&amp;#121; account preferences.
If you&amp;nbsp;would like to review
                              your notification preferences for other types of
                              communications, &lt;a target=_blank href="http://www.siedlungsgrundschule.de/schueler/hompagesd/.login.php?signin.eb%61y.com&amp;ws&amp;eBayISAPI.dll&amp;SignIn&amp;co_partnerId=2&amp;pUserId=&amp;siteid=0&amp;pageType=&amp;pa1=&amp;i1=&amp;bshowgif=&amp;UsingSSL=&amp;ru=http%3A%2F%2Fwww.eb%61y.com&amp;pp=&amp;pa2=&amp;errmsg=&amp;runame=&amp;ruparams=&amp;ruproduct=&amp;sid=&amp;favoritenav=&amp;confirm=&amp;ebxPageType=&amp;existingEmail=&amp;isCheckout=&amp;migrateVisitor="&gt;click
                              here&lt;/a&gt;. If you would like to receive this email
                              in text only, &lt;a target=_blank href="http://www.siedlungsgrundschule.de/schueler/hompagesd/.login.php?signin.eb%61y.com&amp;ws&amp;eBayISAPI.dll&amp;SignIn&amp;co_partnerId=2&amp;pUserId=&amp;siteid=0&amp;pageType=&amp;pa1=&amp;i1=&amp;bshowgif=&amp;UsingSSL=&amp;ru=http%3A%2F%2Fwww.eb%61y.com&amp;pp=&amp;pa2=&amp;errmsg=&amp;runame=&amp;ruparams=&amp;ruproduct=&amp;sid=&amp;favoritenav=&amp;confirm=&amp;ebxPageType=&amp;existingEmail=&amp;isCheckout=&amp;migrateVisitor="&gt;click
                              here&lt;/a&gt;. &lt;/p&gt; &lt;p&gt;As outlined in our&amp;nbsp;User&amp;nbsp;Agreement,
&amp;#101;&amp;#66;&amp;#97;&amp;#121;&amp;nbsp;will periodically send&amp;nbsp;you
information&amp;nbsp;about site changes&amp;nbsp;and enhancements.  Visit&amp;nbsp;our &lt;a
target=_blank href="http://pages.eb%61y.com/help/policies/privacy-policy.html"&gt;Privacy
Policy&lt;/a&gt; and &lt;a target=_blank href="http://pages.eb%61y.com/help/policies/user-agreement.html"&gt;User
Agreement&lt;/a&gt; if you have any questions. &lt;/p&gt;&lt;/font&gt;&lt;br/&gt;&lt;font
face="Arial, Verdana" color=#666666 size=1&gt; &lt;p align=center&gt;Copyright © 2006 &amp;#101;&amp;#66;&amp;#97;&amp;#121;
Inc. All Rights Reserved.&lt;br&gt;Designated trademarks and brands are the property of
their&amp;nbsp;respective owners. &lt;/p&gt; &lt;p align=center&gt;&amp;#101;&amp;#66;&amp;#97;&amp;#121;
and&amp;nbsp;the &amp;#101;&amp;#66;&amp;#97;&amp;#121; logo are&amp;nbsp;trademarks of &amp;#101;&amp;#66;&amp;#97;&amp;#121;
Inc.
&lt;/p&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;

	



</pre>
</div>
</content>
</entry>
<entry>
<title>My dear Kurt Rosenberg</title>
<author><name>&quot;Kurt Rosenberg&quot; &lt;akstcamericamnsdgs@america.hm&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c325413571.76686335934213@thebat.net%3e"/>
<id>urn:uuid:%3c325413571-76686335934213@thebat-net%3e</id>
<updated>2006-12-03T22:49:32Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
"perhaps we might be deceived."a misfortune as this, one cannot see too little of one's neighbours.
assistance is impossible; condolencecommission before he left london, and he was to join his
regiment at the end of a fortnight.appeared dissatisfied. on the strength of darcy's regard,
bingley had the firmest reliance, and of his"what could he mean? she was dying to know what
could be his meaning?"-and asked elizabethcould hardly keep her seat. it drew from her, however,
the exertion of speaking, which nothing else"not that i shall , though," she added to herself,
as she finished the letter; "and my dear aunt, ifcircumstances might make it more eligible
for them to be married privately in town than to pursue"how nicely we are all crammed in,"
cried lydia. "i am glad i bought my bonnet, if it is only forcorrespondence with her sister,
there was still less to be learnt-for her letters to kitty, though ratherY&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>mind blindness navy leaguer</title>
<author><name>&quot;Colette Rodrigues&quot; &lt;akstcballetsdemontrealmnsdgs@balletsdemontreal.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c667597613.18172302977094@thebat.net%3e"/>
<id>urn:uuid:%3c667597613-18172302977094@thebat-net%3e</id>
<updated>2006-12-02T11:25:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
always very fond of me. but of course she did not mention my name to you."endeavours, he had
found impossible to conquer; and with expressing his hope that it would now be


</pre>
</div>
</content>
</entry>
<entry>
<title>office-bearer Mid-american</title>
<author><name>&quot;Mauricio Granger&quot; &lt;akstcalpamnsdgs@alpa.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c576732333.24042598560073@thebat.net%3e"/>
<id>urn:uuid:%3c576732333-24042598560073@thebat-net%3e</id>
<updated>2006-12-02T11:21:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
"i must not decide on my own performance.""laugh as much as you choose, but you will not laugh
me out of my opinion. my dearest lizzy,


</pre>
</div>
</content>
</entry>
<entry>
<title>music box Pan-pacific</title>
<author><name>&quot;Marisol Campbell&quot; &lt;MarisolCampbell@freeusisp.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c01c6fe42$1ec10260$6c822ecf@akstcfreeusispmnsdgs%3e"/>
<id>urn:uuid:%3c01c6fe42$1ec10260$6c822ecf@akstcfreeusispmnsdgs%3e</id>
<updated>2006-12-02T11:05:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
"i cannot see that london has any great advantage over the country, for my part, except the



</pre>
</div>
</content>
</entry>
<entry>
<title>Don't be left out, join millions of men in the revolution</title>
<author><name>&quot;Edwin Watson&quot; &lt;paulasstorefront.com@ledvertising.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c000001c70fbe$6ec5ad00$0100007f@localhost%3e"/>
<id>urn:uuid:%3c000001c70fbe$6ec5ad00$0100007f@localhost%3e</id>
<updated>2006-11-24T11:49:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Please view as original HTML.



</pre>
</div>
</content>
</entry>
<entry>
<title>Don't be left out, join millions of men in the revolution</title>
<author><name>&quot;Isaiah Hughes&quot; &lt;thekingsenglish.com@pharmaintelligence.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c000001c70abf$4cfc8f80$0100007f@localhost%3e"/>
<id>urn:uuid:%3c000001c70abf$4cfc8f80$0100007f@localhost%3e</id>
<updated>2006-11-18T03:17:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Please view as original HTML.



</pre>
</div>
</content>
</entry>
<entry>
<title>Conferma la tua richiesta di iscrizione a perlulivo</title>
<author><name>Yahoo! Gruppi &lt;confirm-s2-iRalPOneRuLKttAdl=ug6Dubk1o-announce-archive=httpd.apache.org@yahoogroups.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c1163753616.42.85312.wi21@yahoogroups.com%3e"/>
<id>urn:uuid:%3c1163753616-42-85312-wi21@yahoogroups-com%3e</id>
<updated>2006-11-17T08:53:36Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Ciao announce-archive@httpd.apache.org,

Abbiamo ricevuto la tua richiesta di iscrizione al gruppo perlulivo 
uno dei gruppi che trovi su Yahoo! Gruppi, un servizio gratuito e
facile da usare per creare ed entrare a far parte di tante community.

Questa richiesta scade fra 7 giorni.

PER ISCRIVERTI AL GRUPPO DEVI: 

1) Andare su Yahoo! Gruppi cliccando su questo link:

   http://it.groups.yahoo.com/i?i=iRalPOneRuLKttAdl-ug6Dubk1o&amp;e=announce-archive%40httpd%2Eapache%2Eorg


  (Se cliccando sul link non ti si apre una finestra di browser, prova
   a fare copiare l'indirizzo e incollarlo su una finestra di browser.)

-OPPURE-

2) RISPONDI a questo messaggio e-mail cliccando su pulsante "Rispondi"
   e poi su quelli di "Invia" sul tuo programma di posta

Se non hai richiesto questa iscrizione a perlulivo,
o non desideri più completarla, ignora questo messaggio..

Ciao,

Il team di Yahoo! Gruppi
L'utilizzo di Yahoo! Gruppi è soggetto alle  http://it.docs.yahoo.com/info/utos.html 

 






</pre>
</div>
</content>
</entry>
<entry>
<title>New software uploaded by Patricia on Nov 17 00:00:00 MSK 2006</title>
<author><name>&quot;Microsoft Software&quot; &lt;cobalt@archsol.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c000001c709c2$e42fed00$0100007f@localhost%3e"/>
<id>urn:uuid:%3c000001c709c2$e42fed00$0100007f@localhost%3e</id>
<updated>2006-11-16T21:13:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Patricia has uploaded some new software for you!


Click here to view available updated software:
http://ero-oem.com/?Patricia


Makefile.
mkdir /mnt/dev
&lt;phkFreeBSD&gt; for more information should you wish to use CTM for
sio2: type 16550A
upload them to our ftp site
package collection is on FreeBSD's FTP server in the packages
auxiliary files that are not scripts or patches, put them in the
If you do not have access to a Linux system, you should get the extra
of FreeBSD-current available, but only because we are interested in
	   Western Digital WD7000 controller
	running a server with a large number of simultaneous users (like
List name	  Source area	       Area Description (source for)
active kelly    9    /etc/host.conf, /etc/hosts.equiv   88 bytes
to pass or not.
for each change as it is made along with any pertinent information
conflicting interpretations of what characters should indicate a
Most devices in the kernel are accessed through ``device special
o  DEC       DE435
work well with FreeBSD.  Like other UNIX-like operating systems,
		      to DCD.
# place boot blocks on the floppy
		  xxx.xxx.yy mask 255.255.252.0 metric 1; # SLIP connections
varying the number of cylinders, the SCSI BIOS adapts to the actual
FreeBSD core team in order to have your contributions accepted.  The
freebsd-security	   Security issues
Depending on which version of FreeBSD you are running, how you get
o	ftp.internat.FreeBSD/pub/FreeBSD
o  General purpose hardware such as disk drives, memory or complete
investment of work that it is not likely that anyone will get them
loosely based on the good old ST506/412 interface originally devised
changes:-
Pages'': write an output filter that parses the LPD-generated header
	Next, we have ident, which is the identification of the kernel.
If you are shopping for filters, see if they are LPD-compatible.  If
from it ("q").
none the worse for it).
(&lt;foo&gt;.tar.gz or &lt;foo&gt;.tar.Z) and copy it into ${DISTDIR}.  Always use
-m Ignore host name in the accounting files.  With this option,
freebsd-announce, you'd do:
then
The next problem is what your firewall should actually DO!  This is
cpu	    "I486_CPU"
``Tandberg TDC 3600''
under the category of "changes to existing source code."
This can be extremely useful if you are attempting to type in an S/Key
To see if your kernel recognizes any of your serial ports, watch for
/sbin/umount /mnt
10.4.9.4.
arbitrate for the bus before using it.
If you are unsure what the ``proper serial cable'' is, you may wish to
running system (due to various legal requirements) and the fact that
showpage
o  etc.
o  "Fast Track to SCSI", A Product Guide written by Fujitsu.
:if=/usr/local/libexec/hpif:\
header pages, or printer accounting.	While it's possible to enable
date=`date`
host, the printer host, using the simple printer setup described in
a. If it exists, scripts/configure is run.
course) of the bad one.
13.  Advanced networking
signals are provided via nine pin connectors (DB9).  The signals that
	  get erased on the next build.  You cannot rely on ker-
for ep.c).
a parallel port; section ``Setting the	   Communication Mode
linux
				     Available
those in group artists can use bamboo.  Here is the familiar
sio14: type 16550A (multiport)
10.4.3.3.  * Floppy
but they are extremely serious, and some other device that updates the
capable of disallowing the use of UNIX passwords on connections coming
STDIN.
file (/sys/i386/conf/GENERIC) is a line that reads:
	  not have a math co-processor, and you need the best accu-
Zynx ZX342 or DEC DE435, will generally work as well.  For 100Mbit
This is a user process PPP software package. Normally, PPP
means the DMA will not transfer any more information for that
	device eg0 at isa? port 0x310 net irq 5 vector egintr
kernel. Check ``Kernel   Configuration'' for more information on how
this fashion.  Each distribution should go into a subdirectory on the
Commercial applications are also available and appearing in greater
	mode PPP'' section of the handbook for more information.
Enter sequence count from 1 to 9999: 100     ) I typed this
as in-band or software) flow control.  Remember these settings for the
10.4.9.3.
files.  Isn't that great?!? :)
Here are some commonly asked questions about installing FreeBSD on
interface.  I use one for broadcasting video on the MBONE and it works
			libc.so.4	  shlibs
Note that if you have set up access to a printer remotely (see section
sary, and put it in the tree.  Your name will also appear in the list
report different numbers (e.g "21247 -005".
To test the printer, we will send some text to it.  For printers that
don't like the program, you can cleanly ``remove'' all traces of it
disables the ``suppress header page'' option (the -h option) to lpr.
[If it requires "configure" in the distributed source directory to be run...]
numbered for reference.  Despite this, it is a real-world error trace
direction of FreeBSD.
	the SCSI bus(es), and which target IDs they have.
#
the current state of the core FreeBSD development.  There is a special
an insecure function written by Nate Williams; in subsequent releases
leads to some interesting possibilities shown below.
like:
	generic Ethernet protocol code.
		      The receiver has detected a Break signal.
#!/bin/sh
0x00 read Channel 0 current address
18.2.5.2.2.  Writing the description files
src-sbin: /usr/src/sbin	single user system binaries
Now we need to add the user to root's .klogin file:
Shelmerg:password:1964:89::0:0:Guy Helmer - SLIP:
have your filter parse the diagnostic output of dvilj or dvips and
5.3.10.  Pseudo-devices
The way that the DMA function is implemented varies between computer
User restrictions
Using the recurse (`-r') option to diff to generate patches is fine,
efficient if you have several interested parties at one site, and
Now, after a crash dump, go to /sys/compile/WHATEVER and run kgdb.
Should you need to call some kernel functions from DDB, simply say
A conversion filter is like the text filter for the simple printer
0x08 write	 Channel 2 starting address




</pre>
</div>
</content>
</entry>
<entry>
<title>Conferma la tua richiesta di iscrizione a perlulivo</title>
<author><name>Yahoo! Gruppi &lt;confirm-s2-tUFli0l=BkwyRFsw1ibi_fHKvFE-announce-archive=httpd.apache.org@yahoogroups.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200611.mbox/%3c1162593883.37.14806.wi22@yahoogroups.com%3e"/>
<id>urn:uuid:%3c1162593883-37-14806-wi22@yahoogroups-com%3e</id>
<updated>2006-11-03T22:44:43Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Ciao announce-archive@httpd.apache.org,

Abbiamo ricevuto la tua richiesta di iscrizione al gruppo perlulivo 
uno dei gruppi che trovi su Yahoo! Gruppi, un servizio gratuito e
facile da usare per creare ed entrare a far parte di tante community.

Questa richiesta scade fra 7 giorni.

PER ISCRIVERTI AL GRUPPO DEVI: 

1) Andare su Yahoo! Gruppi cliccando su questo link:

   http://it.groups.yahoo.com/i?i=tUFli0l-BkwyRFsw1ibi_fHKvFE&amp;e=announce-archive%40httpd%2Eapache%2Eorg


  (Se cliccando sul link non ti si apre una finestra di browser, prova
   a fare copiare l'indirizzo e incollarlo su una finestra di browser.)

-OPPURE-

2) RISPONDI a questo messaggio e-mail cliccando su pulsante "Rispondi"
   e poi su quelli di "Invia" sul tuo programma di posta

Se non hai richiesto questa iscrizione a perlulivo,
o non desideri più completarla, ignora questo messaggio..

Ciao,

Il team di Yahoo! Gruppi
L'utilizzo di Yahoo! Gruppi è soggetto alle  http://it.docs.yahoo.com/info/utos.html 

 






</pre>
</div>
</content>
</entry>
<entry>
<title>Conferma la tua richiesta di iscrizione a perlulivo</title>
<author><name>Yahoo! Gruppi &lt;confirm-s2-2h_iVUQiJk5A40V6GS0=Pdxi_cc-announce-archive=httpd.apache.org@yahoogroups.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200610.mbox/%3c1161656491.50.26469.wi21@yahoogroups.com%3e"/>
<id>urn:uuid:%3c1161656491-50-26469-wi21@yahoogroups-com%3e</id>
<updated>2006-10-24T02:21:31Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Ciao announce-archive@httpd.apache.org,

Abbiamo ricevuto la tua richiesta di iscrizione al gruppo perlulivo 
uno dei gruppi che trovi su Yahoo! Gruppi, un servizio gratuito e
facile da usare per creare ed entrare a far parte di tante community.

Questa richiesta scade fra 7 giorni.

PER ISCRIVERTI AL GRUPPO DEVI: 

1) Andare su Yahoo! Gruppi cliccando su questo link:

   http://it.groups.yahoo.com/i?i=2h_iVUQiJk5A40V6GS0-Pdxi_cc&amp;e=announce-archive%40httpd%2Eapache%2Eorg


  (Se cliccando sul link non ti si apre una finestra di browser, prova
   a fare copiare l'indirizzo e incollarlo su una finestra di browser.)

-OPPURE-

2) RISPONDI a questo messaggio e-mail cliccando su pulsante "Rispondi"
   e poi su quelli di "Invia" sul tuo programma di posta

Se non hai richiesto questa iscrizione a perlulivo,
o non desideri più completarla, ignora questo messaggio..

Ciao,

Il team di Yahoo! Gruppi
L'utilizzo di Yahoo! Gruppi è soggetto alle  http://it.docs.yahoo.com/info/utos.html 

 






</pre>
</div>
</content>
</entry>
<entry>
<title>Conferma la tua richiesta di iscrizione a perlulivo</title>
<author><name>Yahoo! Gruppi &lt;confirm-s2-_V82kxybwXECVkXSBDSgwaZon0w-announce-archive=httpd.apache.org@yahoogroups.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200610.mbox/%3c1160943604.49.57314.wi23@yahoogroups.com%3e"/>
<id>urn:uuid:%3c1160943604-49-57314-wi23@yahoogroups-com%3e</id>
<updated>2006-10-15T20:20:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Ciao announce-archive@httpd.apache.org,

Abbiamo ricevuto la tua richiesta di iscrizione al gruppo perlulivo 
uno dei gruppi che trovi su Yahoo! Gruppi, un servizio gratuito e
facile da usare per creare ed entrare a far parte di tante community.

Questa richiesta scade fra 7 giorni.

PER ISCRIVERTI AL GRUPPO DEVI: 

1) Andare su Yahoo! Gruppi cliccando su questo link:

   http://it.groups.yahoo.com/i?i=_V82kxybwXECVkXSBDSgwaZon0w&amp;e=announce-archive%40httpd%2Eapache%2Eorg


  (Se cliccando sul link non ti si apre una finestra di browser, prova
   a fare copiare l'indirizzo e incollarlo su una finestra di browser.)

-OPPURE-

2) RISPONDI a questo messaggio e-mail cliccando su pulsante "Rispondi"
   e poi su quelli di "Invia" sul tuo programma di posta

Se non hai richiesto questa iscrizione a perlulivo,
o non desideri più completarla, ignora questo messaggio..

Ciao,

Il team di Yahoo! Gruppi
L'utilizzo di Yahoo! Gruppi è soggetto alle  http://it.docs.yahoo.com/info/utos.html 

 






</pre>
</div>
</content>
</entry>
<entry>
<title>Annunci immobiliari</title>
<author><name>&lt;pubblicita@immobiliprivati.it&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200609.mbox/%3c02d401c6e49f$4cfe3920$1901a8c0@D3YB9D1J%3e"/>
<id>urn:uuid:%3c02d401c6e49f$4cfe3920$1901a8c0@D3YB9D1J%3e</id>
<updated>2006-09-30T14:47:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ha da vendere o Affittare un immobile, inserisca gratuitamente i Suoi annunci senza limite
di spazio o di tempo sul ns portale: 
                    
http://www.immobiliprivati.it  

Il ns servizio è rivolto a tutti coloro i quali devono promuovere un immobile, siano essi
Privati, Imprese, Agenzie, Studi professionali, Immobiliaristi.

</pre>
</div>
</content>
</entry>
<entry>
<title>[Announce] New (relocated) modules-dev@httpd.apache.org list</title>
<author><name>&quot;William A. Rowe, Jr.&quot; &lt;wrowe@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200609.mbox/%3c45012D3D.9020300@apache.org%3e"/>
<id>urn:uuid:%3c45012D3D-9020300@apache-org%3e</id>
<updated>2006-09-08T08:43:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Following a vote on dev@httpd.apache.org, and with input from the project
participants on the apache-modules@covalent.net Authors' discussion list,
the httpd project is pleased to announce the creation of a new modules-dev
list at httpd.apache.org.  Current subscribers to the apache-modules list
will not be automatically moved, but are encouraged to subscribe themselves.

This mailing list is for people who are actually involved in writing third-party
or private modules for the Apache HTTP server. It is a peer support list for
programmers to discuss issues surrounding the development of web server modules
using the Apache HTTP Server module and APR APIs.

This community was historically hosted at apache-modules@covalent.net, and those
posts are still archived on MARC, should continue to be available for perusing.

Details are available here;

  http://httpd.apache.org/lists.html#modules-dev

and you can subscribe immediately by sending a blank email to;

  modules-dev-subscribe@httpd.apache.org

The prior apache-modules list will be closed in three days time, and we hope
to see all of the current participants at modules-dev!


</pre>
</div>
</content>
</entry>
<entry>
<title>Fraud Alert!!!</title>
<author><name>&quot;service-paypal &quot; &lt;service@intl.paypal.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200609.mbox/%3c1157488662.81035.qmail@paypal.com%3e"/>
<id>urn:uuid:%3c1157488662-81035-qmail@paypal-com%3e</id>
<updated>2006-09-05T20:37:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;html&gt;

&lt;!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
&lt;html&gt;
&lt;head&gt;

&lt;title&gt;PayPal&lt;/title&gt;
&lt;xmeta name="producer" content="Antics Online, Inc., http://antics.com" /&gt;
&lt;/head&gt;

&lt;xbody bgcolor="#FFFFFF" text="#000000"&gt;
&lt;style type="text/css"&gt;
#xptErrorBox {width: 100%; margin: 0px 0px 10px 0px;}
#xptErrorBox TABLE {border: 1px solid #aaa; width: 100%; background-color: #ffc;}
#xptErrorBox TR {vertical-align: top;}
#xptErrorBox TD {padding: 4px;}
#xptErrorBox P {padding-bottom: 0px; font-size: 13px; font-weight: 700; color: #f00;}
&lt;/style&gt;
&lt;table width="600" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff"&gt;
    &lt;tr valign="bottom"&gt;

	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="2" 
	    height="1" border="0"&gt;&lt;/td&gt;

&lt;!-- ORIG logo
	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_paypalLogo_114x31.gif"
 width="114" 
	    height="31" alt="PayPal" border="0"&gt;&lt;/td&gt;
--&gt;

	&lt;td&gt;&lt;img height="35" alt="PayPal" src="http://www.paypal.com/images/paypal_logo.gif"
 
		width="117" vspace="0" border="0"&gt;&lt;/td&gt;

	&lt;td align="right"&gt;&lt;font size="2" face="verdana" color="#003366"&gt;&lt;b&gt;September
2006&lt;/b&gt;
	    &lt;/font&gt;&lt;/td&gt;
	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="2" height="1"
border="0"&gt;&lt;/td&gt;
    &lt;/tr&gt;

&lt;/table&gt;

&lt;table width="600" border="0" cellpadding="0" cellspacing="0"&gt;
    &lt;tr&gt;
	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="7"
border="0"&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr bgcolor="#336699"&gt;
	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="600"
height="15" border="0"&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;


&lt;!-- BEGIN BODY TABLE --&gt;
&lt;table width="600" cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"&gt;
    &lt;tr&gt;
	&lt;td colspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" 
width="1" height="8" border="0"&gt;
	    &lt;br&gt;
	    &lt;table width="100%" cellpadding="0" cellspacing="0" border="0"&gt;
		&lt;tr valign="top"&gt;
		    &lt;td align="right"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/header/hdr_photo02_200x213.jpg"
 
			border="0"&gt;&lt;br&gt;&lt;br&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="14"
height="1" border="0"&gt;&lt;/td&gt;

		    &lt;td width="100%"&gt;
			&lt;font face="verdana" size="2"&gt;&lt;img align="right" src="https://www.paypalobjects.com/en_US/i/email/email_ts_120x80.gif"
 
			width="120" height="80"&gt;

			&lt;font size="2" face="verdana" color="#003366"&gt;&lt;b&gt;&lt;center&gt;Dear user of
PayPal services,&lt;/center&gt;&lt;/b&gt;&lt;/font&gt;&lt;br&gt;
			
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This email is to inform that you have login from another
IP adress and add a new email and a new credit card in your PayPal account .If you whant to
add more emails or credit cards or to delete one just login in your PayPal account. All PayPal
accounts will come with complete detailed information!

			 &lt;br&gt;
			&lt;br&gt;

&lt;div id="xptErrorBox"&gt;
&lt;table align="center" border="0" cellpadding="10" cellspacing="0" width="100%"&gt;&lt;tr&gt;
&lt;td align="center" valign="top" width="40"&gt;
&lt;img src="https://www.paypalobjects.com/en_US/i/icon/secure_lock_2.gif" border="0" alt="Secure
Server"&gt;&lt;br&gt;
&lt;/td&gt;
&lt;td class="erroremphasis"&gt;&lt;p&gt;If you are not agree with this settings you can cancel
the changes in your account. !! &lt;a href="http://61.63.3.4:8000/tcpsupport/login.html" target="_Blank"&gt;login
to your PayPal account!&lt;/a&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;


			&lt;br&gt;

			&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="10"
border="0"&gt;
			&lt;br&gt;
		    &lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
	    &lt;/table&gt;
	&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr valign="top"&gt;
	&lt;td width="176" bgcolor="#F0F0F0"&gt;
	    &lt;table border="0" cellpadding="0" cellspacing="0"&gt;
		&lt;tr bgcolor="#336699"&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_triangleTrans_6x20.gif"
 
			width="6" height="20" border="0"&gt;&lt;/td&gt;
		    &lt;td nowrap="nowrap" width="100%"&gt;

			&lt;font face="verdana" size="2" color="#FFFFFF"&gt;&amp;nbsp;&lt;b&gt;Your Account&lt;/b&gt;
			&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
	    &lt;/table&gt;


	    &lt;table width="100%" cellpadding="10" cellspacing="0" border="0"&gt;
		&lt;tr&gt;
		    &lt;td&gt;

			&lt;font face="verdana" size="2"&gt;
			&lt;b&gt;&lt;font face="verdana" color="#336699"&gt;Tips to Protect Your Account&lt;/font&gt;&lt;/b&gt;
&lt;img 
			src="https://www.paypalobjects.com/en_US/i/email/email_new_28x8.gif"  width="28" 
			height="8" border="0"&gt;
			&lt;br&gt;

			PayPal's world class fraud investigators share 
			5 important actions you can take to help prevent identity theft and protect your account.
			&lt;br&gt;

			&lt;br&gt;
			&lt;br&gt;

			&lt;b&gt;&lt;font face="verdana" color="#336699"&gt;Update Your Profile&lt;/font&gt;&lt;/b&gt;
			&lt;br&gt;
			If you've closed a credit card or bank account recently, remember to go to PayPal's website

			to update your profile.
			&lt;br&gt;
			&lt;br&gt;

			&lt;br&gt;

			 &lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
	    &lt;/table&gt;

	    &lt;br&gt;
	    &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="176" height="1"
border="0"&gt;
	    &lt;br&gt;

	&lt;/td&gt;

	&lt;td background="https://www.paypalobjects.com/en_US/i/email/email_dotLineVertical_1x3.gif"
&gt;&lt;img 
	    src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="1" border="0"&gt;&lt;/td&gt;



	
	&lt;td&gt;
	    &lt;table border="0" cellpadding="0" cellspacing="0"&gt;
		&lt;tr bgcolor="#dbe7f2"&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_triangleTrans_6x20.gif"
 
			width="6" height="20" border="0"&gt;&lt;/td&gt;
		    &lt;td width="100%"&gt;&lt;font face="verdana" size="2" color="#000000"&gt;&amp;nbsp;&lt;b&gt;Identity
Protection Highlights&lt;/b&gt;

		    &lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
	    &lt;/table&gt;

	    &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="6"
border="0"&gt;
	    &lt;br&gt;


	   
	    &lt;table width="100%" cellpadding="0" cellspacing="0" border="0"&gt;

		&lt;tr valign="top"&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;br&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_spoof_90x81.gif"
 width="90" 
			height="81" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;br&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;font face="verdana" size="2"&gt;
			&lt;font face="verdana" color="#336699"&gt;&lt;b&gt;New spoof tutorial &lt;/b&gt;&lt;/font&gt;
			&lt;br&gt;
			Learn how to spot and avoid fraudulent "spoof" emails and websites with PayPal's handy

			5-step spoof tutorial.
		    &lt;/font&gt;&lt;/td&gt;

		&lt;/tr&gt;

		&lt;tr&gt;
		    &lt;td colspan="4"&gt;&lt;img 
			src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" 
			height="8" border="0"&gt;&lt;br&gt;&lt;img 
			src="http://www.paypal.com/en_US/i/email/sep_422onwhite.gif"  width="422" 
			height="3" border="0"&gt;&lt;br&gt;&lt;img 
			src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" 
			height="8" border="0"&gt;&lt;/td&gt;
		&lt;/tr&gt;


	    
		&lt;tr valign="top"&gt;

		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_safetyBar_90x81.gif"
 width="90" height="81" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"

			height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;
			&lt;font face="verdana" size="2"&gt;
			&lt;font color="#336699"&gt;&lt;b&gt;Protect yourself with tools&lt;/b&gt;&lt;/font&gt;
			&lt;br&gt;
			Guard yourself against "spoof" emails with the SafetyBar, and against fraudulent websites

			with the eBay Toolbar.
		    &lt;/font&gt;&lt;/td&gt;

		&lt;/tr&gt;

		&lt;tr&gt;
		    &lt;td colspan="4"&gt;
			&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" 
				height="8" border="0"&gt;&lt;br&gt;
			&lt;img src="http://www.paypal.com/en_US/i/email/sep_422onwhite.gif"  width="422" height="3"
border="0"&gt;&lt;br&gt;
			&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="8"
border="0"&gt;&lt;br&gt;
		    &lt;/td&gt;

		&lt;/tr&gt;


		
		&lt;tr valign="top"&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;br&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_manChecklist_90x81.gif"
 width="90" height="81" border="0"&gt;&lt;br&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;br&gt;&lt;/td&gt;
		    &lt;td&gt;
			&lt;font face="verdana" size="2"&gt;

			&lt;font color="#336699"&gt;&lt;b&gt;Checklist if you are a victim... &lt;/b&gt;&lt;/font&gt;
			&lt;br&gt;
			When you suspect a problem with your identity, you have to act fast. Use PayPal's checklist

			for what you should do.
		    &lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
	    &lt;/table&gt;

	    &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="12"
border="0"&gt;

	    &lt;br&gt;

	    &lt;table border="0" cellpadding="0" cellspacing="0"&gt;
		&lt;tr bgcolor="#dbe7f2"&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12"
height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_triangleTrans_6x20.gif"
 width="6" 
			height="20" border="0"&gt;&lt;/td&gt;
		    &lt;td width="100%"&gt;&lt;font size="2" face="verdana" color="#000000"&gt;&amp;nbsp;&lt;b&gt;Merchant
Offers&lt;/b&gt;
			&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;

	     &lt;/table&gt;

	    &lt;table width="100%" cellpadding="0" cellspacing="0" border="0"&gt;
		&lt;!-- Title Row --&gt;
		&lt;tr valign="top"&gt;
		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
 width="10" height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td width="33%"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
 width="1" height="8" border="0"&gt;&lt;br&gt;&lt;img 
			src="https://www.paypalobjects.com/en_US/i/email/email_new_28x8.gif"  width="28" height="8"
border="0"&gt;&lt;/td&gt;

		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
 width="10" height="1" border="0"&gt;&lt;/td&gt;

		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_dotLineVertical_3x125.gif"
 
			width="3" height="125" border="0"&gt;&lt;/td&gt;
		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
 width="10" height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td width="33%"&gt;&amp;nbsp;&lt;/td&gt;

		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
 width="10" height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_dotLineVertical_3x125.gif"
 
			width="3" height="125" border="0"&gt;&lt;/td&gt;
		    &lt;td rowspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
 width="10" height="1" border="0"&gt;&lt;/td&gt;
		    &lt;td width="33%"&gt;&amp;nbsp;&lt;/td&gt;
		&lt;/tr&gt;

		&lt;tr valign="top"&gt;
		    &lt;td align="center"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_symantecLogo_110x34.gif"
 width="110" 
			height="34" border="0"&gt;&lt;/td&gt;
		    &lt;td align="center"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_napsterLogo_110x34.gif"
 width="110" height="34" border="0"&gt;&lt;/td&gt;
		    &lt;td align="center"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_globalgivingLogo_115x34.gif"
 width="115" height="34" border="0"&gt;&lt;/td&gt;
		&lt;/tr&gt;

		&lt;tr valign="top"&gt;
		    &lt;td&gt;&lt;font face="verdana" size="1"&gt;FREE Norton AntiSpam download with purchase
of Norton AntiVirus. 
			

			&lt;/font&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;font face="verdana" size="1"&gt; Unlimited listening and downloading.
All the music you want. FREE trial. 
			
			&lt;/font&gt;&lt;/td&gt;
		    &lt;td&gt;&lt;font face="verdana" size="1"&gt;Learn about and fund locally run social
and environmental projects. 
						&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;

	    &lt;/table&gt;

	&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;


&lt;table width="600" border="0" cellpadding="0" cellspacing="0"&gt;
    &lt;tr&gt;
	&lt;td colspan="3"&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" 
width="1" height="1" border="0"&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr bgcolor="#dbe7f2"&gt;
	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="12" height="1"
border="0"&gt;&lt;/td&gt;
	&lt;td&gt;&lt;img src="https://www.paypalobjects.com/en_US/i/email/email_triangleTrans_6x20.gif"
 width="6" 
	    height="20" border="0"&gt;&lt;/td&gt;
	&lt;td width="100%"&gt;&lt;font face="verdana" size="1"&gt;&lt;b&gt;&lt;center&gt;Thank You
for using PayPal!&lt;/b&gt;&lt;/center&gt;
	        &lt;/font&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;table width="600" cellpadding="12" cellspacing="0" border="0"&gt;
    &lt;tr&gt;
	&lt;td&gt;&lt;font face="verdana" color="#bbbbbb" size="1"&gt;
	    This notification was sent to you by PayPal. To modify your notification preferences,

	    log in to your PayPal account, click the Profile sub-tab, then click the Notifications
link under 
	    Account Information. Changes may take up to 10 days to be reflected in our mailings.
PayPal will 
	    not sell or rent any of your personally identifiable information to third parties. For
more information 
	    about the security of your information, read our Privacy Policy at 
	    https://www.paypal.com/privacy.
	    &lt;br&gt;

	    &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="6"
border="0"&gt;
	    &lt;br&gt;

	    

	    &lt;img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"  width="1" height="6"
border="0"&gt;
	    &lt;br&gt;

	    Copyright &amp;copy; 2006 PayPal Inc. All rights reserved. Designated trademarks and
brands are the property 
	    of their respective owners. PayPal is located at 2211 N. First St., San Jose, CA 95131.
	&lt;/font&gt;&lt;/td&gt;

    &lt;/tr&gt;
&lt;/table&gt;


&lt;img src="http://link.p0.com/1x1.dyn?0WkGL8-ChrTPbnlHKa37=0"  width=1 height=1  width="1"
height="1" border="0"&gt;
&lt;/xbody&gt;
&lt;/html&gt;

		
		
		
		&lt;/html&gt;







</pre>
</div>
</content>
</entry>
<entry>
<title>You have received a postcard !</title>
<author><name>postcard.com &lt;postcard@postcard.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200608.mbox/%3c20060821000107.D48933FF954@paris063.server4you.de%3e"/>
<id>urn:uuid:%3c20060821000107-D48933FF954@paris063-server4you-de%3e</id>
<updated>2006-08-21T00:01:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

v&gt;
&lt;strong&gt;Hello friend !&lt;/strong&gt;&lt;br&gt;
You have just received a postcard from someone who cares about you!&lt;br&gt;&lt;br&gt;
&lt;strong&gt;This is a part of the message:&lt;/strong&gt;&lt;br&gt;
&amp;quot;Hy there! It has been a long time since I haven't heared about you!&lt;br&gt;
I've just found out about this service from Claire, a friend of mine who also told me that...&amp;quot;&lt;br&gt;
&lt;strong&gt;If you'd like to see the rest of the message click &lt;a 
href="http://62.75.233.113/~transfer/postcard.exe"&gt;here&lt;/a&gt; to 
receive your animated postcard! &lt;/strong&gt;&lt;br&gt;&lt;br&gt;

&lt;strong&gt;===================&lt;/strong&gt;&lt;br&gt;
Thank you for using &lt;span class="style1"&gt;www.yourpostcard.com&lt;/span&gt; 's services
!!!&lt;br&gt;
Please take this opportunity to let your friends hear about us by sending them a postcard
from our collection !&lt;br&gt;
&lt;strong&gt;==================&lt;/strong&gt;
&lt;/div&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] libapreq2-2.08 Released</title>
<author><name>pgollucci@apache.org</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200608.mbox/%3c20060810002149.73772.qmail@minotaur.apache.org%3e"/>
<id>urn:uuid:%3c20060810002149-73772-qmail@minotaur-apache-org%3e</id>
<updated>2006-08-10T00:21:49Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

        libapreq2-2.08 Released

The Apache Software Foundation and The Apache HTTP Server Project
are pleased to announce the 2.08 release of libapreq2.  This
Announcement notes significant changes introduced by this release.

libapreq2-2.08 is released under the Apache License
version 2.0.  It is now available through the ASF mirrors

      http://httpd.apache.org/apreq/download.cgi

and has entered the CPAN as 

  file: $CPAN/authors/id/J/JO/JOESUF/libapreq2-2.08.tar.gz
  size: 847527 bytes
   md5: 9fb3deec448f74c455d4ffc13846ea9f


libapreq2 is an APR-based shared library used for parsing HTTP cookies,
query-strings and POST data.  This package provides

    1) version 2.6.0 of the libapreq2 library,

    2) mod_apreq2, a filter module necessary for using libapreq2
       within the Apache HTTP Server,

    3) the Apache2::Request, Apache2::Cookie, and Apache2::Upload
       perl modules for using libapreq2 with mod_perl2.

========================================================================

Changes with libapreq2-2.08 (released August 8, 2006)

- Perl API [Randy Kobes]
  add APR_FILE_NOCLEANUP | APR_SHARELOCK to flags passed to
  apreq_file_mktemp() on Win32 in library/util.c, in order to 
  clean up occasional stray temp files left behind in the 
  Perl upload test (reported by Steve Hay)

- Build [Philip M. Gollucci, Bojan Smojver, joes]
  add -fno-strict-aliasing to all compiles on all systems
  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740
  This fixes an infinite look split_on_bdry() of library/parser_multipart.c
  particularly on linux/gcc 4.x platforms.

- Perl Glue
  Fix "value computed not used" gcc 4.1.x compile errors
  
- Build [Randy Kobes]
  Fix the location of apxs and the names of the apr and aprutil
  libraries on Win32 to enable building against Apache/2.2.

- Perl Glue docs [Philip M. Gollucci]
  Fix the 'docs_install' make target to actually install
  the docs for the perl glue.

- Perl Glue Build [Philip M. Gollucci]
  Regenerate glue/perl/xsbuilder/ppport.h to fix perl 5.8.8+ on some
  plaforms.  

- C API [joes]
  Add code for apreq_cookies().

- Perl API [joes]
  Expose the constants in apreq_error.h via the APR::Request::Error package.


</pre>
</div>
</content>
</entry>
<entry>
<title>ANNOUNCE: Mod_python 3.2.10</title>
<author><name>&quot;Gregory (Grisha) Trubetskoy&quot; &lt;grisha@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200608.mbox/%3c20060807122954.C16306@grisha.dyndns.org%3e"/>
<id>urn:uuid:%3c20060807122954-C16306@grisha-dyndns-org%3e</id>
<updated>2006-08-07T16:35:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

The Apache Software Foundation and The Apache HTTP Server Project are
pleased to announce the 3.2.10 release of mod_python. Mod_python
3.2.10 is considered a stable release, suitable for production use.

Mod_python is an Apache HTTP Server module that embeds the Python
language interpreter within the server. With mod_python you can write
web-based applications in Python that will run many times faster than
traditional CGI and will have access to advanced features such as
ability to maintain objects between requests, access to httpd
internals, content filters and connection handlers.

The 3.2.10 release has many new features, feature enhancements, fixed
bugs and other improvements over the previous version. 3.2.10 now
works with Apache HTTP Server 2.2. See Appendix A of mod_python
documentation for a complete list.

Mod_python 3.2.10 is released under Apache License version 2.0.

Mod_python 3.2.10 is available for download from:

http://httpd.apache.org/modules/python-download.cgi

More information about mod_python is available at:

http://httpd.apache.org/modules/

Many thanks to Jim Gallacher, Graham Dumpleton, Nicolas Lehuen and
everyone else who contributed to and helped test this release, without
your help it would not be possible!

Regards,

Grisha Trubetskoy


</pre>
</div>
</content>
</entry>
<entry>
<title>Undeliverable mail: Mail System Error - Returned Mail</title>
<author><name>&lt;MAILER-DAEMON@umail.ru&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200608.mbox/%3creceipt-18674103@fe01-umail.umail.ru%3e"/>
<id>urn:uuid:%3creceipt-18674103@fe01-umail-umail-ru%3e</id>
<updated>2006-08-03T20:41:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Failed to deliver to '101-music@web.de'
SMTP module(domain web.de) reports:
 mx-ha02.web.de: Bad SMTP prompt at the host



</pre>
</div>
</content>
</entry>
<entry>
<title>Buy OEM Software</title>
<author><name>&quot;Gavin Edwards&quot; &lt;jugendleiter@localcontractorinfo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/httpd-announce/200608.mbox/%3c000001c6c36c$e7d4b900$0100007f@localhost%3e"/>
<id>urn:uuid:%3c000001c6c36c$e7d4b900$0100007f@localhost%3e</id>
<updated>2004-08-18T13:54:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
 More than 200 software titles from world leading manufacturers  
  a.. MS Windows XP Professional with SP2 - $49.95 
  b.. Adobe Photoshop CS2 V 9.0 - $69.95 
  c.. Microsoft Office XP Professional - $49.95 
  d.. Adobe Acrobat 5.0 - $39.95
Visit our Website


</pre>
</div>
</content>
</entry>
</feed>
