#!/bin/bash # missa v.0.1 # copyright (c) 2000 by Jaume Teixi # You are free to distribute this software under # the terms of the GNU General Public License. analog +G +g/etc/rmagic/analog_customerdomain1.com mv /var/www/logs/customerdomain1.com.log* /var/oldlgs/ apachectl graceful mv /var/www/reports/cache/customerdomain1.com.cache.new /var/www/reports/cache/customerdomain1.com.cache rmagic /etc/rmagic/rmagic_customerdomain1.com perl -s /etc/rmagic/missa_clients_email -Email="info@customerdomain1.com" -Webmaster="webmaster@ourhostingserver.com" -Servername="customerdomain1.com" analog +G +g/etc/rmagic/analog_customerdomain2.com mv /var/www/logs/customerdomain2.com.log* /var/oldlgs/ apachectl graceful mv /var/www/reports/cache/customerdomain2.com.cache.new /var/www/reports/cache/customerdomain2.com. cache rmagic /etc/rmagic/rmagic_customerdomain2.com perl -s /etc/rmagic/missa_clients_email -Email="info@customerdomain2.com" -Webmaster="webmaster@ourhostingserver.com" -Servername="customerdomain2.com"