Release Log https://litespeedtech.com/images/logos/litespeed/litespeed-logo.png 2024-01-23 15:04:32 Release Log from LiteSpeed Technologies

LSAPI
Release Log

Join the "LiteSpeed Edge Users" Google Group for cutting-edge build notifications.

LiteSpeed Server API (LSAPI) is highly optimized for communication between LiteSpeed and third party web engines.

  • PHP LSAPI 8.1 (11-01-2022) Improvement

    • IMPROVEMENT Compatible with PHP 8.2.

    PHP LSAPI 8.0.1 (02-22-2022) Bugfix

    • BUGFIX Address garbled command line parameter showing current running script path.

    PHP LSAPI 8.0 (12-03-2021) New Feature, Improvement & Misc

    • NEW FEATURE PHP 8.1 support.
    • IMPROVEMENT Better OpenBSD compatibility.
    • Misc Clean up compiler warnings.

    PHP LSAPI 7.9 (03-05-2021) Tuning

    • TUNING Process manager now keeps forked child processes alive for longer based on load, reducing process manager overhead on busy setups.

    PHP LSAPI 7.8 (09-01-2020) Tuning, Bugfix

    • NEW FEATURE PHP 8.0 RC support.
    • TUNING Update log message with more information when possible: Timestamp, UID, PID, etc.
    • BUGFIX Correct inaccurate children process tracking.

    PHP LSAPI 7.7 (07-22-2020) Security, Improvement

    • SECURITY Fix a missed buffer boundary check.
    • IMPROVEMENT Include UID information in some log entries.

    PHP LSAPI 7.6 (11-22-2019) New Feature, Update

    • NEW FEATURE Added environment variable 'LSAPI_CLEAN_SHUTDOWN' for clean shutdown control.
    • UPDATE Disabled clean shutdown for PHP versions lower than PHP 7 by default.

    PHP LSAPI 7.5 (07-22-2019) Bugfixes

    • BUGFIX Override ITIMER_PROF to 0.1 seconds to ensure that a clean shutdown won't get stuck in an infinity loop.
    • BUGFIX Completely disabled "error_reporting" before starting a clean shutdown to avoid generating a large amount of error log entries.

    PHP LSAPI 7.4 (06-14-2019) Improvements

    • IMPROVEMENT Gracefully clean up PHP temp files when PHP processes are killed in middle of executing a script.
    • IMPROVEMENT Allow request header sizes up to 64KB.

    PHP LSAPI 7.3 (04-12-2019) New Feature & Improvement

    • NEW FEATURE `litespeed_finish_request()` and alias `fastcgi_finish_request()` to allow PHP to continue running background jobs after finishing the current request.
    • IMPROVEMENT Improved process manager to keep worker processes alive when there is enough free memory.

    PHP LSAPI 7.2 (01-21-2019) Improvements & Bug Fixes

    • IMPROVEMENT Added timestamp when directly logging stderr to file.
    • BUGFIX Fixed LSAPI protocol corruption when PHP scripts fork child process. (reported by CloudLinux)
    • BUGFIX Fixed uninitialized sa_mask during signal handler setup. (reported with patch by CloudLinux)
    • BUGFIX Fixed wrong string length when trimming long log strings containing trailing newlines. (reported with patch by CloudLinux)
    • BUGFIX Fixed max idle timeout time not resetting properly during socket events. (reported with patch by CloudLinux)

    PHP LSAPI 7.1 (4-11-2018) Feature Enhancements & Bug Fixes

    • NEW FEATURE Allow php_admin_value to override configuration set in php.ini, similar to open_basedir.
    • IMPROVEMENT Improved PHP side CRIU support.
    • BUGFIX Fixed a bug in PHP suEXEC daemon mode that was causing permission issues.

    PHP LSAPI 7.0 (2-28-2018) Feature Enhancements

    • NEW FEATURE Added CRIU support.
    • NEW FEATURE Added support for [PATH=] and [HOST=] sections in php.ini.
    • IMPROVEMENT Enhanced process manager.

    PHP LSAPI 6.11 (6-28-2017) Bug Fixes

    • BUGFIX Fixed .user.ini value displaying in phpinfo(), but not actually applying. (Patch provided by CloudLinux)
    • BUGFIX Fixed a bug where 'ini_set' failed to override 'php_value' in .htaccess. (Patch provided by CloudLinux)

    PHP LSAPI 6.10 (9-19-2016) Feature Enhancements

    • NEW FEATURE Added .user.ini support, controlled by the LSPHP_ENABLE_USER_INI environment variable.
    • NEW FEATURE Added new environment variable LSPHPRC to override php.ini.

    PHP LSAPI 6.9 (12-9-2015) Bug Fixes

    • Fixed a bug in suEXEC daemon mode where server secret would not be cleared.
    • Fixed a bug where a malformed LSAPI request could crash the PHP process.
    • Fixed a bug in CLI mode that caused a bad value for the DIR global variable.
    • (PHP 7) Fixed a bug that broke PHP configuration override through Apache config.

    PHP LSAPI 6.8 (6-12-2015) Improved functionality

    • Added PHP 7 support.

    PHP LSAPI 6.7 (9-4-2014) Improved functionality and bug fix

    • Added support for filter_input() function.
    • Fixed bug causing a crash when run in CLI mode.

    PHP LSAPI 6.6 (11-22-2013) Performance improvement

    • Default child process limit for suEXEC Daemon mode increased to avoid stalling the daemon and causing 503 errors.

    PHP LSAPI 6.5 (11-18-2013) Bug fix

    • Fixed bug in LSAPI lib causing problems for executing commands from within PHP scripts. Problem existed since version 6.2.

    PHP LSAPI 6.4 (10-30-2013) Minor bug fixes and feature enhancements

    • Avoid multiple debugging sessions when hanging PHP processes detected.
    • Return 508 error page when CloudLinux LVE resource limit has been reached.
    • Fixed bug in tracking number of child processes.
    • Minor performance tuning for suEXEC daemon mode.

    PHP LSAPI 6.3 (08-06-2013) Minor bug fixes and feature enhancements

    • Added apache_get_modules() function to improve compatibility with mod_php.
    • Fixed a bug showing partial original command line parameters.
    • Changed GDB stack backtrace generation setting to disabled by default. It can be enabled with the the environment variable LSAPI_DUMP_DEBUG_INFO=1.

    PHP LSAPI 6.2 (05-22-2013) Minor feature enhancements

    • Added the ability for the suEXEC daemon to kill runaway child processes.
    • Speeded up recycling of child processes for better memory usage.
    • Changed process naming, allowed for shorter process names.

    PHP LSAPI 6.1 (11-21-2012) Minor bug fixes

    • Remove code related to changing php.ini when suEXEC daemon mode is used, does not work.
    • Added "-n" option for CLI mode, which skips loading php.ini

    PHP LSAPI 6.0 (09-10-2012) Major feature enhancements

    • PHP suEXEC daemon mode has been added to improve performance and memory efficiency.
    • added native CloudLinux LVE/CageFS support.

    PHP LSAPI 5.5 (12-13-2010) Minor bug fix

    • added support for "php_value engine off" feature
    • fixed the validation code for length of custom HTTP header.

    PHP LSAPI 5.4 (7-15-2010) Minor bug fix

    • change configuration option "register_long_arrays" to be turned on by default.
    • fixed installer script for FreeBSD.

    PHP LSAPI 5.3 (2-8-2010) Minor bug fix

    • configuration option "register_long_arrays" that turned off by default can be enabled through php.ini.

    PHP LSAPI 5.1 (1-17-2010) Minor bug fix

    • Improved performance by optimizing PHP interface code.
    • Fixed few compatibility bugs

    PHP LSAPI 5.0 (1-12-2010) Major feature enhancements

    • Improved performance by optimizing PHP interface code.
    • Implemented the feature that show script name in "top" and "ps" output.
    • Added slow request log to identify slow PHP scripts.
    • Show LSAPI code version in PHPINFO page

    PHP LSAPI 4.8 (9-10-2008) Minor feature enhancements

    • Ignore SIGXFSZ signal and disable core dump by default.

    PHP LSAPI 4.7 (4-14-2008) Minor bug fixes

    • Switched to non-blocking listener socket to avoid hanging Ruby/Php processes, replaced kill( ppid, 0 ) with getppid() to test the status of the parent process.

    PHP LSAPI 4.6 (2-26-2008) Minor bug fixes

    • Improved the internal process manager to avoid killing active children process with SIGTERM.

    PHP LSAPI 4.5 (1-31-2008) Minor bug fixes

    • Fixed the code in LSAPI libary that failed to compile under Mac OS X.
    • Added implementation of PHP function getallheaders() and apache_request_headers(), compatibility with PHP code written for mod_php has been improved.

    PHP LSAPI 4.4 (1-3-2008) Minor bug fixes

    • Error logging has been improved during application startup time to avoid 503 errors.
    • Source code has been cleaned up.

    PHP LSAPI 4.3 (12-11-2007) Minor feature enhancements

    • Added a command line option to enable PHP source code output.

    PHP LSAPI 4.2 (11-25-2007) Minor bug fixes

    • Fixed a bug that causes LSAPI build failure on some Apple Mac OS X environments.

    PHP LSAPI 4.1 (8-21-2007) Minor bug fixes

    • Added LSAPI_AVOID_FORK environment variable to minimize dynamic start/stop of children process.
    • Fixed a bug that may cause infinity looping while reading request body under special situation.

    PHP LSAPI 4.0 (5-10-2007) Minor feature enhancement

    • Added support for 'apache_response_headers' function.

    PHP LSAPI 3.1 (4-24-2007) Minor bug fixes

    • Improved builtin Process Manager to reliably stop children processes.
    • Added LSAPI_EXTRA_CHILDREN environment variable to give better control of extra children processes can be started while existing children processes are in error state.

    PHP LSAPI 2.4 (01-10-2007) Bug Fix

    • Fixed: A bug may cause LSAPI application to run with 99% CPU.
    • Improved: Ruby LSAPI extension follows specification of ruby's I/O library more closely.

    PHP LSAPI 2.3 (10-09-2006) Bug Fix

    • Fixed: Custom request header values could be truncated.

    PHP LSAPI 2.2 (07-07-2006) Compatibility

    • PHP LSAPI has been upgraded to work with "getenv()" function. For code portability, LiteSpeed recommend PHP coders to defer from using getenv() and use specific $_ENV variable access.

    PHP LSAPI 2.1 (05-16-2006) Bug Fix

    • Fixed a 503 error when PHP_LSAPI_CHILDREN env variable is set. The env variable does not apply to Ruby but the fix affected the base library.
  • Python LSAPI 2.1 (08-31-2022) Bugfix

    • BUGFIX Address compatibility with python 3.10.

    Python LSAPI 2.0 (12-06-2021) News Feature & Improvement

    • NEW FEATURE Python 3.9 support.
    • Misc Clean up compiler warnings.

    Python LSAPI 1.9 (02-23-2021) Bugfix

    • BUGFIX Properly decode UTF-8 encoded characters in request header.

    Python LSAPI 1.8 (02-03-2021) Improvement

    • IMPROVEMENT Avoid being detected as interactive mode, which caused environments set in .env to not be applied for python applications.

    Python LSAPI 1.7 (09-01-2020) Tuning, Bugfix

    • TUNING Update log message with more information when possible: Timestamp, UID, PID, etc.
    • BUGFIX Correct inaccurate children process tracking.

    Python LSAPI 1.6 (05-11-2020) Improvement

    • IMPROVEMENT Added support for python 3.8 in Ubuntu 20.04.

    Python LSAPI 1.5 (08-12-2019) Bugfix

    • BUGFIX Improved wsgi-lsapi performance by recycling child worker processes less aggressively.

    Python LSAPI 1.4 (2-27-2018) Improvements

    • IMPROVEMENT Improved stderr logging with timestamp.
    • IMPROVEMENT disabled unnecessary debug logging.

    Python LSAPI 1.3 (1-19-2018) Feature Enhancements & Bug Fixes

    • NEW FEATURE STDERR log output is now redirected to the application log directory for easier troubleshooting.
    • BUGFIX Fixed a compatibility issue with the Django framework.

    Python LSAPI 1.2 (3-10-2017) Improved Compatibility

    • IMPROVEMENT Improved compatibility with Python 3.

    Python LSAPI 1.1 (1-9-2017) Improved Functionality

    • MAJOR IMPROVEMENT Added support for Python 3.x releases.

    Python LSAPI 1.0 (08-06-2013) Initial release

    • Initial release of Python LSAPI.
  • Ruby LSAPI 5.6 (01-23-2024) Bugfix

    • BUGFIX Address compatibility issue with ruby 3.2+ .

    Ruby LSAPI 5.5 (06-09-2023) Bugfix

    • BUGFIX Address compatibility issue with ruby 3.0+.

    Ruby LSAPI 5.4 (01-18-2023) Bugfix

    • BUGFIX Address compatibility issue with ruby 3.0+.

    Ruby LSAPI 5.2 (02-02-2021) Bugfix

    • BUGFIX Address stability issues with ruby 2.0+ caused by a regression in v5.1.

    Ruby LSAPI 5.1 (09-01-2020) Tuning, Bugfixes

    • TUNING Update log message with more information when possible: Timestamp, UID, PID, etc.
    • BUGFIX Make single worker non-prefork mode work properly.
    • BUGFIX Correct inaccurate children process tracking.

    Ruby LSAPI 5.0 (05-15-2020) Tuning

    • TUNINGImproved stability with Ruby 2.0+.

    Ruby LSAPI 4.4 (01-19-2018) Feature Enhancements

    • NEW FEATURE STDERR log output is now redirected to the application log directory for easier troubleshooting.
    • IMPROVEMENT Improved compatibility with different versions of the RubyOnRails framework.

    Ruby LSAPI 4.1 (01-30-2013) Major feature enhancements

    • Added native RewindableInput implementation to boost RACK performance.
    • Added support for Rack Sendfile middleware to utilize web server's file delivery code.
    • Along with LSWS 4.2.2 release, provide better support for Rack/Rails 3.0+ applications.

    Ruby LSAPI 3.5 (05-14-2009) Minor bug fix

    • Reinitialize random number generator when a new child process was forked.

    Ruby LSAPI 3.4 (10-27-2008) Minor bug fix

    • Fixed a bug in calling STDERR.reopen() function.

    Ruby LSAPI 3.3 (9-10-2008) Minor feature enhancements

    • Ignore SIGXFSZ signal and disable core dump by default.

    Ruby LSAPI 3.2 (4-14-2008) Minor bug fixes

    • Switched to non-blocking listener socket to avoid hanging Ruby/Php processes, replaced kill( ppid, 0 ) with getppid() to test the status of the parent process.

    Ruby LSAPI 3.1 (2-26-2008) Minor bug fixes

    • Improved the internal process manager to avoid killing active children process with SIGTERM.

    Ruby LSAPI 3.0 (1-31-2008) Minor bug fixes

    • Fixed the code in LSAPI libary that failed to compile under Mac OS X.
    • Added implementation of PHP function getallheaders() and apache_request_headers(), compatibility with PHP code written for mod_php has been improved.

    Ruby LSAPI 2.9 (1-3-2008) Minor bug fixes

    • Error logging has been improved during application startup time to avoid 503 errors.
    • Source code has been cleaned up.

    Ruby LSAPI 2.8 (11-25-2007) Minor bug fixes

    • Fixed a bug that causes LSAPI build failure on some Apple Mac OS X environments.

    Ruby LSAPI 2.7 (8-21-2007) Minor bug fixes

    • Added LSAPI_AVOID_FORK environment variable to minimize dynamic start/stop of children process.
    • Fixed a bug that may cause infinity looping while reading request body under special situation.

    Ruby LSAPI 2.5 (05-18-2007) Feature enhancement/Bug fix

    • Fixed request_uri incompatibility issue by including query string part.

    Ruby LSAPI 2.4 (4-24-2007) Minor bug fixes

    • Improved builtin Process Manager to reliably stop children processes.
    • Added LSAPI_EXTRA_CHILDREN environment variable to give better control of extra children processes can be started while existing children processes are in error state.

    Ruby LSAPI 2.3 (03-15-2007) Feature enhancement/Bug fix

    • LSAPI integration code has been rewritten with better process control and better STDERR logging.
    • Following environment variables has been added: LSAI_MAX_IDLE_CHILDREN, LSAPI_MAX_PROCESS_TIME, please refer to README file for more detail.
    • STDERR stream is logged into web server log file instead of stderr.log.

    Ruby LSAPI 1.13 (01-16-2007) Bug Fix

    • Fixed: A bug may cause Ruby LSAPI application to run with 99% CPU.

    Ruby LSAPI 1.12 (01-10-2007) Bug Fix

    • Fixed: A bug may cause LSAPI application to run with 99% CPU.
    • Improved: Ruby LSAPI extension follows specification of ruby's I/O library more closely.

    Ruby LSAPI 1.11 (10-09-2006) Bug Fix

    • Fixed: Custom request header values could be truncated.

    Ruby LSAPI 1.10 (09-29-2006) Bug Fix

    • Fixed: Registered "env_copy" as a ruby global variable to prevent it from being garbage collected resulting in possible 503 error.

    Ruby LSAPI 1.9 (09-25-2006) Feature enhancement/Bug fix

    • Fixed: Build problem for Solaris 8.
    • Compatibility: Request parameters have been updated to match that of WEBrick.

    Ruby LSAPI 1.8 (09-18-2006) Feature enhancement/Bug fix

    • New: Added environment variable "LSAPI_PGRP_MAX_IDLE" to tell idle process group to terminate. This environment variable will be set by LSWS 2.2.2 automatically based on "Max idle time".

    Ruby LSAPI 1.7 (09-11-2006) Bug fix

    • Updated: Change default of LSAPI_MAX_REQS to 1,000,000 from 1,000.
    • Fixed: Missing environment variables set in Rails configuration.

    Ruby LSAPI 1.6 (08-22-2006) Bug fix

    • Fixed: work around Ruby's internal signal handler to ensure unresponsive Ruby processes terminate.

    Ruby LSAPI 1.5 (08-16-2006) Bug fix

    • Fixed: v1.4 bug where small POST operation can fail.

    Ruby LSAPI 1.4 (08-04-2006) Feature enhancement/Bug fix

    • Fixed: a worker process does not remain persistent if a request has been canceled.
    • New: Maximum number of worker processes has been limited to twice the configured value to prevent DoS type attacks.
    • New Env Variable: LSAPI_MAX_REQS=n, where n is the maximum number of requests that a child process can serve.Default value is 1000. Once the value is reached, the child process will exit automatically. This will help in case of any memory leaks in Rails.
    • New Env Variable: LSAPI_MAX_IDLE=n, where n is the maximum idle time in seconds that a child process will be waiting for a new request. Once limit is reached, the child process will quit. Default value is 60. When n <= 0, the child process will wait indefinitely. This option helps getting rid of idle children processes.

    Ruby LSAPI 1.3 (06-29-2006) Bug Fix

    • A SIGCHLD signal handler has been added to the Ruby LSAPI module to resolve a problem which can lead to zombie processes.

    Ruby LSAPI 1.2 (05-16-2006) Bug Fix

    • Fixed a 503 error when PHP_LSAPI_CHILDREN env variable is set. The env variable does not apply to Ruby but the fix affected the base library.

Privacy Policy

Privacy Policy

LiteSpeed Technologies, Inc. (aka “LiteSpeed”) is committed to protecting your privacy. This policy ("Privacy Policy" or "Policy") explains our practices for our site, www.litespeedtech.com ("Site"). You can visit most pages of the Site without giving us any information about yourself, but sometimes we do need information to provide services that you request. By using this Site or any products or services provided through the Site, you expressly consent to the use and disclosure of information as described in this Privacy Policy.

LiteSpeed reserves the right to revise, modify, add, or remove provisions to this Privacy Policy at any time. If we make changes to this Privacy Policy, we will update the Effective Date to note the date of such changes. LiteSpeed encourages you to review this Privacy Policy periodically for any changes. IF YOU DO NOT AGREE WITH ANY OF THE TERMS BELOW, YOU SHOULD NOT USE THIS SITE OR THE PRODUCTS OR SERVICES OFFERED BY LITESPEED TECHNOLOGIES AT THIS SITE.

Collection of Information

Personal Information.

LiteSpeed will ask you for certain “Personal Information” when you complete registration or product information request forms on the Site, including but not limited to your name, address, telephone number, email address, and credit card information. You can always choose not to provide us with the requested information, however, you may not be able to complete the transaction or use our products or services if you do not provide the information requested.

Non-Personal Information.

LiteSpeed may collect non-personally identifiable information from you such as the type of browser you use, your operating system, the screen resolution of your browser, your ISP, your IP address, which pages you view on the Site and the time and duration of your visits to the Site (collectively, “Non-Personal Information”). LiteSpeed may associate Non-Personal Information with Personal Information if you register with the Site.

User Communications.

If you communicate with us, we may collect information relating to that communication whether it takes the form of email, fax, letter, forum posting, blog comments, testimonials or any other form of communication between you and LiteSpeed or Submitted by you to the Site (collectively, “User Communications”).

Server Information.

If you use one of our software products such as LiteSpeed Web Server or LiteSpeed Web ADC, we may collect certain information concerning such software and concerning the server upon which the software operates. This information includes: (a) the licensed or unlicensed status of the software; (b) the source from which the license for the software was obtained (i.e., LiteSpeed or a LiteSpeed affiliate); or (c) information about the server upon which the software is installed including (i) the public IP address, (ii) the operating system and (iii) the use of any virtualization technologies on such server ((a) through (c) collectively, “Server Information”). Additionally, “Server Information” may also include information collected from you by LiteSpeed in the event that you request technical support services including without limitation, IP addresses, usernames, and passwords necessary to login to SSH, the root directory of the server upon which you installed the LiteSpeed software and any affected accounts including email accounts, control panel accounts, MySQL accounts, CMS accounts and other accounts.

Use and Storage of Collected Information

LiteSpeed may use Personal Information to create and authenticate your account, to respond to your requests, to provide you with customer and technical support, or to provide you with information regarding our products, services, partners, and company. You may update your Personal Information with us at any time, but we may maintain records of any Personal Information you disclose to us indefinitely, unless otherwise requested as outlined below.

We may use User Communications in the same ways we use Personal Information. If you communicate with us for a particular purpose, we may use your User Communications for that purpose. For example, if you contact us for technical support, we may use your communications to provide technical support to you. We may maintain records of User Communications you transmit to us indefinitely, unless otherwise requested as outlined below.

LiteSpeed may use Non-Personal Information to maintain, evaluate, improve and provide our Site, the Services and any other LiteSpeed products and services. We may retain Non-Personal Information indefinitely.

We may use Server Information to provide you with technical support services and to maintain, evaluate, improve and provide LiteSpeed products and services. We may also use such information to investigate unlicensed (and therefore unauthorized) uses of our software. LiteSpeed may maintain Server Information indefinitely, with the exception of usernames, passwords, and other login information given in connection with support service requests. Such login information will be purged when the ticket is closed.

Disclosure of Collected Information

LiteSpeed will only disclose Personal Information to third parties if acting under a good faith belief that such action is necessary, including but not limited to: (a) to resolve disputes, investigate problems, or comply with laws or regulations; (b) to enforce our Terms of Service; (c) to protect and defend the rights, property, or safety of our company or our users; or (d) in the event of a merger, acquisition or sale of all or substantially all LiteSpeed assets. Other than this limited activity, we do not share, sell, or rent any personal information to third parties.

You will receive notice in the form of modifications to this Policy when information about you might go to third parties other than as described in this Policy, and you always have the opportunity to contact us as set forth below if you do not wish your information to go to third parties.

LiteSpeed cannot be responsible for protecting your information if you share such information in publicly available sections of the Site such as the user forums, blog comments, or testimonials section. You should use your own judgment in disclosing this information on the Site.

Use of Cookies

“Cookies” are small pieces of information that your browser stores on your computer on behalf of a website that you have visited. Cookies may be used in order to complete transactions on our site. You can always choose not to accept cookies with the settings of your web browser, however, you may not be able to complete these transactions if you do not accept cookies.

Security of Personal Information

We use reasonable security methods to protect your personal information from unauthorized access, use or disclosure. No data transmission over the Internet or any wireless network can be guaranteed to be perfectly secure. While we try to protect your personal information, we cannot guarantee the security of any information you transmit to us, and you do so at your own risk.

LiteSpeed uses industry-standard SSL-encryption to protect sensitive data.

In the event that LiteSpeed becomes aware of a security breach, unauthorized disclosure or inadvertent disclosure concerning your information, you agree that LiteSpeed may notify you of such an event using the Personal Information previously provided.

You are responsible for maintaining your account’s security.

GDPR Notice and your Rights as Data Subject

For the purposes of the General Data Protection Regulation (the “GDPR”), in the European Union, LiteSpeed Technologies Inc. is a “data controller” of the Personal Information you provide to us for the primary purposes of providing you or your customers with our services.

For our customers and users in the European Union, by clicking the "I Accept" button or otherwise accepting the terms and conditions of our services through a clickable action or similar action, you hereby acknowledge, agree and unequivocally consent to the collection, processing, management, treatment, transfer and authorization of your Personal Information by LiteSpeed Technologies and/or its affiliates, clients, sub-processors and/or authorized third parties.

If you are a resident of Switzerland, the contact details for the data protection authorities are available here:
https://www.edoeb.admin.ch/edoeb/en/home.html.

For European Union (EU) customers, please be reminded that the EU has not found the United States and some other countries to have an adequate level of protection of Personal Information under Article 45 of the GDPR.

The sections here below cover certain situations that you, as data subject, and we as a data controller, are most likely to encounter; but you should also carefully review the full list of data subject rights here: https://www.gdpr-info.eu/chapter-3/.

  • Right to be Forgotten: You can request us to be “forgotten”; that is, to have your entire Personal Information removed from our service. If we are asked to do this, in accordance with Article 17 GDPR we will remove any Personal Information that we have collected from you as requester. We will also need to contact any third parties that process your Personal Information on our behalf, such as our cloud service providers using the adequate mechanisms. To ensure that any personal data in LiteSpeed Technologies’ possession can be removed in a timely manner, you can relay any request to be “forgotten” to us by submitting a request.
  • Right to Data Portability: In accordance with Article 20 GDPR our users located in the EU may request LiteSpeed Technologies to send them any Personal Information in our possession. In this case, we will provide you with any Personal Information that you have in a commonly used, machine-readable format.
  • Right to Data Access: As a data subject, in accordance with Article 15 GDPR you can ask LiteSpeed Technologies to confirm how and where your Personal Information is being stored and processed. You also have the right to know how such data is shared with third parties by us.
  • Right to Data Rectification: As a data subject, in accordance with Article 16 GDPR you have the right to obtain from LiteSpeed Technologies, without undue delay, the rectification of inaccurate Personal Information concerning you.
  • Right to be Informed: You have the right to be informed about the Personal Information we collect from you, and how we process it.
  • Right to Withdraw Consent: In accordance with Article 7(3) GDPR, you have the right to withdraw your consent given to us at any time.
  • Right to Object: In accordance with Article 18 GDPR you have the right to object to us processing your Personal Information for the following reasons:
    • Processing was not based on legitimate interests or the performance of a task in the public interest/exercise of official authority (including profiling);
    • Direct marketing (including profiling);
    • Processing for purposes of scientific/historical research and statistics; and
    • Rights in relation to automated decision-making and profiling.
  • Automated Individual Decision-Making and Profiling: You have the right not to be subject to a decision based solely on automated processing, including profiling, which produces legal effects concerning you or similarly significantly affects you.
  • Right to Complain: You have the right to file a complaint with supervisory authorities if your information has not been processed in compliance with the GDPR. Furthermore, in accordance with Article 77 GDPR, if the supervisory authorities fail to address your complaint properly, you may have the right to a judicial remedy.

Privacy Requests

Lastly, you retain the right to access, amend, correct or delete your Personal Information where it is inaccurate at any time. To do so, please contact us as indicated in the Contact Us section. We reserve the right to charge a reasonable fee, as permitted by applicable laws and regulations, in order to comply with complex requests or repetitive requests from individual users.

Your privacy request must include, at the least, the following information: (i) your complete name, address and/or e-mail address in order for us to notify you of the response to your request; (ii) attached documents establishing your identity; and (iii) a clear and concise description of the Personal Information with regard to which you seek to enforce any of your privacy rights. If you request rectification, please indicate amendments to be made and attach documentation to back up your request.

Upon receipt of your privacy request, and after due review, we may then edit, deactivate and/or delete your Personal Information from our services for the maximum term allowed by the GDPR for each applicable case. In case of secure databases under our control where deletion is impossible, we will make such information permanently inaccessible.

Notice to California Residents

Pursuant to the California Consumer Privacy Act of 2018 (the “CCPA”), LiteSpeed Technologies and/or its affiliates, clients, sub-processors and/or authorized third parties hereto provide the following Privacy Policy notice regarding the categories of Personal Information that we may collect and/or disclose within the preceding twelve (12) months regarding California residents who are not employees, independent contractors, owners, directors, officers, or job applicants of LiteSpeed Technologies, or emergency contacts or benefits beneficiaries of the foregoing.

Thenceforth, the CCPA provides Californians with the following rights:

  • Requests for Information: you (or your authorized agent) can request a copy of your Personal Information, including how we have collected, used, and shared your Personal Information over the past 12 months (if any), including the categories of Personal Information we collected and our purposes for doing so; the categories of sources for that information; the categories of third parties with whom we shared it for a business purpose and our purposes for doing so.
  • Your Right to Notification: under the CCPA, we cannot collect new categories of Personal Information or use them for materially different purposes without first notifying you.
  • Nondiscrimination for exercising your CCPA Rights: the CCPA prohibits us from discriminating against you for exercising your rights under the law. Such discrimination may include denying services, charging different prices or rates for services, providing a different level or quality of services, or suggesting that you will receive a different level or quality of goods or services as a result of exercising your rights.
  • Your Right to Delete Personal Information: you can request that we delete your Personal Information by contacting us. You also can request that we delete specific information, and we will honor such requests, unless a due exception applies, such as when the information is necessary to complete a transaction, verify a fraud, review a chargeback or contract for which it was collected or when it is being used to detect, prevent, or investigate security incidents, comply with laws, identify and repair bugs or ensure another consumer’s ability to exercise their free speech rights or other rights provided by law.
    • Please take into consideration that we may deny your deletion request if retaining the Personal Information is necessary for us, our affiliates or our service providers in order to:

      • Complete the transaction for which we collected the Personal Information, provide a good or service that you requested, take actions reasonably anticipated within the context of our ongoing business relationship with you, or otherwise perform our contract with you;
      • Detect security incidents, protect against malicious, deceptive, fraudulent, or illegal activity, or prosecute those responsible for such activities;
      • Debug our products to identify and repair errors that impair existing intended functionality;
      • Exercise free speech, ensure the right of another consumer to exercise their free speech rights, or exercise another right provided for by law;
      • Comply with the California Electronic Communications Privacy Act (Cal. Penal Code § 1546 seq.);
      • Enable solely internal uses that are reasonably aligned with consumer expectations based on your relationship with us;
      • Comply with a legal obligation that has substantive grounds;
      • Make other internal and lawful uses of that information that are compatible with the context in which you provided it.

Overall, we have, may or will collect the following categories of Personal Information from our users, customers and individuals, as necessary to fulfill our legal obligations and operational business purposes:

  • Personal information (as defined in the California Customer Records Law), such as contact information;
  • Identifiers, such as online identifier, IP address and name;
  • Internet or network activity information, such as browsing history and interactions with our and other websites and systems;
  • Geo-localization data, such as device location and IP location;
  • Audio, electronic, visual and similar information, such as video recordings and multimedia content created in connection with our business activities; and
  • Inferences drawn from any of the Personal Information listed above to create a profile or summary about, for example, an individual’s preferences and characteristics.

International Data Transfer Notice

LiteSpeed Technologies values your users’ privacy. Although our software does not directly collect any personally identifiable information from visitors to your site, LiteSpeed may still be considered a data processor in certain jurisdictions, as user information may be temporarily cached and/or logged, as outlined in this document.

We have our headquarters in the State of Pennsylvania, United States of America (USA). Henceforth, your Personal Information may be accessed by us or our affiliates, agents, partners and third-party service providers in the USA and our locations which may or may not be located in your country of residence, and you hereby consent to such access and transfer by simple disclosure.

Servers

LiteSpeed Web Server, OpenLiteSpeed, LiteSpeed Web ADC, and related software may record IP addresses as a part of normal logging. An access log and an error log may record visitor IP addresses and URL visited. The logs are stored locally on the system where LiteSpeed server software is installed and are not transferred to or accessed by LiteSpeed employees in any way, except as necessary in providing routine technical support if you request it. This logging may be turned off through configuration. It is up to individual server administrators to come up with their own schedule for removing such logs from the file system.

Cache Solutions

Our cache plugins potentially store a duplicate copy of every web page on display on your site. The pages are stored locally on the system where LiteSpeed server software is installed and are not transferred to or accessed by LiteSpeed employees in any way, except as necessary in providing routine technical support if you request it. All cache files are temporary, and may easily be purged before their natural expiration, if necessary, via a Purge All command. It is up to individual site administrators to come up with their own cache expiration rules.

LSCache for WordPress

In addition to caching, our WordPress plugin has an Image Optimization feature. When optimization is requested, images are transmitted to a remote LiteSpeed server, processed, and then transmitted back for use on your site. LiteSpeed keeps copies of optimized images for 7 days (in case of network stability issues) and then permanently deletes them.

Similarly, the WordPress plugin has a Reporting feature whereby a site owner can transmit an environment report to our server so that we may better provide technical support.

Neither of these features collects any visitor data. Only server and site data is involved.

Support Services

Sometimes, when you request technical support, LiteSpeed may ask for login credentials to various areas of your site. You may refuse to share such credentials, however refusal may impact LiteSpeed’s ability to provide the requested support services.

Upon completion of a support ticket, LiteSpeed immediately deletes all login credentials you may have shared.

Any user data encountered by LiteSpeed is kept strictly confidential. We never provide your support ticket information to any third party without your explicit consent.

Contact Us

If you would like to update information that you have voluntarily provided to us, stop receiving information from us, or exercise any of the rights granted to you under Privacy Laws, including the EU’s General Data Protection Regulation, please e-mail info@litespeedtech.com.