openlitespeed icon indicating copy to clipboard operation
openlitespeed copied to clipboard

Our high-performance, lightweight, open source HTTP server

Results 90 openlitespeed issues
Sort by recently updated
recently updated
newest added

Hi, please add ESI Support

Dear @litespeedtech team, @gwanglst, @lslisa, It is possible to migrate the personal account to organization? Converting: - https://help.github.com/articles/converting-a-user-into-an-organization/ It is possible to rename this account and create the organization and...

According to [this document](https://docs.litespeedtech.com/lsws/cp/cpanel/long-run-script/), I configured everything on the development server (ubuntu) and the production server (linux). But the production server was working properly and the development server was not....

Using PHP 8.3 for the reduced admin_php build results PHP compatibility errors: ```[NOTICE] [68772] [127.0.0.1:34846-1#_AdminVHost] [STDERR] PHP Fatal error: Array and string offset access syntax with curly braces is no...

As written, the HttpVHost::addRailsApp function attaches the environment variables defined by pAppDefault->getEnv after the ones set by the options it's called with (and the ones it sets internally), which can...

I rewrite all non-files or directories in "index.php" and cache some requests based on conditions , so when the content of the `index.php` file is updated, all the cache is...

ubygems.rb alias was removed in Rubygems 3.2.3 (2020). https://github.com/litespeedtech/openlitespeed/blob/d9610258f5c76ca204e1fd7074c23297b96a64de/src/http/httpvhost.cpp#L1681 Change `RUBYOPT=rubygems` to `RUBYOPT=-rrubygems` See rubygems/rubygems#2393

Rails 7.2 removes a host of deprecated methods, including `ActiveRecord::Base.clear_all_connections!` See [Rails 7.2 release notes](https://github.com/rails/rails/blob/4a45f3144c680f86655a24d21a9e014f694cca74/guides/source/7_2_release_notes.md) Could change line 136 to: ``` if defined?(ActiveRecord::Base) if defined?(ActiveRecord::Base.connection_pool.release_connection) ActiveRecord::Base.connection_pool.release_connection else ActiveRecord::Base.clear_active_connections! end end...