Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
litespeed_wiki:plesk:php_guide:multi-php-handlers [2016/02/04 20:08]
Jackson Zhang created
litespeed_wiki:plesk:php_guide:multi-php-handlers [2016/03/01 15:46]
Jackson Zhang
Line 3: Line 3:
 You can add prefix and set handler one by one. If you are a command line Guru and prefer to make the changes through the LSWS configuration file, simply edit the httpd_config.xml file and add the following to your server side <​scriptHandlerList>​… </​scriptHandlerList>​ section: You can add prefix and set handler one by one. If you are a command line Guru and prefer to make the changes through the LSWS configuration file, simply edit the httpd_config.xml file and add the following to your server side <​scriptHandlerList>​… </​scriptHandlerList>​ section:
  
 +    <​scriptHandler>​
 +      <​suffix>​php70</​suffix>​
 +      <​type>​lsapi</​type>​
 +      <​handler>​lsphp70</​handler>​
 +    </​scriptHandler>​
     <​scriptHandler>​     <​scriptHandler>​
       <​suffix>​php56</​suffix>​       <​suffix>​php56</​suffix>​
  • Admin
  • Last modified: 2018/05/16 13:31
  • by Eric Leu