From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EKuiT-0002CQ-Nz for garchives@archives.gentoo.org; Thu, 29 Sep 2005 09:28:38 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8T9LAws001224; Thu, 29 Sep 2005 09:21:10 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8T9L9RJ017667 for ; Thu, 29 Sep 2005 09:21:10 GMT Message-Id: <200509290921.j8T9L9RJ017667@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1EKuiM-0001xf-DN for gentoo-doc-cvs@lists.gentoo.org; Thu, 29 Sep 2005 09:28:30 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 29 Sep 2005 09:28:21 +0000 From: "Xavier Neys" Date: Thu, 29 Sep 2005 09:28:21 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: apache-upgrading.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 43a2108b-3ff0-4252-9998-ecf95c1c2ce9 X-Archives-Hash: effbb288427dea253b59f6d1321b50da neysx 05/09/29 09:28:21 Modified: xml/htdocs/doc/en apache-upgrading.xml Log: #107567 Remove package.keyword stuff to reflect new stable apache Revision Changes Path 1.3 +4 -57 xml/htdocs/doc/en/apache-upgrading.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-upgrading.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: apache-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache-upgrading.xml 1 Aug 2005 15:52:23 -0000 1.2 +++ apache-upgrading.xml 29 Sep 2005 09:28:21 -0000 1.3 @@ -1,5 +1,7 @@ + + Upgrading Apache @@ -16,8 +18,8 @@ -2.2 -2005-08-01 +2.3 +2005-09-29 Introduction @@ -30,7 +32,6 @@ everything the Apache herd is responsible for difficult:

-
  • The configuration that came with Gentoo was dramatically different from @@ -61,7 +62,6 @@ of bugs.

    -

    This document details how to upgrade without breaking your system. If you are a developer or would like to know what we changed, or how ebuilds need to be @@ -90,7 +90,6 @@ package.

    -
     $ equery depends net-www/apache
     [ Searching for packages depending on net-www/apache... ]
    @@ -108,76 +107,29 @@
     www-apps/viewcvs-0.9.2_p20030430
     
    - The packages you have installed may be vastly different, make sure you run this command for yourself. - There are some modules and packages that depend on Apache that have not yet been updated. Please search bugzilla for any critical packages that you use with Apache. -

    Many webapps aren't affected in any way as most use the webapp eclass which takes care of installing them correctly. You may want to check to see if there is a new revision.

    - - -

    -As all the packages that support our changes are still in unstable, to be able -to use them you will need to add all the packages you want to upgrade (see -above) as well as the following to /etc/portage/package.keywords. -

    - - - -/etc/portage may not exist, please create it, as well as the files -inside it. - - - -
    -(If you are using Apache 1.3)
    -=net-www/apache-1*
    -net-www/gentoo-webroot-default
    -
    -(If you want to use lingerd with Apache 1.3)
    -net-www/lingerd
    -
    -(If you are using Apache 2.0)
    -net-www/apache
    -dev-libs/apr
    -dev-libs/apr-util
    -net-www/gentoo-webroot-default
    -
    -(Include all others that you need to upgrade as well)
    -dev-php/mod_php
    -net-www/mod_bandwidth
    -net-www/mod_layout
    -net-www/mod_ldap_userdir
    -net-www/mod_loopback
    -net-www/mod_mp3
    -net-www/mod_random
    -net-www/mod_throttle
    -net-www/mod_watch
    -
    - - -

    As we have added some new USE-flags, you may want to review them and add appropriate lines to /etc/portage/package.use. See Apache supported USE-flags for more details.

    -
     (Check the USE-flags and needed updates)
     # emerge --pretend --verbose --update --newuse --deep apache subversion \
    @@ -193,7 +145,6 @@
     # emerge --ask --verbose --update --newuse --deep world
     
    -

    Now you need to reconfigure Apache and its modules. Start by using etc-update or dispatch-conf to update the /etc/init.d @@ -219,7 +170,6 @@ have reconfigured apache using the new paths.

    - Many modules that used to be enabled by default are now disabled. If they are apache built-in modules, then uncomment the appropriate line in httpd.conf. @@ -227,18 +177,15 @@ add the name to /etc/conf.d/apache{|2} to enable it. -

    Now you may restart apache.

    -
     # /etc/init.d/apache stop
     # /etc/init.d/apache start
     
    -

    If you run into any problems check the Apache Troubleshooting Guide -- gentoo-doc-cvs@gentoo.org mailing list