<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Apache2&#x2F;Proxy (update)]]></title><description><![CDATA[<p dir="auto">Resize de l’espace disque : 59 Go =&gt; 120 Go.</p>
<p dir="auto">Le but est de mettre <a href="http://www.cyber-neurones.org" rel="nofollow ugc">http://www.cyber-neurones.org</a> .</p>
]]></description><link>https://lemmy.cyber-neurones.org/topic/301/apache2-proxy-update</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 11:36:07 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/301.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Nov 2025 14:07:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Apache2&#x2F;Proxy (update) on Thu, 09 Apr 2026 18:03:37 GMT]]></title><description><![CDATA[<p dir="auto">Changement du logrotate, passage de 120 à 210</p>
<pre><code># du -sh /var/log/apache2/
105M	/var/log/apache2/
# df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
udev                21G       0   21G   0% /dev
tmpfs              4,1G    588K  4,1G   1% /run
/dev/sdb1           58G     16G   40G  28% /
tmpfs               21G    1,2M   21G   1% /dev/shm
tmpfs              5,0M       0  5,0M   0% /run/lock
/dev/sda            59G     29G   27G  52% /mnt/www
tmpfs              4,1G       0  4,1G   0% /run/user/1000

</code></pre>
<p dir="auto">Mon fichier :</p>
<pre><code>/var/log/apache2/*.log {
    daily
    missingok
    rotate 210
    compress
    delaycompress
    notifempty
    create 640 root adm
    sharedscripts
    prerotate
	if [ -d /etc/logrotate.d/httpd-prerotate ]; then
	    run-parts /etc/logrotate.d/httpd-prerotate
	fi
    endscript
    postrotate
	if pgrep -f ^/usr/sbin/apache2 &gt; /dev/null; then
	    invoke-rc.d apache2 reload 2&gt;&amp;1 | logger -t apache2.logrotate
	fi
    endscript
}

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/750</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/750</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Thu, 09 Apr 2026 18:03:37 GMT</pubDate></item></channel></rss>