Custom HTTPD Configurations Backup?

Imtek

Verified User
Joined
Dec 11, 2005
Messages
222
Location
The Netherlands
Is there any backup or including of the Custom HTTPD Configurations via the Admin Backup/Transfer in DirectAdmin?

We are about to move many accounts to another server. We tested these backups to see if the custom httpd configuration was included. There was none.

Do you guys have any tips/tricks regarding this issue. Because there is no database or overview of these accounts in directadmin to check this.
 
Fixed it myself, juist checking what was modified (for example "whatwasmodified":

grep -H -r "whatwasmodified" /usr/local/directadmin/data/users/*/httpd.conf


This wil result in a output like this:

/usr/local/directadmin/data/users/test/httpd.conf:whatwasmodified
/usr/local/directadmin/data/users/test1/httpd.conf:whatwasmodified
/usr/local/directadmin/data/users/test2/httpd.conf:whatwasmodified
/usr/local/directadmin/data/users/test3/httpd.conf:whatwasmodified
 
Last edited:
Back
Top