Announcement

Collapse
No announcement yet.

How To Reset Your Log Files: Apache

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How To Reset Your Log Files: Apache

    This topic covers information about manually rotating apache logs on your Linux server :

    Steps are as follows :

    1) log in to your linux server as root user through SSH.
    2) Go to the respective log directory via cd command for e.g cd/var/log/apache2 & enter following command one by one.
    3) mv access_log access_log.old
    4) mv error_log error_log.old
    5) apachectl graceful
    6) sleep 600

    The first two commands will move the files, then command apachectl graceful will restart the apache server and last command will wait for 600 second for logging old request. The new requests will be logged on new files.

    Accuwebhosting.com
    admin
    Administrator
    Last edited by admin; 07-27-2015, 08:13 AM.
Working...
X