View Single Post
Old 03-04-2007, 05:31 AM   #3
Junior Member
 
Join Date: Feb 2007
Posts: 26
apryan
Default

In apache I typically manually add the following for my domains:
Code:
ServerAdmin www@email.com
ScriptAlias /cgi-bin/ /usr/home/user/www/cgi-bin
ErrorDocument 404 http://www.mysite.com
Options Indexes FollowSymLinks MultiViews ExecCGI
For bind i typically prefer keeping things neater... much of this is minor, but it is something that I kind of wish could be modified if you know what I mean.
apryan is offline   Reply With Quote