From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2013-March/023879.html | 123 ++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-March/023879.html (limited to 'zarb-ml/mageia-dev/2013-March/023879.html') diff --git a/zarb-ml/mageia-dev/2013-March/023879.html b/zarb-ml/mageia-dev/2013-March/023879.html new file mode 100644 index 000000000..69665c604 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-March/023879.html @@ -0,0 +1,123 @@ + + + + [Mageia-dev] Apache doesn't always like restarting.... + + + + + + + + + +

[Mageia-dev] Apache doesn't always like restarting....

+ Colin Guthrie + mageia at colin.guthr.ie +
+ Wed Mar 27 18:20:32 CET 2013 +

+
+ +
'Twas brillig, and Guillaume Rousse at 27/03/13 14:44 did gyre and gimble:
+> Le 27/03/2013 15:09, AL13N a écrit :
+>> the other day i tried to get cores, but somehow unlimited meant 0
+>> meant no
+>> core at all
+> You need to set LimitCORE=infinity in unit file, according to
+> systemd.exec man page. And you probably need the adequate sysctl setting
+> (kernel.core_pattern) to ensure the core file get dumped into a
+> predictible directory.
+
+Yup, I put LimitCORE=infinity in mine:
+
+[colin at jimmy conf]$ cat /etc/systemd/system/httpd.service
+.include /usr/lib/systemd/system/httpd.service
+[Service]
+LimitCORE=infinity
+
+
+But the *real* change here from before is in Apache config. With newer
+Apache's (starting 2.4??) you have to put:
+
+CoreDumpDirectory /tmp
+
+in your httpd.conf somewhere. Without this, it won't write the core file.
+
+Col
+
+
+PS I realised that with my customised httpd.service file (not the one
+above which avoids this problem, but a literal copy!), I wasn't actually
+using the new settings, so my previous test related to this thread was
+bunk... will see if this also fixes it for me!!
+
+
+-- 
+
+Colin Guthrie
+colin(at)mageia.org
+http://colin.guthr.ie/
+
+Day Job:
+  Tribalogic Limited http://www.tribalogic.net/
+Open Source:
+  Mageia Contributor http://www.mageia.org/
+  PulseAudio Hacker http://www.pulseaudio.org/
+  Trac Hacker http://trac.edgewall.org/
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1