diff --git a/apache2-README b/apache2-README index 402904c..92c9a51 100644 --- a/apache2-README +++ b/apache2-README @@ -48,14 +48,14 @@ The following nice article has a more in depth answer: http://www.onlamp.com/pub/a/apache/2004/06/17/apacheckbk.html See -http:///httpd.apache.org/docs/2.4/mpm.html and -http:///httpd.apache.org/docs/2.4/misc/perf-tuning.html#compiletime +http://httpd.apache.org/docs/2.4/mpm.html and +http://httpd.apache.org/docs/2.4/misc/perf-tuning.html#compiletime for more technical details. In general, using a threaded MPM (worker) requires that all libraries that are loaded into apache (and libraries loaded by them in turn) be threadsafe as well. See -http:///httpd.apache.org/docs/2.4/developer/thread_safety.html for a status on +http://httpd.apache.org/docs/2.4/developer/thread_safety.html for a status on some libraries. diff --git a/apache2-default-server.conf b/apache2-default-server.conf index 599e244..819283b 100644 --- a/apache2-default-server.conf +++ b/apache2-default-server.conf @@ -17,7 +17,7 @@ DocumentRoot "/srv/www/htdocs" # doesn't give it to you. # # The Options directive is both complicated and important. Please see - # http:///httpd.apache.org/docs/2.4/mod/core.html#options + # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. Options None # AllowOverride controls what directives may be placed in .htaccess files. diff --git a/apache2-default-vhost-ssl.conf b/apache2-default-vhost-ssl.conf index f504bcb..f5471d4 100644 --- a/apache2-default-vhost-ssl.conf +++ b/apache2-default-vhost-ssl.conf @@ -2,7 +2,7 @@ # 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 +# directives see # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure diff --git a/apache2-default-vhost.conf b/apache2-default-vhost.conf index ace6f0b..5bd2011 100644 --- a/apache2-default-vhost.conf +++ b/apache2-default-vhost.conf @@ -92,7 +92,7 @@ # doesn't give it to you. # # The Options directive is both complicated and important. Please see - # http:///httpd.apache.org/docs/2.4/mod/core.html#options + # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options +Indexes +MultiViews +FollowSymLinks diff --git a/apache2-httpd.conf b/apache2-httpd.conf index c1d00be..aa747a6 100644 --- a/apache2-httpd.conf +++ b/apache2-httpd.conf @@ -3,7 +3,7 @@ # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. -# See for detailed information about +# See for detailed information about # the directives. # Based upon the default apache configuration file that ships with apache, @@ -193,7 +193,7 @@ Include /etc/apache2/sysconfig.d/include.conf # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at -# +# # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host diff --git a/apache2-listen.conf b/apache2-listen.conf index 9c0bea5..205dc33 100644 --- a/apache2-listen.conf +++ b/apache2-listen.conf @@ -1,7 +1,7 @@ # Listen: Allows you to bind Apache to specific IP addresses and/or # ports. See also the directive. # -# http:///httpd.apache.org/docs/2.4/mod/mpm_common.html#listen +# http://httpd.apache.org/docs/2.4/mod/mpm_common.html#listen # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses (0.0.0.0) diff --git a/apache2-mod_autoindex-defaults.conf b/apache2-mod_autoindex-defaults.conf index e507501..5780685 100644 --- a/apache2-mod_autoindex-defaults.conf +++ b/apache2-mod_autoindex-defaults.conf @@ -1,7 +1,7 @@ # # Directives controlling the display of server-generated directory listings. # -# see http:///httpd.apache.org/docs/2.4/mod/mod_autoindex.html +# see http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html # diff --git a/apache2-mod_info.conf b/apache2-mod_info.conf index 56472e2..6706ebd 100644 --- a/apache2-mod_info.conf +++ b/apache2-mod_info.conf @@ -2,7 +2,7 @@ # Allow remote server configuration reports, with the URL of # http://servername/server-info (requires that mod_info.c be loaded). # -# see http:///httpd.apache.org/docs/2.4/mod/mod_info.html +# see http://httpd.apache.org/docs/2.4/mod/mod_info.html # diff --git a/apache2-mod_log_config.conf b/apache2-mod_log_config.conf index 7562d50..e82e1d4 100644 --- a/apache2-mod_log_config.conf +++ b/apache2-mod_log_config.conf @@ -2,7 +2,7 @@ # The following directives define some format nicknames for use with # a CustomLog directive. # -# http:///httpd.apache.org/docs/2.4/mod/mod_log_config.html +# http://httpd.apache.org/docs/2.4/mod/mod_log_config.html # # diff --git a/apache2-mod_mime-defaults.conf b/apache2-mod_mime-defaults.conf index 829c816..d6ab868 100644 --- a/apache2-mod_mime-defaults.conf +++ b/apache2-mod_mime-defaults.conf @@ -2,7 +2,7 @@ # mod_mime configuration: # associate various bits of "meta information" with files by their filename extensions # -# see http:///httpd.apache.org/docs/2.4/mod/mod_mime.html +# see http://httpd.apache.org/docs/2.4/mod/mod_mime.html # # Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl) @@ -152,7 +152,7 @@ AddHandler type-map var # Guess the MIME type of a file by looking at a few bytes of its contents -# http:///httpd.apache.org/docs/2.4/mod/mod_mime_magic.html +# http://httpd.apache.org/docs/2.4/mod/mod_mime_magic.html MIMEMagicFile /etc/apache2/magic diff --git a/apache2-mod_status.conf b/apache2-mod_status.conf index 56d4015..60bd16f 100644 --- a/apache2-mod_status.conf +++ b/apache2-mod_status.conf @@ -2,7 +2,7 @@ # Allow server status reports generated by mod_status, # with the URL of http://servername/server-status # -# see http:///httpd.apache.org/docs/2.4/mod/mod_status.html +# see http://httpd.apache.org/docs/2.4/mod/mod_status.html # diff --git a/apache2-server-tuning.conf b/apache2-server-tuning.conf index 5d5ba10..2351907 100644 --- a/apache2-server-tuning.conf +++ b/apache2-server-tuning.conf @@ -103,7 +103,7 @@ KeepAliveTimeout 15 # The default is on; turn this off if you serve from NFS-mounted # filesystems. On some systems, turning it off (regardless of # filesystem) can improve performance; for details, please see -# http:///httpd.apache.org/docs/2.4/mod/core.html#enablemmap +# http://httpd.apache.org/docs/2.4/mod/core.html#enablemmap # #EnableMMAP off @@ -112,7 +112,7 @@ KeepAliveTimeout 15 # used to deliver files (assuming that the OS supports it). # The default is on; turn this off if you serve from NFS-mounted # filesystems. Please see -# http:///httpd.apache.org/docs/2.4/mod/core.html#enablesendfile +# http://httpd.apache.org/docs/2.4/mod/core.html#enablesendfile # EnableSendfile on diff --git a/apache2-ssl-global.conf b/apache2-ssl-global.conf index a796b04..475b29d 100644 --- a/apache2-ssl-global.conf +++ b/apache2-ssl-global.conf @@ -7,7 +7,7 @@ # These are the configuration directives to instruct the server how to # serve pages over an https connection. For detailing information about these -# directives see +# directives see # # Do NOT simply read the instructions in here without understanding # what they do. They're here only as hints or reminders. If you are unsure diff --git a/apache2-vhost.template b/apache2-vhost.template index e0ca677..388c7c9 100644 --- a/apache2-vhost.template +++ b/apache2-vhost.template @@ -100,7 +100,7 @@ # doesn't give it to you. # # The Options directive is both complicated and important. Please see - # http:///httpd.apache.org/docs/2.4/mod/core.html#options + # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # Options Indexes FollowSymLinks diff --git a/apache2.changes b/apache2.changes index e8ee302..f98f9c3 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 8 13:03:24 UTC 2015 - schwab@linux-m68k.org + +- Fix URL syntax in various files + ------------------------------------------------------------------- Mon Dec 29 15:12:51 UTC 2014 - pgajdos@suse.com diff --git a/sysconfig.apache2 b/sysconfig.apache2 index 897b98c..8d93d12 100644 --- a/sysconfig.apache2 +++ b/sysconfig.apache2 @@ -41,7 +41,7 @@ APACHE_CONF_INCLUDE_DIRS="" # @@all_modules@@ # -# see http:///httpd.apache.org/docs/2.4/mod/ ! +# see http://httpd.apache.org/docs/2.4/mod/ ! # # * It pays to use IfDefine statements... like # @@ -255,7 +255,7 @@ APACHE_USE_CANONICAL_NAME="off" # # How much information the server response header field contains about the server. # (installed modules, versions, etc.) -# see http:///httpd.apache.org/docs/2.4/mod/core.html#servertokens +# see http://httpd.apache.org/docs/2.4/mod/core.html#servertokens # APACHE_SERVERTOKENS="ProductOnly"