From d319d97c8808f746072ba95bb10b7e0b97976ecd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 4 Aug 2010 15:32:59 +0000 Subject: testing/apache2: add default config ship a default config based on fedora's build optimization, dont build modules for the mpms. remove the gentoo specific parts from /etc/conf.d/apache2 --- testing/apache2/apache2.confd | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 'testing/apache2/apache2.confd') diff --git a/testing/apache2/apache2.confd b/testing/apache2/apache2.confd index 0297b57906..faf02fa979 100644 --- a/testing/apache2/apache2.confd +++ b/testing/apache2/apache2.confd @@ -9,39 +9,11 @@ HTTPD="/usr/sbin/httpd" -# When you install a module it is easy to activate or deactivate the modules -# and other features of apache using the HTTPD_OPTS line. Every module should -# install a configuration in /etc/apache2/modules.d. In that file will have an -# directive where NNN is the option to enable that module. # -# Here are the options available in the default configuration: +# To pass additional options (for instance, -D definitions) to the +# httpd binary at startup, set HTTPD_OPTS here. # -# AUTH_DIGEST Enables mod_auth_digest -# AUTHNZ_LDAP Enables authentication through mod_ldap -# CACHE Enables mod_cache -# DAV Enables mod_dav -# ERRORDOCS Enables default error documents for many languages. -# INFO Enables mod_info, a useful module for debugging -# LANGUAGE Enables content-negotiation based on language and charset. -# LDAP Enables mod_ldap -# MANUAL Enables /manual/ to be the apache manual (needs apache-doc) -# MEM_CACHE Enables default configuration mod_mem_cache -# PROXY Enables mod_proxy -# SSL Enables SSL -# SUEXEC Enables running CGI scripts (in USERDIR) through suexec. -# USERDIR Enables /~username mapping to /home/username/public_html -# -# -# The following two options provide the default virtual host for the HTTP and -# HTTPS protocol. YOU NEED TO ENABLE AT LEAST ONE OF THEM, otherwise apache -# will not listen for incomming connections on the approriate port. -# -# DEFAULT_VHOST Enables name-based virtual hosts, with the default -# virtual host being in /var/www/localhost/htdocs -# SSL_DEFAULT_VHOST Enables default vhost for SSL (you should enable this -# when you enable SSL) -# -HTTPD_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO" +HTTPD_OPTS= # Extended options for advanced uses of Apache ONLY # You don't need to edit these unless you are doing crazy Apache stuff -- cgit v1.2.3