I get error in custombuild

arazit

Verified User
Joined
Aug 20, 2008
Messages
184
Hello,
I get this error in ./build update_versions
I check it options.conf

webapps_inbox_prefix=no
modsecurity=no
modsecurity_ruleset=comodo
eximconf_release=2.1
blockcracking=no
easy_spam_fighter=no

My web server is nginx_apache
Currently ModSecurity is compatible with Apache webserver only. ModSecurity requires APR & apache libraries for installation.
How to do?
Thank you
 
Please try the following and let me know if it fixes the problem:
Code:
cd /usr/local/directadmin/custombuild
./build set downloadserver files1.directadmin.com
./build update
 
Back
Top