unique2world
Verified User
I currently have two versions of PHP on DirectAdmin, 7.4 and 8.1, and the web server is LiteSpeed.
Now I want to add version 8.3.
Which of these commands is correct?
Or should I do it in another way?
OR:
Now I want to add version 8.3.
Which of these commands is correct?
Or should I do it in another way?
Code:
da build set php1_release 8.3
da build set php2_release 8.1
da build set php3_release 7.4
da build php
da build rewrite_confs
OR:
Code:
da build set php1_release 8.3
da build set php2_release 8.1
da build set php3_release 7.4
da build litespeed
da build php
Last edited: