<B><I>Madison Kelly <linux-5ZoueyuiTZhBDgjK7y7TUQ@public.gmane.org></I></B> wrote:  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">I am writing a management console for our customers who host with us, <BR>and I would like to allow them to edit their own VH container file. I <BR>worry though that a user will make a mistake and take the whole web <BR>server down.<BR><BR>Is there a way anyone knows up that I can tell Apache to disregard a <BR>misconfigured VH container (possibly send an alert) and continue loading <BR>the rest of the virtual hosts?<BR><BR></BLOCKQUOTE>  <div>Even if you do get the control over Apache that you would like, you should still be doing bulletproof validation to your customer's form data. First make sure the data is in a form that you expect.</div>  <div> </div>  <div>Then, you don't want them touching the document root, and really just want to let them specify some file names. Or am I missing
 something?</div>  <div> </div>  <div>Before writing the file, check existence, permissions, etc. Your users will prefer an error message to a performance failure.</div>  <div> </div>  <div>Stephen</div>