「Apache」の版間の差分
Moutaku3dayo (トーク | 投稿記録) (ページの作成:「<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>」) |
Moutaku3dayo (トーク | 投稿記録) 編集の要約なし |
||
| 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/