「Apache」の版間の差分

提供:onayami
(ページの作成:「<pre> du -shc /* | sort -rh ps -ef | grep httpd systemctl status httpd.service systemctl restart httpd.service sudo logrotate -d /etc/logrotate.conf sudo logrotate -f /etc/logrotate.conf cat /var/lib/logrotate/status ls -lh /var/log/apache2/ </pre>」)
 
編集の要約なし
 
6行目: 6行目:
sudo logrotate -d /etc/logrotate.conf
sudo logrotate -d /etc/logrotate.conf
sudo logrotate -f /etc/logrotate.conf
sudo logrotate -f /etc/logrotate.conf
cat /var/lib/logrotate/status
cat /var/lib/logrotate/status
cat /var/lib/logrotate/status
ls -lh /var/log/apache2/
ls -lh /var/log/apache2/
</pre>
</pre>

2026年3月13日 (金) 23:29時点における最新版

du -shc /* | sort -rh
ps -ef | grep httpd
systemctl status httpd.service
systemctl restart httpd.service
sudo logrotate -d /etc/logrotate.conf
sudo logrotate -f /etc/logrotate.conf
cat /var/lib/logrotate/status
cat /var/lib/logrotate/status
ls -lh /var/log/apache2/