[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#951753: marked as done (AH01574: module dav_module is already loaded, skipping)



Your message dated Wed, 18 Mar 2020 21:04:40 +0000
with message-id <E1jEfrk-0009TB-8W@fasolo.debian.org>
and subject line Bug#951753: fixed in apache2 2.4.41-5
has caused the Debian Bug report #951753,
regarding AH01574: module dav_module is already loaded, skipping
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
951753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951753
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache2
Version: 2.4.41-4
Severity: minor
File: /etc/apache2/mods-available/dav.load

Every time Apache is restarted, I see one or more of these in the logs:

AH01574: module dav_module is already loaded, skipping

The problem is that both dav.load and dav_svn.load load mod_dav.so, and
the second one is not protected against reloading.  The cure is to
protect it like this:

===File /etc/apache2/mods-available/dav.load================
<IfModule !mod_dav.c>
    LoadModule dav_module /usr/lib/apache2/modules/mod_dav.so
</IfModule>
============================================================

as suggested in
https://stackoverflow.com/questions/50231086/apache-on-ubuntu-module-dav-module-is-already-loaded

-- 
Francesco Potortì (ricercatore)        Voice:  +39.050.621.3058
ISTI - Area della ricerca CNR          Mobile: +39.348.8283.107
via G. Moruzzi 1, I-56124 Pisa         Skype:  wnlabisti
(gate 20, 1st floor, room C71)         Web:    http://fly.isti.cnr.it


-- Package-specific info:

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (101, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE=C:en_GB:en:en_US:it:fr:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apache2 depends on:
ii  apache2-bin    2.4.41-4
ii  apache2-data   2.4.41-4
ii  apache2-utils  2.4.41-4
ii  dpkg           1.19.7
ii  lsb-base       11.1.0
ii  mime-support   3.64
ii  perl           5.30.0-9
ii  procps         2:3.3.15-2+b1

Versions of packages apache2 recommends:
ii  ssl-cert  1.0.39

Versions of packages apache2 suggests:
ii  apache2-doc                     2.4.41-4
ii  apache2-suexec-custom           2.4.41-4
ii  chromium [www-browser]          79.0.3945.130-2
ii  elinks [www-browser]            0.13.1-1
ii  epiphany-browser [www-browser]  3.34.1-1+b1
ii  firefox [www-browser]           73.0.1-1
ii  lynx [www-browser]              2.9.0dev.4-1
ii  w3m [www-browser]               0.5.3-37+b1

Versions of packages apache2-bin depends on:
ii  libapr1                1.6.5-1+b1
ii  libaprutil1            1.6.1-4+b1
ii  libaprutil1-dbd-mysql  1.6.1-4+b1
ii  libaprutil1-ldap       1.6.1-4+b1
ii  libbrotli1             1.0.7-6
ii  libc6                  2.29-10
ii  libcrypt1              1:4.4.10-10
ii  libcurl4               7.67.0-2
ii  libjansson4            2.12-1
ii  libldap-2.4-2          2.4.49+dfsg-1
ii  liblua5.2-0            5.2.4-1.1+b3
ii  libnghttp2-14          1.40.0-1
ii  libpcre3               2:8.39-12+b1
ii  libssl1.1              1.1.1d-2
ii  libxml2                2.9.4+dfsg1-8
ii  perl                   5.30.0-9
ii  zlib1g                 1:1.2.11.dfsg-1.2

Versions of packages apache2-bin suggests:
ii  apache2-doc                     2.4.41-4
ii  apache2-suexec-custom           2.4.41-4
ii  chromium [www-browser]          79.0.3945.130-2
ii  elinks [www-browser]            0.13.1-1
ii  epiphany-browser [www-browser]  3.34.1-1+b1
ii  firefox [www-browser]           73.0.1-1
ii  lynx [www-browser]              2.9.0dev.4-1
ii  w3m [www-browser]               0.5.3-37+b1

Versions of packages apache2 is related to:
ii  apache2      2.4.41-4
ii  apache2-bin  2.4.41-4

-- Configuration Files:
/etc/apache2/apache2.conf changed:
DefaultRuntimeDir ${APACHE_RUN_DIR}
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
HostnameLookups On
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf
Include ports.conf
<Directory />
	Options FollowSymLinks
	AllowOverride None
	Require all denied
</Directory>
<Directory /usr/share>
	AllowOverride None
	Require all granted
</Directory>
<Directory /home/www/>
	Options Indexes FollowSymLinks
	AllowOverride None
	Require all granted
</Directory>
AccessFileName .htaccess
<FilesMatch "^\.ht">
	Require all denied
</FilesMatch>
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
IncludeOptional conf-enabled/*.conf
IncludeOptional sites-enabled/*.conf

/etc/apache2/conf-available/localized-error-pages.conf changed:

/etc/apache2/conf-available/other-vhosts-access-log.conf changed:
SetEnvIf Remote_Host "localhost" intra_site_referral
SetEnvIf Remote_Host "tucano.isti.cnr.it" intra_site_referral
SetEnvIf Remote_Host "vmlpot" intra_site_referral
CustomLog ${APACHE_LOG_DIR}/access.log combined env=!intra_site_referral

/etc/apache2/mods-available/alias.conf changed:
<IfModule alias_module>
	# Aliases: Add here as many aliases as you need (with no limit). The format is
	# Alias fakename realname
	#
	# Note that if you include a trailing / on fakename then the server will
	# require it to be present in the URL.  So "/icons" isn't aliased in this
	# example, only "/icons/".  If the fakename is slash-terminated, then the
	# realname must also be slash terminated, and if the fakename omits the
	# trailing slash, the realname must also omit it.
	#
	# We include the /icons/ alias for FancyIndexed directory listings.  If
	# you do not use FancyIndexing, you may comment this out.
	# This one is more specific and should therefore come first.
	# Leaving it in conf-enabled/apache-gallery.conf would not work.
	Alias /icons/gallery/ /usr/share/libapache-gallery-perl/icons/
	Alias /icons/ "/usr/share/apache2/icons/"
	<Directory "/usr/share/apache2/icons">
		Options FollowSymlinks
		AllowOverride None
		Require all granted
	</Directory>
</IfModule>

/etc/apache2/mods-available/dav.load changed:
<IfModule !mod_dav.c>
    LoadModule dav_module /usr/lib/apache2/modules/mod_dav.so
</IfModule>

/etc/apache2/mods-available/mime.conf changed:
<IfModule mod_mime.c>
	#
	# TypesConfig points to the file containing the list of mappings from
	# filename extension to MIME-type.
	#
	TypesConfig /etc/mime.types
	#
	# AddType allows you to add to or override the MIME configuration
	# file mime.types for specific file types.
	#
	#AddType application/x-gzip .tgz
	#
	# AddEncoding allows you to have certain browsers uncompress
	# information on the fly. Note: Not all browsers support this.
	# Despite the name similarity, the following Add* directives have
	# nothing to do with the FancyIndexing customization directives above.
	#
	#AddEncoding x-compress .Z
	#AddEncoding x-gzip .gz .tgz
	#AddEncoding x-bzip2 .bz2
	#
	# If the AddEncoding directives above are commented-out, then you
	# probably should define those extensions to indicate media types:
	#
	AddType application/x-compress .Z
	AddType application/x-gzip .gz .tgz
	AddType application/x-bzip2 .bz2
	#
	# DefaultLanguage and AddLanguage allows you to specify the language of 
	# a document. You can then use content negotiation to give a browser a 
	# file in a language the user can understand.
	#
	# Specify a default language. This means that all data
	# going out without a specific language tag (see below) will 
	# be marked with this one. You probably do NOT want to set
	# this unless you are sure it is correct for all cases.
	#
	# * It is generally better to not mark a page as 
	# * being a certain language than marking it with the wrong
	# * language!
	#
	# DefaultLanguage nl
	#
	# Note 1: The suffix does not have to be the same as the language
	# keyword --- those with documents in Polish (whose net-standard
	# language code is pl) may wish to use "AddLanguage pl .po" to
	# avoid the ambiguity with the common suffix for perl scripts.
	#
	# Note 2: The example entries below illustrate that in some cases 
	# the two character 'Language' abbreviation is not identical to 
	# the two character 'Country' code for its country,
	# E.g. 'Danmark/dk' versus 'Danish/da'.
	#
	# Note 3: In the case of 'ltz' we violate the RFC by using a three char
	# specifier. There is 'work in progress' to fix this and get
	# the reference data for rfc1766 cleaned up.
	#
	# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
	# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
	# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
	# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
	# Norwegian (no) - Polish (pl) - Portugese (pt)
	# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
	# Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
	#
	AddLanguage am .amh
	AddLanguage ar .ara
	AddLanguage be .be
	AddLanguage bg .bg
	AddLanguage bn .bn
	AddLanguage br .br
	AddLanguage bs .bs
	AddLanguage ca .ca
	AddLanguage cs .cz .cs
	AddLanguage cy .cy
	AddLanguage da .dk
	AddLanguage de .de
	AddLanguage dz .dz
	AddLanguage el .el
	AddLanguage en .en
	AddLanguage eo .eo
	# es is ecmascript in /etc/mime.types
	RemoveType  es
	AddLanguage es .es
	AddLanguage et .et
	AddLanguage eu .eu
	AddLanguage fa .fa
	AddLanguage fi .fi
	AddLanguage fr .fr
	AddLanguage ga .ga
	AddLanguage gl .glg
	AddLanguage gu .gu
	AddLanguage he .he
	AddLanguage hi .hi
	AddLanguage hr .hr
	AddLanguage hu .hu
	AddLanguage hy .hy
	AddLanguage id .id
	AddLanguage is .is
	AddLanguage it .it
	AddLanguage ja .ja
	AddLanguage ka .ka
	AddLanguage kk .kk
	AddLanguage km .km
	AddLanguage kn .kn
	AddLanguage ko .ko
	AddLanguage ku .ku
	AddLanguage lo .lo
	AddLanguage lt .lt
	AddLanguage ltz .ltz
	AddLanguage lv .lv
	AddLanguage mg .mg
	AddLanguage mk .mk
	AddLanguage ml .ml
	AddLanguage mr .mr
	AddLanguage ms .msa
	AddLanguage nb .nob
	AddLanguage ne .ne
	AddLanguage nl .nl
	AddLanguage nn .nn
	AddLanguage no .no
	AddLanguage pa .pa
	AddLanguage pl .po
	AddLanguage pt-BR .pt-br
	AddLanguage pt .pt
	AddLanguage ro .ro
	AddLanguage ru .ru
	AddLanguage sa .sa
	AddLanguage se .se
	AddLanguage si .si
	AddLanguage sk .sk
	AddLanguage sl .sl
	AddLanguage sq .sq
	AddLanguage sr .sr
	AddLanguage sv .sv
	AddLanguage ta .ta
	AddLanguage te .te
	AddLanguage th .th
	AddLanguage tl .tl
	RemoveType  tr
	# tr is troff in /etc/mime.types
	AddLanguage tr .tr
	AddLanguage uk .uk
	AddLanguage ur .ur
	AddLanguage vi .vi
	AddLanguage wo .wo
	AddLanguage xh .xh
	AddLanguage zh-CN .zh-cn
	AddLanguage zh-TW .zh-tw
	#
	# Commonly used filename extensions to character sets. You probably
	# want to avoid clashes with the language extensions, unless you
	# are good at carefully testing your setup after each change.
	# See http://www.iana.org/assignments/character-sets for the
	# official list of charset names and their respective RFCs.
	#
	AddCharset us-ascii	.ascii .us-ascii
	AddCharset ISO-8859-1  .iso8859-1  .latin1
	AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
	AddCharset ISO-8859-3  .iso8859-3  .latin3
	AddCharset ISO-8859-4  .iso8859-4  .latin4
	AddCharset ISO-8859-5  .iso8859-5  .cyr .iso-ru
	AddCharset ISO-8859-6  .iso8859-6  .arb .arabic
	AddCharset ISO-8859-7  .iso8859-7  .grk .greek
	AddCharset ISO-8859-8  .iso8859-8  .heb .hebrew
	AddCharset ISO-8859-9  .iso8859-9  .latin5 .trk
	AddCharset ISO-8859-10  .iso8859-10  .latin6
	AddCharset ISO-8859-13  .iso8859-13
	AddCharset ISO-8859-14  .iso8859-14  .latin8
	AddCharset ISO-8859-15  .iso8859-15  .latin9
	AddCharset ISO-8859-16  .iso8859-16  .latin10
	AddCharset ISO-2022-JP .iso2022-jp .jis
	AddCharset ISO-2022-KR .iso2022-kr .kis
	AddCharset ISO-2022-CN .iso2022-cn .cis
	AddCharset Big5		.Big5	   .big5 .b5
	AddCharset cn-Big5	 .cn-big5
	# For russian, more than one charset is used (depends on client, mostly):
	AddCharset WINDOWS-1251 .cp-1251   .win-1251
	AddCharset CP866	   .cp866
	AddCharset KOI8	  .koi8
	AddCharset KOI8-E	  .koi8-e
	AddCharset KOI8-r	  .koi8-r .koi8-ru
	AddCharset KOI8-U	  .koi8-u
	AddCharset KOI8-ru	 .koi8-uk .ua
	AddCharset ISO-10646-UCS-2 .ucs2
	AddCharset ISO-10646-UCS-4 .ucs4
	AddCharset UTF-7	   .utf7
	AddCharset UTF-8	   .utf8
	AddCharset UTF-16	  .utf16
	AddCharset UTF-16BE	.utf16be
	AddCharset UTF-16LE	.utf16le
	AddCharset UTF-32	  .utf32
	AddCharset UTF-32BE	.utf32be
	AddCharset UTF-32LE	.utf32le
	AddCharset euc-cn	  .euc-cn
	AddCharset euc-gb	  .euc-gb
	AddCharset euc-jp	  .euc-jp
	AddCharset euc-kr	  .euc-kr
	#Not sure how euc-tw got in - IANA doesn't list it???
	AddCharset EUC-TW	  .euc-tw
	AddCharset gb2312	  .gb2312 .gb
	AddCharset iso-10646-ucs-2 .ucs-2 .iso-10646-ucs-2
	AddCharset iso-10646-ucs-4 .ucs-4 .iso-10646-ucs-4
	AddCharset shift_jis   .shift_jis .sjis
	AddCharset BRF		 .brf
	#
	# AddHandler allows you to map certain file extensions to "handlers":
	# actions unrelated to filetype. These can be either built into the server
	# or added with the Action directive (see below)
	#
	# To use CGI scripts outside of ScriptAliased directories:
	# (You will also need to add "ExecCGI" to the "Options" directive.)
	#
	#AddHandler cgi-script .cgi
	#
	# For files that include their own HTTP headers:
	#
	#AddHandler send-as-is asis
	#
	# For server-parsed imagemap files:
	#
	#AddHandler imap-file map
	#
	# For type maps (negotiated resources):
	# (This is enabled by default to allow the Apache "It Worked" page
	#  to be distributed in multiple languages.)
	#
	AddHandler type-map var
	#
	# Filters allow you to process content before it is sent to the client.
	#
	# To parse .shtml files for server-side includes (SSI):
	# (You will also need to add "Includes" to the "Options" directive.)
	#
	AddType text/html .shtml
<IfModule mod_include.c>
	AddOutputFilter INCLUDES .shtml
	Options +Includes
</IfModule>
</IfModule>

/etc/logrotate.d/apache2 changed:
/var/log/apache2/*.log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root www-data
	sharedscripts
	postrotate
                if invoke-rc.d apache2 status > /dev/null 2>&1; then \
                    invoke-rc.d apache2 reload > /dev/null 2>&1; \
                fi;
	endscript
	prerotate
		if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
			run-parts /etc/logrotate.d/httpd-prerotate; \
		fi; \
		/usr/lib/cgi-bin/awstats.pl -config=awstats -update >/dev/null
	endscript
}


-- no debconf information

--- End Message ---
--- Begin Message ---
Source: apache2
Source-Version: 2.4.41-5
Done: Xavier Guimard <yadd@debian.org>

We believe that the bug you reported is fixed in the latest version of
apache2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 951753@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard <yadd@debian.org> (supplier of updated apache2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 18 Mar 2020 21:06:49 +0100
Source: apache2
Architecture: source
Version: 2.4.41-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Xavier Guimard <yadd@debian.org>
Closes: 951753 954201
Changes:
 apache2 (2.4.41-5) unstable; urgency=medium
 .
   [ Xavier Guimard ]
   * Avoid double mod_dav load (Closes: #951753)
 .
   [ Timo Aaltonen ]
   * mod_proxy_ajp-add-secret-parameter.diff: Apply a patch from 2.4.x to fix
     AJP with current tomcat.
     (Closes: #954201)
Checksums-Sha1: 
 5e2ebb671164227b5bf7e3fa4ef17ea1e761a95c 3498 apache2_2.4.41-5.dsc
 3eb564f743ea2d562e138a8f3d7ea9be99d835d6 1017780 apache2_2.4.41-5.debian.tar.xz
Checksums-Sha256: 
 6796bbacb5b6e9e4f3bc001f8b9fd7cabf94ed4b66321ff2839cea8984d5e61a 3498 apache2_2.4.41-5.dsc
 345d7bfba2650e32768cf498f2877e4a86802a5cdc6b647c387215faae3877e9 1017780 apache2_2.4.41-5.debian.tar.xz
Files: 
 e1b8183d308211fcface87812b499f13 3498 httpd optional apache2_2.4.41-5.dsc
 d6f71e37ac70c97864cf876a7007964f 1017780 httpd optional apache2_2.4.41-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl5yhzwACgkQ9tdMp8mZ
7undgQ/+P/KO5Dds2q6GJQzj2N/bi7kOxrk/i6w/I4aysdHakUVfo0SwzbwStW/4
Fct4kse4NW9X8dnF9TNAEZdlAHB1JKbF1VBTwx8jC2CnFdb22ix5QVAziDq8GLDf
lF6gSkRdsvIAVnd0RdVSFmKOiegZQFESC0i4/jIClE3NJZujdkKFA+aJYrJ6GSJ4
YyaPGRxq33tf28n9rw8SAV6V9YYVmWqUEO0AXVWwNg2Eo+ONuxFf33yjA04SmdAV
VB3XvIHYu1rIqHizeNFOFsTkRS60kDFL69/aSO6Gvu83VJZ0QMI5sE2gvs3ym6sQ
+RE4edHlMzwkb6HdAjsxBsWGqLnTBchm85HdPRckiKt3rF7tlP0onD4Wc1slEKN7
l1JGNc5W4AANWxrEeFOcCe3NMnKjLdzqEqJo7URddVv1VktHvJHwPytnWJGJFEuA
qjfjYZd23cXakPvi08xqCtzaf0OfUAWJLUcsCo94dbUt9fQ/1Kg07Avz9Ce+aqc7
uw0hH0gC3ugPNxURLH/TjCtmdfgWSiKLgr18IAAfFSdrAlQjtHybI2ac1wK4KnLp
nHYcve522nUoYnM/SGkHZHSzqB6plsKR3D89R01onTGyFDEBBRvKb9QmqeUIfXFJ
wIcPCA6rC/7G/SzH562OWWfTzTmr0ssht0NmlRzH6cuLXXMF//0=
=6rvQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: