Suexec support for suffix php52

slimak

Well-Known Member
#1
Hello,
could you add suexec support for suffix php52? Currently suexec doesn't work for suffix php52. If we set the version 5.3.x as default for suffix "php5" then we will not have any suffix for version 5.2.x.

Code:
AddType application/x-httpd-php52 .php
 

mistwang

LiteSpeed Staff
#2
There are many suffixes available, "php", "php5", "php53", you can use "php" suffix for the default one, either 5.3 or 5.2, then use php5 for the other.
 

slimak

Well-Known Member
#3
The suffix php52 would be easier to understand for our clients, because now they will now know that suffix php5 (or php) means version 5.2.x or 5.3.x.
 
Top