Skip to content

Instantly share code, notes, and snippets.

@mario21ic
Created January 25, 2015 18:10
Show Gist options
  • Save mario21ic/ea2cf849c9d653f67432 to your computer and use it in GitHub Desktop.
Save mario21ic/ea2cf849c9d653f67432 to your computer and use it in GitHub Desktop.
Clean logs apache
#!/bin/bash
service httpd stop
rm -rf /usr/local/apache/domlogs/*{offsetftpbytes,bytes_log,bkup}
rm -rf /usr/local/apache/domlogs/*.{es,com,net,org,pe,com.pe}
rm -rf /usr/local/apache/domlogs/ftp*
rm -rf /usr/local/apache/domlogs/*/*
service httpd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment