summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2002-09-13 08:40:32 +0000
committerNicholas Jones <carpaski@gentoo.org>2002-09-13 08:40:32 +0000
commit926321f5433501a4936c106054408e44a43f8ddc (patch)
tree67a5c03836124e5c995f36bc6865603e9554155a /net-www
parentMoving apache2 into apache (diff)
downloadgentoo-2-926321f5433501a4936c106054408e44a43f8ddc.tar.gz
gentoo-2-926321f5433501a4936c106054408e44a43f8ddc.tar.bz2
gentoo-2-926321f5433501a4936c106054408e44a43f8ddc.zip
apache2 move...
Diffstat (limited to 'net-www')
-rw-r--r--net-www/apache2/files/apache.confd29
-rw-r--r--net-www/apache2/files/apache.rc621
-rw-r--r--net-www/apache2/files/apache2-builtin-mods89
-rw-r--r--net-www/apache2/files/digest-apache2-2.0.401
4 files changed, 0 insertions, 140 deletions
diff --git a/net-www/apache2/files/apache.confd b/net-www/apache2/files/apache.confd
deleted file mode 100644
index 16c4097f9fad..000000000000
--- a/net-www/apache2/files/apache.confd
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# /space/gentoo/cvsroot/gentoo-x86/net-www/apache/files/apache.confd,v 1.2 2002/05/04 23:23:00 woodchip Exp
-
-# Config file for /etc/init.d/apache
-
-# Here's an example from /etc/apache/conf/apache.conf using mod_ssl:
-#
-# <IfDefine SSL>
-# LoadModule ssl_module extramodules/libssl.so
-# </IfDefine>
-#
-# This means that libssl.so is only loaded into the server when you
-# pass "-D SSL" to it at startup.
-#
-# Anything else in apache.conf which is guarded similarly, like:
-#
-# <IfDefine FOO> ... </IfDefine>
-#
-# can be easily turned on/off by editing APACHE_OPTS below to
-# include or to not include "-D FOO".
-#
-# If you installed mod_throttle, you can add "-D THROTTLE"; if you
-# installed mod_dav, then add "-D DAV". For mod_gzip use "-D GZIP".
-# The mod_contribs package has several options you can use. See
-# your apache.conf file for more details.
-
-
-#APACHE_OPTS="-D SSL -D PHP4"
diff --git a/net-www/apache2/files/apache.rc6 b/net-www/apache2/files/apache.rc6
deleted file mode 100644
index 7e5818205156..000000000000
--- a/net-www/apache2/files/apache.rc6
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# /space/gentoo/cvsroot/gentoo-x86/net-www/apache/files/apache.rc6,v 1.1 2002/04/09 23:51:39 woodchip Exp
-
-depend() {
- need net
- use mysql
-}
-
-start() {
- ebegin "Starting apache"
- /usr/local/apache2/bin/httpd -k start ${APACHE_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping apache"
- /usr/local/apache2/bin/httpd -k stop ${APACHE_OPTS}
- eend $?
-}
diff --git a/net-www/apache2/files/apache2-builtin-mods b/net-www/apache2/files/apache2-builtin-mods
deleted file mode 100644
index 5e6a82f957e4..000000000000
--- a/net-www/apache2/files/apache2-builtin-mods
+++ /dev/null
@@ -1,89 +0,0 @@
-# /space/gentoo/cvsroot/gentoo-x86/net-www/apache/files/apache-builtin-mods,v 1.2 2002/05/04 23:23:00 woodchip Exp
-#
-# This is a config file for choosing which Apache built-in modules you
-# want and how they should be compiled. You have the option of either
-# compiling them statically into the apache binary, or building them
-# as DSO's (Dynamic Shared Object). Please consult some documentation
-# for reasons why you'd want one versus the other. This file simply
-# helps to make your life easier when customizing and upgrading your
-# Apache server. The defaults are _fine_ for most users, and it is
-# assumed you _know_ what you're doing if you change things in here.
-#
-# This file will be installed into /etc/apache when you first emerge
-# Apache. If/when you upgrade by installing a newer version, it will
-# be consulted for your options. In this way, your previous
-# configuration is preserved without the need to edit the actual
-# ebuild. The default configuration in the Apache ebuild's files/
-# directory is used as a fallback if the one in /etc/apache is not
-# available.
-#
-# To compile a module statically into the apache binary, simply put
-# static beside it. To compile a module as a DSO, put shared beside
-# it. To disable a module, simply put a - as the first character on
-# the line.
-#
-# Examples:
-# mod_access shared ( this would build a DSO )
-# mod_actions static ( this would get compiled statically )
-# - mod_alias shared ( this module would not be built at all )
-#
-# Please be aware that if you _do_ customize these then you'll need
-# to manually adjust your apache.conf file, tweaking the LoadModule
-# and AddModule lines accordingly or else your server will fail to
-# start! You've been warned ;)
-#
-# // woodchip
-
-mod_access shared
-mod_actions shared
-mod_alias shared
-mod_asis shared
-mod_auth shared
-mod_auth_anon shared
-mod_auth_dbm shared
-mod_auth_digest shared
-mod_autoindex shared
-mod_bucketeer shared
-mod_cache shared
-mod_case_filter shared
-mod_case_filter_in shared
-mod_cern_meta shared
-mod_cgi shared
-mod_cgid shared
-mod_charset_lite shared
-mod_dav shared
-mod_dav_fs shared
-mod_deflate shared
-mod_dir shared
-mod_disk_cache shared
-mod_echo shared
-mod_env shared
-mod_example shared
-mod_expires shared
-mod_ext_filter shared
-mod_file_cache shared
-mod_headers shared
-mod_imap shared
-mod_include shared
-mod_info shared
-mod_log_config shared
-mod_mem_cache shared
-mod_mime shared
-mod_mime_magic shared
-mod_negotiation shared
-mod_optional_fn_export shared
-mod_optional_fn_import shared
-mod_optional_hook_export shared
-mod_optional_hook_import shared
-mod_proxy shared
-mod_rewrite shared
-mod_setenvif shared
-mod_so static
-mod_speling shared
-mod_ssl shared
-mod_status shared
-mod_suexec shared
-mod_unique_id shared
-mod_userdir shared
-mod_usertrack shared
-mod_vhost_alias shared
diff --git a/net-www/apache2/files/digest-apache2-2.0.40 b/net-www/apache2/files/digest-apache2-2.0.40
deleted file mode 100644
index c6cc220e71d7..000000000000
--- a/net-www/apache2/files/digest-apache2-2.0.40
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fdb35bc3b5b7833e45a455b56a0d0be5 httpd-2.0.40.tar.gz 4676089