DirectAdmin # enable mod_proxy

user warning: Unknown column 'u.signature_format' in 'field list' query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.signature, u.signature_format, u.picture, u.data, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 15 AND c.status = 0 ORDER BY c.thread DESC LIMIT 0, 30 in /home/cmsdd/domains/cmsdd.com/public_html/modules/comment/comment.module on line 992.

#cd /usr/local/directadmin/customapache
#nano configure.apache_2

Add
##########################
?enable-proxy ?enable-proxy-connect ?enable-proxy-ftp ?enable-proxy-http
##########################

#./build apache_2
#service httpd restart