Your message dated Sat, 16 Mar 2019 15:34:08 +0000
with message-id <[email protected]>
and subject line Bug#822323: fixed in dwww 1.13.4+nmu1
has caused the Debian Bug report #822323,
regarding Provide easily accessible pointer to enable CGI
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 [email protected]
immediately.)
--
822323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822323
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apache2
Version: 2.4.10-10+deb8u4
Severity: wishlist
Tags: newcomer
On document root when access localhost on initial configuration not say about
cgi module is disabled say only this
By default, Debian does not allow access through the web browser to any file
apart of those located in /var/www, public_html directories (when enabled) and
/usr/share (for web applications). If your site is using a web document root
located elsewhere (such as in /srv) you may need to whitelist your document
root directory in /etc/apache2/apache2.conf.
The default Debian document root is /var/www/html. You can make your own
virtual hosts under /var/www. This is different to previous releases which
provides better security out of the box.
Please add here this remark "Cgi is disabled on default and must enabled on
order to access /usr/share"
More info here https://bugs.launchpad.net/ubuntu/+source/dwww/+bug/1243839
-- Package-specific info:
-- System Information:
Debian Release: 8.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Versions of packages apache2 depends on:
ii apache2-bin 2.4.10-10+deb8u4
ii apache2-data 2.4.10-10+deb8u4
ii apache2-utils 2.4.10-10+deb8u4
ii dpkg 1.17.26
ii lsb-base 4.1+Debian13+nmu1
ii mime-support 3.58
ii perl 5.20.2-3+deb8u4
ii procps 2:3.3.9-9
Versions of packages apache2 recommends:
ii ssl-cert 1.0.35
Versions of packages apache2 suggests:
pn apache2-doc <none>
pn apache2-suexec-pristine | apache2-suexec-custom <none>
ii iceweasel [www-browser] 38.7.1esr-1~deb8u1
ii w3m [www-browser] 0.5.3-19
Versions of packages apache2-bin depends on:
ii libapr1 1.5.1-3
ii libaprutil1 1.5.4-1
ii libaprutil1-dbd-sqlite3 1.5.4-1
ii libaprutil1-ldap 1.5.4-1
ii libc6 2.19-18+deb8u4
ii libldap-2.4-2 2.4.40+dfsg-1+deb8u2
ii liblua5.1-0 5.1.5-7.1
ii libpcre3 2:8.35-3.3+deb8u4
ii libssl1.0.0 1.0.1k-3+deb8u4
ii libxml2 2.9.1+dfsg1-5+deb8u1
ii perl 5.20.2-3+deb8u4
ii zlib1g 1:1.2.8.dfsg-2+b1
Versions of packages apache2-bin suggests:
pn apache2-doc <none>
pn apache2-suexec-pristine | apache2-suexec-custom <none>
ii iceweasel [www-browser] 38.7.1esr-1~deb8u1
ii w3m [www-browser] 0.5.3-19
Versions of packages apache2 is related to:
ii apache2 2.4.10-10+deb8u4
ii apache2-bin 2.4.10-10+deb8u4
-- Configuration Files:
/etc/apache2/apache2.conf changed:
Mutex file:${APACHE_LOCK_DIR} default
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
HostnameLookups Off
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 /var/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/sites-available/000-default.conf changed:
<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port
that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
LogLevel debug
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
</VirtualHost>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dwww
Source-Version: 1.13.4+nmu1
We believe that the bug you reported is fixed in the latest version of
dwww, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Osamu Aoki <[email protected]> (supplier of updated dwww 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 17 Mar 2019 00:01:51 +0900
Source: dwww
Binary: dwww dwww-dbgsym
Architecture: source amd64
Version: 1.13.4+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Robert Luberda <[email protected]>
Changed-By: Osamu Aoki <[email protected]>
Description:
dwww - Read all on-line documentation with a WWW browser
Closes: 781987 822323 881189 924709
Changes:
dwww (1.13.4+nmu1) unstable; urgency=medium
.
* NMU
.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org . Closes: #924709
.
[ Osamu Aoki ]
* Document properly to enable CGI script. Closes: #781987, #822323
* Apply patch from Daniel Reichelt to make sleep time after each file
configurable for dwww-index++. Closes: #881189
Checksums-Sha1:
87ff49e137224237b3e7e304c5c1818c0747bd50 1576 dwww_1.13.4+nmu1.dsc
ff628677473ae2153cbe046ba82cbbb72584135a 125280 dwww_1.13.4+nmu1.tar.xz
a08d624cca9a207d74061929e40785cf538038ed 47992
dwww-dbgsym_1.13.4+nmu1_amd64.deb
b7a71e3bec91577becba1bb9651fb27aff5528af 6840 dwww_1.13.4+nmu1_amd64.buildinfo
0c7df6c3872432cf719d810ced0c9c2e26bb5d01 125964 dwww_1.13.4+nmu1_amd64.deb
Checksums-Sha256:
0c66320382997e02da29b512c5285d0e89a86c6117971361dc3a52a8f075ff00 1576
dwww_1.13.4+nmu1.dsc
c9ab9d52f69d35c594849a861e0882afc9c3f969a5768babbe976aa9a47efa87 125280
dwww_1.13.4+nmu1.tar.xz
a072d847ca2cc48916c6c97e8d102612a8f07db6d764ebfa7de01af3dd6f0b53 47992
dwww-dbgsym_1.13.4+nmu1_amd64.deb
7355a38502bfa874ca49ace5ea9676836e02cf55a3a451c4bf6b53c4ad40ee68 6840
dwww_1.13.4+nmu1_amd64.buildinfo
5501f637793ebcbc405e9c599b0a142606127556c50ed0c61a8d42641b452a07 125964
dwww_1.13.4+nmu1_amd64.deb
Files:
4f399cd3d6caa1ffcc1fb198b1559c7b 1576 doc optional dwww_1.13.4+nmu1.dsc
07080892497e0d9997d72257bd7fa33b 125280 doc optional dwww_1.13.4+nmu1.tar.xz
5aa1ab4e3b55857360cb793425b1117f 47992 debug optional
dwww-dbgsym_1.13.4+nmu1_amd64.deb
1844e6486904947891abde51d6f4fccd 6840 doc optional
dwww_1.13.4+nmu1_amd64.buildinfo
d048004438891595b49bc8f5c9ca954a 125964 doc optional dwww_1.13.4+nmu1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEMTNyTWIHiBV56V1iHhNWiB3Y15EFAlyNFDkACgkQHhNWiB3Y
15HqlA/+OLQ51MIaWN8qw+U6MyGMee2vFJihByzBbyYE57yACYrKzKE1Xr05nBY7
UCsllb4M5rit5cVo0I03y6HUKzAK6tYnCUWTfjHW2He5sPCTjCjjyn2Bdtt3D/gn
gG10ZiBYRc1tks6s6PDIf0aaK6EG1uj8rQQLMx9mB+PenDDqZt9NK5TkF17dsSZv
U1TKleISayW7GnuYeBtTZtamo8SGzqMBWGb+OE7KBLIzLBBKZjngYwbWBgR9yvDM
208zZ+BivpbzKfHKp5MvlR55WeUdwAR1/g2+jDLtFdwsQCADaw5AGVd90JZBEA9s
Z3JvHUbJW/XCHmmLuMa+HMq4TujgkLHEAM3tr0btgyf+kkwyAA0nm0XGgggn1oDd
cVlqK3NsU3CFRAHX6B2iS5rs0gIrtaBKCWvOWdluR9/vq3kA6IEB5cZvdPMA2vWd
Fzpd197RSKDO0yOfylMQzzBoGPpyz1CTxogE7OrMtAlNebfV7uEaKvkfL0Byqnu2
9x9Prif/nLKItX0Ef+NVSgmS4Wk3DCraWkwkFdkncTKtzmZpGc7HZz65HL5ZdOUz
8S08rGfIVX3N5/1zq5Qzj8twPNt+ntP+sCdExHAwcDuVmf7ClhbdNRa6eX9ju+jw
IbQq3lAuQ63U3OihVi5Y1TjPFtqfS4oal3TXZid5LR6p39ntKUo=
=gvGc
-----END PGP SIGNATURE-----
--- End Message ---