diff options
author | 2003-07-27 02:54:41 +0000 | |
---|---|---|
committer | 2003-07-27 02:54:41 +0000 | |
commit | 9c7b6f5ce120b6ea6eb8d5e758d589466edbf20b (patch) | |
tree | 81c723b16b58fc11ab4f697515728f456f2fb43f /net-www/apache | |
parent | added metadata.xml files (diff) | |
download | historical-9c7b6f5ce120b6ea6eb8d5e758d589466edbf20b.tar.gz historical-9c7b6f5ce120b6ea6eb8d5e758d589466edbf20b.tar.bz2 historical-9c7b6f5ce120b6ea6eb8d5e758d589466edbf20b.zip |
-D PHP is now -D PHP4
Diffstat (limited to 'net-www/apache')
-rw-r--r-- | net-www/apache/files/2.0.40/apache2.confd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/files/2.0.40/apache2.confd b/net-www/apache/files/2.0.40/apache2.confd index 428c1b70e6d1..f31ff3785823 100644 --- a/net-www/apache/files/2.0.40/apache2.confd +++ b/net-www/apache/files/2.0.40/apache2.confd @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/2.0.40/apache2.confd,v 1.2 2002/11/28 20:23:09 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/2.0.40/apache2.confd,v 1.3 2003/07/27 02:54:41 vapier Exp $ # Config file for /etc/init.d/apache2 @@ -15,7 +15,7 @@ # This means that the mod_ssl.so DSO module is only loaded # into the server when you pass "-D SSL" at startup. To # enable WebDAV, add "-D DAV". If you installed mod_php -# then add "-D PHP". For more options, please read the +# then add "-D PHP4". For more options, please read the # snippets in the /etc/apache2/conf/modules.d directory. #APACHE2_OPTS="-D SSL" |