]> git.pld-linux.org Git - packages/apache.git/commitdiff
port misc changes from feat/conf-modules branch
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Apr 2019 12:59:44 +0000 (15:59 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 30 Apr 2019 13:03:43 +0000 (16:03 +0300)
apache-common.conf
apache-manual.conf
apache-mod_ssl.conf
apache.spec

index 085c5e7ef242e475e2b4aa970cbc154e200d5737..714c05bead7dda1d3d5beffd6c259b46861a54c5 100644 (file)
@@ -63,7 +63,7 @@ DocumentRoot "/home/services/httpd/html"
        # doesn't give it to you.
        #
        # The Options directive is both complicated and important.  Please see
-       # http://httpd.apache.org/docs/2.2/mod/core.html#options
+       # https://httpd.apache.org/docs/2.4/mod/core.html#options
        # for more information.
        #
        Options Indexes FollowSymLinks
index 1ccd95f65fdbea29247e32f9fc6ebf88e22f20ac..a42794125216363db67eceb7f48f9ca33847cf4a 100644 (file)
@@ -1,8 +1,7 @@
-#
 # Provide access to the documentation on your server as
 #  http://yourserver.example.com/manual/
 # The documentation is always available at
-#  http://httpd.apache.org/docs/2.2/
+#  https://httpd.apache.org/docs/2.4/
 #
 # Required modules: mod_alias, mod_setenvif, mod_negotiation
 #                   mod_setenvif, mod_negotiation
index 7f0b2593e2da044aac9e0fce7e84f34ead809e8b..f8d7e2c7f031601cc23ec9eb479eb5cd70b3d986 100644 (file)
@@ -3,7 +3,7 @@ LoadModule ssl_module   modules/mod_ssl.so
 # This is the Apache server configuration file providing SSL support.
 # It contains the configuration directives to instruct the server how to
 # serve pages over an https connection. For detailing information about these
-# directives see <URL:http://httpd.apache.org/docs/2.2/mod/mod_ssl.html>
+# directives see <https://httpd.apache.org/docs/2.4/mod/mod_ssl.html>
 
 <IfModule mod_ssl.c>
 #
index 8e72db3acdd4314d1796098bf76b69debd739a2d..371e021d0f7f58f999fba6ed70d540bd1a51a0cc 100644 (file)
@@ -1,11 +1,10 @@
 # TODO:
 # - config examples for mod_*
 # - --with-suexec-uidmin=500 or =1000 ?
-# - check those autn modules inner deps
+# - check those authn modules inner deps
 # - for external packages: don't use any apache module name in dep as they
-#  differ for apache 1.3/2.0/2.2!? any better ideas? rpm Suggests: tags?
-# - for mod_auth_* modules require each auth module to require virtual authn so at least *_core
-#  is chosen?
+#   differ for apache 1.3/2.0/2.2!? any better ideas? rpm Suggests: tags?
+# - for mod_auth_* modules require each auth module to require virtual authn so at least *_core is chosen?
 # - same for mod_authz
 # - mod_auth_digest and mod_auth_basic R: apache(authn) ?
 # - drop mod_case_filter* or find summary and description for them
@@ -2978,7 +2977,7 @@ rm -rf $RPM_BUILD_ROOT
 %useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http
 
 %pretrans base
-# handle $HTTPD_MPM from sysconfig
+# upgrade to 2.4: handle $HTTPD_MPM from sysconfig
 if [ -f /etc/sysconfig/httpd ]; then
        MPM=$(grep ^HTTPD_MPM /etc/sysconfig/httpd | sed 's,HTTPD_MPM=,,;s,",,g')
        if [ -n "$MPM" ]; then
This page took 0.046272 seconds and 4 git commands to generate.