I am looking for help in building a perl/python script that will prompt the admin for a few pieces of information that will be used to build a website on multiple web servers. For instance, we have eight load balanced web servers that all need to be identical in nature. When ever we need to add a site to these servers we need to go into each machine and create the directory in www, touch the log and custom log files, and change file permissions. What I would like is for the perl script to ask the user to enter the path and name of the site to be created, the name of the log file to touch, and the name of the custom log file to touch then have it process this and copy these changes out to the other seven web servers. We already have a script in place to copy out changes made to the http.conf file. Also, if anyone knows of a really good GUI tool to modify the conf file, I'm all ears. Thank you for your help.