Switching to OpenLitespeed and back to Apache in DA..

Hello,
i was wondering if anyone could let me know how to revert back to the default Apache after switching to OpenLitespeed..
i read somewhere that this is actually complicated to do..
i'm going to try using OpenLitespeed so my client's sites can benefit from the WordPress cache, but i don't want to risk doing something that i can't undo..
i found the docs to switch to OpenLitespeed:

which looks straightforward enough..
except i'll probably use this:
Code:
./build update
./build set webserver openlitespeed
./build set mod_ruid2 no
./build set php1_mode lsphp
./build set php1_release 7.4
./build set php2_mode lsphp
./build set php2_release 8.0
./build openlitespeed
./build php n
./build rewrite_confs

But is switching back to Apache as simple as following the instructions from the same docs here:
Code:
./build update
./build set webserver apache
./build php1_mode fastcgi
./build php2_mode fastcgi
./build apache
./build php n
./build rewrite_confs

i currently only have php 7.4 and php 8.0 configured, which is fine by me..
will i need to specify those like (also, why do the commands above not have the verb 'set'):
Code:
./build update
./build set webserver apache
./build set php1_mode fastcgi
./build set php1_release 7.4
./build set php2_mode fastcgi
./build set php2_release 8.0
./build apache
./build php n
./build rewrite_confs

Thank you so much for all the help!!!
 
Top