nightmorph 07/07/30 18:06:35
Modified: apache-developer.xml apache-troubleshooting.xml
apache-upgrading.xml
Log:
more apache updates
Revision Changes Path
1.5 xml/htdocs/doc/en/apache-developer.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-developer.xml?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-developer.xml?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-developer.xml?r1=1.4&r2=1.5
Index: apache-developer.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- apache-developer.xml 10 Oct 2006 19:39:51 -0000 1.4
+++ apache-developer.xml 30 Jul 2007 18:06:35 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.4
2006/10/10 19:39:51 so Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.5
2007/07/30 18:06:35 nightmorph Exp $ -->
<guide link="/doc/en/apache-developer.xml" lang="en">
<title>Apache Developer Documentation</title>
@@ -18,8 +18,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.3</version>
-<date>2006-07-06</date>
+<version>2.4</version>
+<date>2007-07-30</date>
<chapter>
<title>About this document</title>
@@ -87,55 +87,6 @@
</body>
</section>
<section>
-<title>Apache 1.x</title>
-<body>
-
-<table>
-<tr>
- <th>Use</th>
- <th>Old Path</th>
- <th>New Path</th>
-</tr>
-<tr>
- <ti>Server Root</ti>
- <ti><path>/etc/apache/</path></ti>
- <ti><path>/usr/lib/apache/</path></ti>
-</tr>
-<tr>
- <ti>Configuration Directory</ti>
- <ti><path>/etc/apache/conf/</path></ti>
- <ti><path>/etc/apache/</path></ti>
-</tr>
-<tr>
- <ti>Configuration</ti>
- <ti><path>/etc/apache/conf/apache.conf</path></ti>
- <ti><path>/etc/apache/httpd.conf</path></ti>
-</tr>
-<tr>
- <ti>Configuration</ti>
- <ti><path>/etc/apache/conf/commonapache.conf</path></ti>
- <ti><path>/etc/apache/httpd.conf</path></ti>
-</tr>
-<tr>
- <ti>Vhosts Configuration</ti>
- <ti><path>/etc/apache/conf/vhosts/</path></ti>
- <ti><path>/etc/apache/vhosts.d/</path></ti>
-</tr>
-<tr>
- <ti>Modules Configuration</ti>
- <ti><path>/etc/apache/conf/addon-modules/</path></ti>
- <ti><path>/etc/apache/modules.d/</path></ti>
-</tr>
-<tr>
- <ti>Module Binaries</ti>
- <ti><path>/usr/lib/apache-extramodules/</path></ti>
- <ti><path>/usr/lib/apache/modules/</path></ti>
-</tr>
-</table>
-
-</body>
-</section>
-<section>
<title>Apache 2.x</title>
<body>
@@ -217,9 +168,9 @@
</p>
<p>
-This chapter will guide a developer through upgrading an ebuild to use the new
-eclass, using one of our more complex packages,
-<c>net-www/mod_ldap_userdir</c> as an example.
+This chapter will guide a developer through upgrading an ebuild to use the new
+eclass, using one of our more complex packages,
+<c>www-apache/mod_ldap_userdir</c> as an example.
</p>
1.4 xml/htdocs/doc/en/apache-troubleshooting.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?r1=1.3&r2=1.4
Index: apache-troubleshooting.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apache-troubleshooting.xml 24 Mar 2007 11:21:36 -0000 1.3
+++ apache-troubleshooting.xml 30 Jul 2007 18:06:35 -0000 1.4
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.3
2007/03/24 11:21:36 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.4
2007/07/30 18:06:35 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/apache-troubleshooting.xml" lang="en">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
-<date>2005-10-24</date>
+<version>1.6</version>
+<date>2007-07-30</date>
<chapter>
<title>Checking the Logs</title>
@@ -281,17 +281,17 @@
<comment>(make sure you do these in order, it's very important!)</comment>
<comment>(first, we have to remove the currently installed apache)</comment>
-# <i>emerge -aCv '=net-www/apache-2*'</i>
+# <i>emerge -aCv '=www-servers/apache-2*'</i>
<comment>(then we rebuild the tool stack)</comment>
# <i>emerge -av '=dev-libs/apr-0*' '=dev-libs/apr-util-0*'</i>
<comment>(then we reinstall apache)</comment>
-# <i>emerge -av '=net-www/apache-2*'</i>
+# <i>emerge -av '=www-servers/apache-2*'</i>
<comment>(determine any packages that depend on apache)</comment>
-$ <i>equery depends net-www/apache</i>
-[ Searching for packages depending on net-www/apache... ]
+$ <i>equery depends www-servers/apache</i>
+[ Searching for packages depending on www-servers/apache... ]
dev-php/phpsysinfo-2.3-r2
dev-php/phpsysinfo-2.1-r2
dev-php/mod_php-4.3.11-r2
@@ -337,7 +337,7 @@
<note>
You may have to make minor changes to some places of your configuration if you
have added <c>Directive</c>s that these modules provide in places that don't
-test to for the module being loaded. It's recommended that <c>Directive</c>s
+test for the module being loaded. It's recommended that <c>Directive</c>s
like these be placed in test containers. See any of the .conf files in
<path>/etc/apache2/modules.d</path> examples.
</note>
1.8 xml/htdocs/doc/en/apache-upgrading.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?r1=1.7&r2=1.8
Index: apache-upgrading.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- apache-upgrading.xml 29 Jul 2007 21:36:58 -0000 1.7
+++ apache-upgrading.xml 30 Jul 2007 18:06:35 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.7
2007/07/29 21:36:58 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.8
2007/07/30 18:06:35 nightmorph Exp $ -->
<guide link="/doc/en/apache-upgrading.xml" lang="en">
<title>Upgrading Apache</title>
@@ -18,8 +18,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.4</version>
-<date>2007-07-29</date>
+<version>2.5</version>
+<date>2007-07-30</date>
<chapter>
<title>Introduction</title>
@@ -91,8 +91,8 @@
</p>
<pre caption="Finding packages to update">
-$ <i>equery depends net-www/apache</i>
-[ Searching for packages depending on net-www/apache... ]
+$ <i>equery depends www-servers/apache</i>
+[ Searching for packages depending on www-servers/apache... ]
dev-db/phpmyadmin-2.5.6
dev-php/mod_php-4.3.10
dev-php/phpsysinfo-2.1-r2
--
[EMAIL PROTECTED] mailing list