Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-01-10 23:06:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-01-03 
22:02:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2015-01-10 
23:06:47.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan  8 13:03:24 UTC 2015 - [email protected]
+
+- Fix URL syntax in various files
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ apache2-README ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:50.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:50.000000000 +0100
@@ -48,14 +48,14 @@
 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.
 
 

++++++ apache2-default-server.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -17,7 +17,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 None
        # AllowOverride controls what directives may be placed in .htaccess 
files.

++++++ apache2-default-vhost-ssl.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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

++++++ apache2-default-vhost.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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

++++++ apache2-httpd.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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 @@
 # 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

++++++ apache2-listen.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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)

++++++ apache2-mod_autoindex-defaults.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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>

++++++ apache2-mod_info.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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>

++++++ apache2-mod_log_config.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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
 #
 
 #

++++++ apache2-mod_mime-defaults.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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 @@
 
 
 # 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>

++++++ apache2-mod_status.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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>

++++++ apache2-server-tuning.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -103,7 +103,7 @@
 # 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 @@
 # 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
 

++++++ apache2-ssl-global.conf ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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

++++++ apache2-vhost.template ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -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



++++++ sysconfig.apache2 ++++++
--- /var/tmp/diff_new_pack.of3751/_old  2015-01-10 23:06:51.000000000 +0100
+++ /var/tmp/diff_new_pack.of3751/_new  2015-01-10 23:06:51.000000000 +0100
@@ -41,7 +41,7 @@
 #
 @@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 @@
 #
 # 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"
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to