Accepting request 280312 from home:AndreasSchwab:f

- Fix URL syntax in various files

OBS-URL: https://build.opensuse.org/request/show/280312
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=427
This commit is contained in:
Roman Drahtmueller 2015-01-08 14:49:10 +00:00 committed by Git OBS Bridge
parent fefabf0a4d
commit 3cd0bfc911
16 changed files with 26 additions and 21 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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 <URL:http:///httpd.apache.org/docs/2.4/mod/mod_ssl.html>
# directives see <URL:http://httpd.apache.org/docs/2.4/mod/mod_ssl.html>
#
# 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

View File

@ -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

View File

@ -3,7 +3,7 @@
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http:///httpd.apache.org/docs/2.4/> for detailed information about
# See <URL:http://httpd.apache.org/docs/2.4/> 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
# <URL:http:///httpd.apache.org/docs/2.4/vhosts/>
# <URL:http://httpd.apache.org/docs/2.4/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host

View File

@ -1,7 +1,7 @@
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports. See also the <VirtualHost> 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)

View File

@ -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
#
<IfModule mod_autoindex.c>

View File

@ -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
#
<IfModule mod_info.c>
<Location /server-info>

View File

@ -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
#
#

View File

@ -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
<IfModule mod_mime_magic.c>
MIMEMagicFile /etc/apache2/magic
</IfModule>

View File

@ -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
#
<IfModule mod_status.c>
<Location /server-status>

View File

@ -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

View File

@ -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 <URL:http:///httpd.apache.org/docs/2.4/mod/mod_ssl.html>
# directives see <URL:http://httpd.apache.org/docs/2.4/mod/mod_ssl.html>
#
# 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

View File

@ -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

View File

@ -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

View File

@ -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
# <IfModule mod_xyz.c>
@ -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"