Package: apache2-bin
Version: 2.4.61-1~deb11u1
Severity: normal
Adding “IndexOptions FoldersFirst” to a .htaccess does have the
(desired) effect to disable fancy indexing, but the sorting the
directories first does not work (it does in Apache httpd 1.3.x).
-- Package-specific info:
-- System In
Package: apache2
Version: 2.4.59-1~deb11u1
Severity: wishlist
Tags: upstream
X-Debbugs-Cc: t...@mirbsd.de
The W3C validator is not quite happy with the default directory indicēs.
Applying the following change to its config…
- IndexOptions FancyIndexing VersionSort HTMLTable NameWidth=*
De
Package: apache2
Version: 2.4.56-1~deb11u2
Severity: wishlist
X-Debbugs-Cc: t...@mirbsd.de, report...@stoffels.it
Please add a new “apache2ctl list-vhosts” command that can
be discovered using the apache2ctl(8) manual page, so that
people don’t have to “remember” the full command:
sudo ap
Package: apache2-doc
Version: 2.4.56-1~deb11u1
Followup-For: Bug #1018718
X-Debbugs-Cc: t...@mirbsd.de
Control: severity -1 serious
Justification: Policy §10.7.3
This package overwrites local changes on upgrade,
which is a release-critical bug as it’s a Policy
violation.
-- System Information
On Sun, 11 Jul 2021, Adam Borowski wrote:
> I for one believe the old behaviour was superior for the common case of
> "success" -- no news is good news
No disagreement from here. We could do things like…
output=$(command 2>&1; echo $? >tempfile)
case $(cat tempfile 2>&1) in (0) ;; (*) printf >&2
g 2021-07-10 23:31:28.0 +0200
@@ -1,3 +1,11 @@
+apache2 (2.4.48-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Direct init script reload output from logrotate to syslog, to
+avoid mail-spamming the local admin (Closes: #990580)
+
+ -- Thorsten Glaser Sat, 10 Jul
Thanks Adam for the analysis!
> To stop the mails from logrotate, could you please change back:
> - invoke-rc.d apache2 reload
> + invoke-rc.d apache2 reload > /dev/null 2>&1
>
> otherwise, people running Bullseye will be mightily unhappy.
>
> I also wonder why such a cleanup
Package: apache2
Version: 2.4.48-3
Severity: important
X-Debbugs-Cc: t...@mirbsd.de, debian-rele...@lists.debian.org
Having just upgraded machines from 2.4.46-4 to 2.4.48-3
I now get daily¹ cron mails:
| From: Anacron
| Message-ID: <20210702075325.946f340...@ci-busyapps.lan.tarent.de>
| To: r...
Package: apache2-bin
Version: 2.4.43-1
Severity: wishlist
What use has the dependency on libaprutil1-dbd-sqlite3, considering
apache2 is not linked against it?
I was unable to even find anything in the package for which ldd
reports one of the dbd libraries being needed…
-- Package-specific info:
retitle 912277 apache2: SSLCertificateChainFile silently ignored, causing
AH01903 startup failure
thanks
> 2.4.33-3+b1 is the oldest version I can downgrade to, and it
> also exhibits the problem. WTF.
This is a real WTF. I found https://serverfault.com/a/892300/189656
and thought “hey, Apache 2
Dixi quod…
> I just hit this on another machine, it’s the 2.4.35-1 → 2.4.37-1 upgrade
> that caused the failure.
Given that I originally reported this against 2.4.35-1 and that…
> More debugging data points: this did not occur immediately after
> the package upgrade, only when I did an /etc/init
Hi Stefan,
> On Monday, 29 October 2018 20:31:54 CET Thorsten Glaser wrote:
> > tglase@tglase:~ $ cat /var/log/apache2/error.log
> > [Mon Oct 29 20:18:58.090841 2018] [ssl:emerg] [pid 17306] AH01903: Failed to
> > configure CA certificate chain!
> > [Mon Oct 29 20:18
Package: apache2
Version: 2.4.35-1
Severity: important
After a recent upgrade, apache2 does not start any more:
tglase@tglase:~ $ cat /var/log/apache2/error.log
[Mon Oct 29 20:18:58.090841 2018] [ssl:emerg] [pid 17306] AH01903: Failed
On Fri, 3 Mar 2017, Dominik George wrote:
> Apache uses /etc/mime.types to translate extensions into mime types,
> which, in my eyes, is a design flaw, because it is a 1:n mapping used by
I believe this system to be horridly flawed anyway… I mean, where
should Apache know the correct MIME type fr
Package: apache2
Version: 2.4.10-10+deb8u7
Severity: important
Apache 2 does not send *any* Content-Type header for plaintext files
any more, so I cannot tell it to send “text/plain; charset="UTF-8"”
to work around at least TWO bugs in Firefox (which likes to interpret
those files, unlike Lynx, Ch
Control: severity -1 normal
Joey Hess dixit:
>Also, /usr/sbin/make-ssl-cert uses openssl req, and strace shows it
>also reading only 32 bytes bits of entropy.
We talked a bit about it in IRC. I think this is no need to panic.
While I still think that 32 bytes is cutting off a safety margin
I’d p
on job 'cron.daily' on tglase.lan.tarent.de
/etc/cron.daily/logrotate:
error: error running shared postrotate script for '/var/log/apache2/*.log '
run-parts: /etc/cron.daily/logrotate exited with return code 1From b47a2167c32559885d7cff6d72f83301aa67bfc6 Mon Sep 17 00:00:00 2001
F
fail
fails some parts of the testsuite
Failed TestsTotal FailFailed %
===
testlock4 1 25.00%
testprocmutex 6 1 16.67%
testshm 6 1 16.67%
--
To UNSUB
Source: apache2
Version: 2.2.22-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Hi, I suspect this breakage occurs to the recent changes
introducing support for actually calling build-{arch,indep}
targets.
-- System Information:
Debian Release: w
On Mon, 15 Aug 2011, Stefan Fritsch wrote:
> - How much memory does your machine have, how much is actually
> available for apache (i.e. not used by other processes).
This one has 12 GiB in total. Memory is mostly shared between
Apache, Sonar (Jenkins Plugin) and Jenkins. Normally, Apache
has 11
Dixi quod…
> Trying with the attached patch now.
> Let’s see whether this helps to work around the problem.
It doesn’t:
root@dev-hudson:/proc/4480 # cat limits
Limit Soft Limit Hard Limit
/debian/changelog
--- apache2-2.2.9/debian/changelog
+++ apache2-2.2.9/debian/changelog
@@ -1,3 +1,9 @@
+apache2 (2.2.9-10+lenny9.0tarent1) local; urgency=low
+
+ * Allow setting the datasize ulimit for the Apache 2 Web Server
+
+ -- Thorsten Glaser Thu, 11 Aug 2011 13:09:19 +0200
+
apache2 (2.2.9-10
Hi,
this also happens on an installation without PHP,
but mod_jk and SSL enabled (Jenkins frontend).
bye,
//mirabilos
--
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 52675-25
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschä
23 matches
Mail list logo