summaryrefslogtreecommitdiff
path: root/network/apache2/patches/httpd.conf.diff
diff options
context:
space:
mode:
Diffstat (limited to 'network/apache2/patches/httpd.conf.diff')
-rw-r--r--network/apache2/patches/httpd.conf.diff63
1 files changed, 63 insertions, 0 deletions
diff --git a/network/apache2/patches/httpd.conf.diff b/network/apache2/patches/httpd.conf.diff
new file mode 100644
index 0000000000..c506d8f94c
--- /dev/null
+++ b/network/apache2/patches/httpd.conf.diff
@@ -0,0 +1,63 @@
+--- a/httpd.conf 2007-02-26 21:44:23.000000000 +0100
++++ b/httpd.conf 2007-02-26 22:24:12.000000000 +0100
+@@ -88,7 +88,7 @@
+ LoadModule proxy_http_module libexec/apache2/mod_proxy_http.so
+ LoadModule proxy_ajp_module libexec/apache2/mod_proxy_ajp.so
+ LoadModule proxy_balancer_module libexec/apache2/mod_proxy_balancer.so
+-LoadModule ssl_module libexec/apache2/mod_ssl.so
++#LoadModule ssl_module libexec/apache2/mod_ssl.so
+ LoadModule mime_module libexec/apache2/mod_mime.so
+ LoadModule dav_module libexec/apache2/mod_dav.so
+ LoadModule status_module libexec/apache2/mod_status.so
+@@ -116,8 +116,8 @@
+ # It is usually good practice to create a dedicated user and group for
+ # running httpd, as with most system services.
+ #
+-User daemon
+-Group daemon
++User apache2
++Group apache2
+ </IfModule>
+
+ # 'Main' server configuration
+@@ -419,34 +419,34 @@
+ # necessary.
+
+ # Server-pool management (MPM specific)
+-#Include /etc/apache2/extra/httpd-mpm.conf
++Include /etc/apache2/extra/httpd-mpm.conf
+
+ # Multi-language error messages
+ #Include /etc/apache2/extra/httpd-multilang-errordoc.conf
+
+ # Fancy directory listings
+-#Include /etc/apache2/extra/httpd-autoindex.conf
++Include /etc/apache2/extra/httpd-autoindex.conf
+
+ # Language settings
+ #Include /etc/apache2/extra/httpd-languages.conf
+
+ # User home directories
+-#Include /etc/apache2/extra/httpd-userdir.conf
++Include /etc/apache2/extra/httpd-userdir.conf
+
+ # Real-time info on requests and configuration
+-#Include /etc/apache2/extra/httpd-info.conf
++Include /etc/apache2/extra/httpd-info.conf
+
+ # Virtual hosts
+ #Include /etc/apache2/extra/httpd-vhosts.conf
+
+ # Local access to the Apache HTTP Server Manual
+-#Include /etc/apache2/extra/httpd-manual.conf
++Include /etc/apache2/extra/httpd-manual.conf
+
+ # Distributed authoring and versioning (WebDAV)
+ #Include /etc/apache2/extra/httpd-dav.conf
+
+ # Various default settings
+-#Include /etc/apache2/extra/httpd-default.conf
++Include /etc/apache2/extra/httpd-default.conf
+
+ # Secure (SSL/TLS) connections
+ #Include /etc/apache2/extra/httpd-ssl.conf