summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-docs__conf__httpd.conf.in
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-16 10:44:31 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-04-16 10:44:31 +0000
commit6b504a6d6f2b8a2d4acfa68ad7953f666abf5efa (patch)
tree814be0bf41c1870753bd1fd9a23097ef1f840651 /www/apache22/files/patch-docs__conf__httpd.conf.in
parentUpdate to latest commit. (diff)
www/mod_antiloris
www/mod_auth_imap2 www/mod_authn_sasl www/mod_bw www/mod_cband www/mod_clamav www/mod_extract_forwarded www/mod_hosts_access www/mod_log_config-st www/mod_log_mysql www/mod_log_sql2-dtc www/mod_macro22 www/mod_musicindex www/mod_ntlm2 www/mod_proxy_html www/mod_remoteip www/mod_spdy www/mod_uid www/mod_vhost_ldap www/mod_whatkilledus www/mod_xml2enc 2017-07-01 www/apache22: Upstream propose EoL of apache 2.2.x during the next 12 months
Diffstat (limited to 'www/apache22/files/patch-docs__conf__httpd.conf.in')
-rw-r--r--www/apache22/files/patch-docs__conf__httpd.conf.in62
1 files changed, 0 insertions, 62 deletions
diff --git a/www/apache22/files/patch-docs__conf__httpd.conf.in b/www/apache22/files/patch-docs__conf__httpd.conf.in
deleted file mode 100644
index 65eb79db0ed6..000000000000
--- a/www/apache22/files/patch-docs__conf__httpd.conf.in
+++ /dev/null
@@ -1,62 +0,0 @@
---- docs/conf/httpd.conf.in.orig 2012-02-06 16:54:24 UTC
-+++ docs/conf/httpd.conf.in
-@@ -54,6 +54,9 @@ Listen @@Port@@
- #
- @@LoadModule@@
-
-+# Third party modules
-+Include @rel_sysconfdir@/modules.d/[0-9][0-9][0-9]_*.conf
-+
- <IfModule !mpm_netware_module>
- <IfModule !mpm_winnt_module>
- #
-@@ -64,8 +67,8 @@ Listen @@Port@@
- # 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 %%WWWOWN%%
-+Group %%WWWGRP%%
-
- </IfModule>
- </IfModule>
-@@ -114,7 +117,6 @@ DocumentRoot "@exp_htdocsdir@"
- # features.
- #
- <Directory />
-- Options FollowSymLinks
- AllowOverride None
- Order deny,allow
- Deny from all
-@@ -185,7 +187,7 @@ DocumentRoot "@exp_htdocsdir@"
- # logged here. If you *do* define an error logfile for a <VirtualHost>
- # container, that host's errors will be logged there and not here.
- #
--ErrorLog "@rel_logfiledir@/error_log"
-+ErrorLog "@rel_logfiledir@/httpd-error.log"
-
- #
- # LogLevel: Control the number of messages logged to the error_log.
-@@ -214,13 +216,13 @@ LogLevel warn
- # define per-<VirtualHost> access logfiles, transactions will be
- # logged therein and *not* in this file.
- #
-- CustomLog "@rel_logfiledir@/access_log" common
-+ #CustomLog "@rel_logfiledir@/httpd-access.log" common
-
- #
- # If you prefer a logfile with access, agent, and referer information
- # (Combined Logfile Format) you can use the following directive.
- #
-- #CustomLog "@rel_logfiledir@/access_log" combined
-+ CustomLog "@rel_logfiledir@/httpd-access.log" combined
- </IfModule>
-
- <IfModule alias_module>
-@@ -416,3 +418,5 @@ DefaultType text/plain
- SSLRandomSeed startup builtin
- SSLRandomSeed connect builtin
- </IfModule>
-+
-+Include @rel_sysconfdir@/Includes/*.conf