I want to stick to OLS 1.7 not 1.8

Magistar

Verified User
Joined
May 31, 2014
Messages
90
How do I prevent DA from installing OLS 1.8 branch?

If there is no branch toggle, can I put in vustom_versions.txt:
Code:
openlitespeed:1.7.19:

Or do I need a hash?

edit: I tried but

Code:
curl: (22) The requested URL returned error: 404 Not Found
safe_download: downloading 'https://files.directadmin.com/cache/openlitespeed-1.7.19-x86_64-linux.tgz' to '/usr/local/directadmin/custombuild/tmp/tmp.JJYcZ9mFCU.safe_download' failed (2/3)
 
Last edited:
Hello,

Should you want to use a custom or older release of the software. You should specify its version in custom_versions.txt file in the format you've already identified:

Code:
openlitespeed:1.7.19:

No hash is required. Then you will need manually download the file and put in the directory from which DirectAdmin will use it.

Anyway, I believe Poralix solved the task on your server, and I hope the things will work fine since then.
 
Back
Top