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

Bug#151772: Patch



(No doubt this has been fixed already but just in case it hasn't.)

The configuration fails because apache2 exits with the following message in
/var/log/apache2/error.log:
[Thu Jul 25 13:04:31 2002] [crit] (22)Invalid argument: Unable to create
scoreboard (anonymous shared memory failure)

To fix this, it is necessary to specify a scoreboard in
/etc/apache2/apache2.conf.
The following patch should fix that:
--- apache2-2.0.37/debian/config/apache2.conf.orig      Thu Jul 25 14:36:06 2002
+++ apache2-2.0.37/debian/config/apache2.conf   Thu Jul 25 14:37:12 2002
@@ -27,6 +27,11 @@
 
 PidFile /var/run/apache2.pid
 
+# ScoreBoard file: the file in which the server should record its
+#scoreboard info
+
+ScoreBoardFile /var/run/apache2_status
+
 # Timeout: The number of seconds before receives and sends time out.
 
 Timeout 300

All the best,

-- 
Martin Orr                    "Your father would never have married, and you
Linux Administrator,           wouldn't be here now, if he had insisted on
Methodist College Belfast      knowing all the girls in the world before
                               marrying one." - C. G. J. Jacobi

GPG key:
pub  1024D/ADBEA973 2002-04-24 Martin Orr (Linux Admin, MCB) <martin@walnut.methody.org>
     Key fingerprint = 4258 D0F7 6D26 59F2 79AE  2B9A 337D 4424 ADBE A973
uid                            Martin Orr <martin@walnut.methody.org>
sub  1024g/BE11C1D0 2002-04-24
     


-- 
To UNSUBSCRIBE, email to debian-apache-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: