questions about openlitespeed custom version and vhost

donko

Verified User
Joined
Aug 12, 2020
Messages
12
hello.

I've downgraded openlitespeed to version 1.6.15 because in 1.7.3 quic is not working, so is there any extra step i need to do to make that change on version.txt permanent?. I don't want version being rewrited by updates for now.


and another question:

If i add a new context to a domain (openlitespeed) on CUSTOM7 throught "Custom HTTPD Configurations" option on admin interface, is this change permanent or can be overwrited by something?

Screenshot_1.jpg
 
How did you downgrade OLS from 1.7.3 to 1.6.15? Some downgrade/upgrade method won't change VERSION file and only replace the binary file.

You can always get the correct version by running
/usr/local/lsws/bin/lshttpd -v

CUSTOM changes should stay:
 
How did you downgrade OLS from 1.7.3 to 1.6.15? Some downgrade/upgrade method won't change VERSION file and only replace the binary file.

i created a new file: /usr/local/directadmin/custombuild/custom_versions.txt

with this
Code:
openlitespeed:1.6.15:
openlitespeed_src:1.6.15:

then
./build openlitespeed

that method worked to stay on 1.6.15 and no change if i update custombuild.
 
just to update, after upgrading 1.7.4 has the same issue

1.6.15 is still the stable one
 
Back
Top