One Hat Cyber Team
  • Dir : ~/usr/local/lsws/admin/html/utility/build_php/
  • Edit File: buildStep2.php
    Add-on Modules GetValue('AddOnSuhosin')) { $buf .= $checked; } $buf .= '> Suhosin (General Hardening)
    '; } if (!empty($supported['mailheader'])) { $buf .= 'GetValue('AddOnMailHeader')) { $buf .= $checked; } $buf .= '> PHP Mail Header Patch (Identifies Mail Source)
    '; } if (!empty($supported['memcache'])) { $buf .= 'GetValue('AddOnMemCache')) { $buf .= $checked; } $buf .= '> memcache (memcached extension) V' . MEMCACHE_VERSION . '
    '; } if (!empty($supported['memcache7'])) { $buf .= 'GetValue('AddOnMemCache7')) { $buf .= $checked; } $buf .= '> memcache (memcached extension) V' . MEMCACHE7_VERSION . '
    '; } if (!empty($supported['memcache8'])) { $buf .= 'GetValue('AddOnMemCache8')) { $buf .= $checked; } $buf .= '> memcache (memcached extension) V' . MEMCACHE8_VERSION . '
    '; } if (!empty($supported['memcachd'])) { $buf .= 'GetValue('AddOnMemCachd')) { $buf .= $checked; } $buf .= '> memcached (PHP extension for interfacing with memcached via libmemcached library) V' . MEMCACHED_VERSION; } if (!empty($supported['memcachd7'])) { $buf .= 'GetValue('AddOnMemCachd7')) { $buf .= $checked; } $buf .= '> memcached (PHP extension for interfacing with memcached via libmemcached library) V' . MEMCACHED7_VERSION; } $buf .= '

    Note: If you want to use a version not listed here, you can manually update the settings in /usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php.

    '; echo $buf; ?>

    Note: For more information regarding LSPHP, please visit LiteSpeed wiki.