Feature requests for CustomBuild

Hi,

ive posted in DA FR aswell but prolly is more related to CustomBuild script.

...........

i was making some test and ive noticed this:

Code:
/usr/local/directadmin/custombuild/build rewrite_confs
Doesnt use

Code:
/usr/local/directadmin/data/templates/custom/httpd.conf
for replace

Code:
/etc/http/conf/httpd.conf
And neither
Code:
/usr/local/directadmin/data/templates/httpd.conf
Ive looked into the build script and seem that just copy (if exist) the

Code:
/etc/http/conf/httpd.conf.backup
So ive tryed to remove all httpd.conf* from /etc/http/conf/ but the file get again generated dunno from where.

So, my request is, should be possible make it JUST check the directadmin/data/templates (and of course /custom subfolder) for the config files?

Cause, the composition of httpd.conf rewrote is completly different from the original one from directadmin (the structure i mean).

Thanks in advance

Regards

Use custom/ap2/conf/httpd.conf if you would like to have a custom httpd.conf after "./build rewrite_confs".
 
Oh, i see, cause in template there is another one.. so.. should create some confusion (see me... went mad on this for 1hr) :)

Thanks for pointing me to the right direction.

Regards
 
Already answered.

See
/usr/local/directadmin/custombuild/configure/ap2/conf/
/usr/local/directadmin/custombuild/custom/ap2/conf/
 
I know was answered, my was like 2 cent for maybe have less confusion, i mean, have a uniqui origin for that file should be better.

Otherwise, when will be used the one in directadmin template folder?

Regards
 
Add mod_ruid2 + WebDAV to custombuild

I made this request in the DirectAdmin area but another post there said I should probably ask that here. From the DA post:

I would like to see mod_ruid2 incorporated into the standard install when CLI is chosen. It provides the security aspects of suPHP and more, without the downsides. This in turn creates a safe, maintainable environment for WebDAV. WebDAV is a suitable replacement to solve the security and technical problems of FTP. WebDAV would open up an array of possibilities for users that is currently only enjoyed only by users of Windows servers.

Thanks!
 
roundcube plugins

Hi,

In additional to the custom config for roundcube.
Can you make it a bit more customizable with custom "plugins"?

Let says putting custom plugins to /usr/local/directadmin/custombuild/custom/roundcube/plugins/*

Once "./build roundcube" the script will copying/replacing all plugins to /var/www/html/roundcube/plugins/*

Thanks
 
Back
Top