Chrysalis, I said you many times, that it's impossible with current custombuild script (I know you will say it's possible). You can use customapache if you don't like custombuild, custombuild is not installed by default, and you will be able to choose if you want it or not at the install time of DirectAdmin. About installation on the new server - I didn't get any bug-report from you, so I'm unable to reproduce the error. I appreciate your posts, and sorry if my post isn't very friendly, but it's really taking my time to repeat the same words few times to the same person. Why it's not possible? I think that I told you that, but I'll repeat:
1. CustomBuild replaces these lines in httpd.conf file, when you install PHP (if you don't have them, it won't work properly):
Code:
#LoadModule php4_module /usr/lib/apache/libphp4.so
#LoadModule php5_module /usr/lib/apache/libphp5.so
#LoadModule suphp_module /usr/lib/apache/mod_suphp.so
2. CustomBuild uses extra/httpd-php-handlers.conf to write PHP handlers to the file, if the file isn't included into httpd.conf file - CustomBuild won't work properly.
3. CustomBuild uses extra/httpd-suphp.conf to write PHP-cgi info to the file, if the file isn't included into httpd.conf file - CustomBuild won't work properly.
3. CustomBuild changes the virtualhosts file (CustomApache has all the include lines in the main httpd.conf file), if you don't have directadmin-vhosts.conf file included into the main httpd.conf file - CustomBuild won't work properly.
4. CustomBuild uses extra/httpd-ssl.conf for SSL environment - if you won't have it included into the main httpd.conf file - CustomBuild won't work properly.
5. CustomBuild uses extra/httpd-vhosts.conf file for IP/hostname (/var/www/html), if you won't have it included into the main httpd.conf file - CustomBuild won't work properly.
6. There are some files that are needed for alias etc., and they won't work properly with old configs too.
So, as I said - it's better to use customapache, if you don't want to change the /etc/httpd/conf structure. Sorry again, if this post isn't very friendly.. Have a good day.