Problem with ModSecurity v2.9.6 update

Roberto

Verified User
Joined
Apr 6, 2013
Messages
127
Location
London
Hello

I am trying to update ModSecurity to v2.9.6 using Custom Build 2.0. I get the following output:

Code:
Executing /usr/local/directadmin/plugins/custombuild/admin/build modsecurity...
curl: (22) The requested URL returned error: 404
Download of http://files2.directadmin.com/services/custombuild/modsecurity-2.9.6.tar.gz failed, re-downloading the file...
curl: (22) The requested URL returned error: 404
Download of http://files2.directadmin.com/services/custombuild/modsecurity-2.9.6.tar.gz failed, re-downloading the file...
curl: (22) The requested URL returned error: 404
Download of http://files2.directadmin.com/services/custombuild/modsecurity-2.9.6.tar.gz failed, re-downloading the file...
curl: (22) The requested URL returned error: 404
Download of http://files2.directadmin.com/services/custombuild/modsecurity-2.9.6.tar.gz failed, re-downloading the file...
Download of http://files2.directadmin.com/services/custombuild/modsecurity-2.9.6.tar.gz failed 4 times, exiting...
Done!

Any suggestions welcomed, please?

Code:
http://files2.directadmin.com/services/custombuild/modsecurity-2.9.6.tar.gz
is not found
 
try:

/usr/local/directadmin/custombuild/build set_fastest

to change the files mirror used by custombuild or edit it manually in /usr/local/directadmin/custombuild/options.conf:

downloadserver=files2.directadmin.com

and change the value to:

downloadserver=files1.directadmin.com

or

downloadserver=files.directadmin.com

And try the build of modsecurity again
 
Thanks, @dmtinc for your response. Appreciated! :)

The issue resolved itself somehow before I needed to apply your fix.

Regards
 
Back
Top