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 Open litespeed?
 

lsfoo

Administrator
#2
Hi Daniel,

I believe this is what you are looking for.

The guide is using the old web admin, but the sections should be the same.

If there's any confusing parts, please let me know as we will update it.

Cheers,
Kevin
 
Top