Having different PHP version per folder?

#1
In Apache I could have a different PHP version for each folder:

localhost/php54/ <- Uses PHP 5.4
localhost/php55/ <- Uses PHP 5.5
localhost/php56/ <- Uses PHP 5.6
localhost/php7/ <- Uses PHP 7

Can the same thing be done in litespeed/Open litespeed?

PS I asked over at http://openlitespeed.com/ but seeing that the place is dead I felt that I could ask here as it the same system but with different features.
 
Top