Hello,
To clarify, the file:
/usr/local/directadmin/data/templates/httpd.conf
is only ever used at install time when you're using customapache and apache 1.3. If you've got custombuild, it won't ever be touched.
Also, if you're using customapache and 1.3, it's only ever used at install time. It's never touched past that.
If you've got custombuild and apache 2.2, the main config is rewritten sometimes, and it's stored in:
/usr/local/directadmin/custombuild/configure/ap2/conf/httpd.conf
and the copy/custom method would be to copy:
/usr/local/directadmin/custombuild/configure/ap2/conf
to:
/usr/local/directadmin/custombuild/custom/ap2/conf
But the ciphers in 2.2 are actually in extra/httpd-ssl.conf, and not the httpd.conf.
The default cipher is:
Code:
SSLCipherSuite ALL:-ADH:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
John