diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-04-11 04:27:31 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-04-11 04:27:31 +0000 |
commit | e67c8c4c12e97e1728c4e14f12036061b53318c7 (patch) | |
tree | b6e0a13475b0457c1c6f14fa5383938933833c36 /net-www | |
parent | updated configure for qt 2.2 (diff) | |
download | gentoo-2-e67c8c4c12e97e1728c4e14f12036061b53318c7.tar.gz gentoo-2-e67c8c4c12e97e1728c4e14f12036061b53318c7.tar.bz2 gentoo-2-e67c8c4c12e97e1728c4e14f12036061b53318c7.zip |
mod_php will now provide its own conf-snippet. hooray for modularity!
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/apache/files/conf/commonapache.conf | 15 |
2 files changed, 6 insertions, 18 deletions
diff --git a/net-www/apache/ChangeLog b/net-www/apache/ChangeLog index 6251a00a0c31..d6be615c4bc3 100644 --- a/net-www/apache/ChangeLog +++ b/net-www/apache/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for net-www/apache # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.5 2002/04/10 17:04:09 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/ChangeLog,v 1.6 2002/04/11 04:27:31 woodchip Exp $ 10 Apr 2002; Donny Davies <woodchip@gentoo.org> apache-1.3.24-r1.ebuild, files/conf/commonapache.conf : - Corrected the apache user's home directory (/var/www -> /home/httpd). Corrected - the icons directory in the conf file (/var/www/icons -> /home/httpd/icons). + o Corrected the apache user's home directory (/var/www -> /home/httpd). + o Corrected the icons directory (/var/www/icons -> /home/httpd/icons). + o Ripped the php mime types from the commonapache.conf file. I moved + them to the php package, as an addon config snippet. + (/etc/apache/conf/mod_php.conf) *apache-1.3.24-r1 (9 Apr 2002) diff --git a/net-www/apache/files/conf/commonapache.conf b/net-www/apache/files/conf/commonapache.conf index 5261af0151cc..e059b7adb89f 100644 --- a/net-www/apache/files/conf/commonapache.conf +++ b/net-www/apache/files/conf/commonapache.conf @@ -392,21 +392,6 @@ ServerSignature On LanguagePriority en fr de es it da nl et el ja kr no pl pt pt-br ru ltz ca sv tw </IfModule> - # - # AddType allows you to tweak mime.types without actually editing it, or to - # make certain files to be certain types. - # - # For example, the PHP 3.x module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # - #AddType application/x-httpd-php3 .php3 - #AddType application/x-httpd-php3-source .phps - # - # And for PHP 4.x, use: - # - #AddType application/x-httpd-php .php - #AddType application/x-httpd-php-source .phps - AddType application/x-tar .tgz # |