Hello,
To clarify, the command:
will copy all data from whichever Apache config setup you're using, usually:
Code:
/usr/local/directadmin/custombuild/configure/ap2/conf
over to the used path
Where there are a few exceptions.. like if the
custom folder is used, then they're copied afterwards, overwriting the defaults.
This command also runs the action=rewrite&value=httpd and action=rewrite&value=ips, so you don't need to run the independently.
If you're missing your shared server cert/key files (eg: /etc/httpd/conf/ssl.crt/server.crt and ssl.key/server.key), it will add them for you with a generic "localhost" value.
The httpd-phpmodules.conf, httpd-php-handlers.conf and few other files have some per-setup tweaks, but nothing major.
As mentioned above, if you want any customizations to these files, see this guide:
http://help.directadmin.com/item.php?id=351
Also the file:
Code:
/etc/httpd/conf/extra/httpd-includes.conf
is never touched by DA (unless it doesn't exist, then it's created as an empty file)
So if you have extra bits you want to add to Apache.. you can safely add them there.. and they won't get lost.
John