in reply to Auto-admin (finally, the code is here! rough draft)

here is the admin.conf for this thing.
# Username to connect with, using ssh USER = username # Password to go with the above username PASSWORD = password # Either a single IP or a CIDR range of IPs # Example: 127.0.0.1 # 127.0.0.0/24 IP = 127.0.0.0/24 # Path to apachectl APACHECTLPATH = /usr/sbin/apachectl # Run the test function? 1 means yes 0 means no TEST = 1 # Want to restart Apache? 1 for yes 0 for no RESTARTAPACHE = 1