http://help.directadmin.com/item.php?id=191
If you want to add any extra modules to apache, they'll need to be compiled in. Any module that needs to be compiled in will have a --with-module type flag which will need to be used. To add this flag, run the following:
cd /usr/local/directadmin/customapache
vi configure.apache_ssl
./build clean
./build apache_mod_ssl
然后重新启动apache:
FreeBSD:
/sbin/service httpd restart
FreeBSD:
/usr/local/etc/rc.d/httpd restart
如果遇到问题,您可能还需要重新编译php:
./build php
然后重新启动apache。







