Search results

  1. Unique_Eric

    Catch All Config

    If you have one virtual host only, then go to the listener and set "*" to the Virtual Host Mappings > Domains.
  2. Unique_Eric

    Litespeed on a Directadmin + cloudlinux server!

    Please run `top` or `htop` command from the SSH console and refresh your WordPress site to see if there's any PHP process generated.
  3. Unique_Eric

    Block request start from "?" symbol

    Hi, How about adding the following rules to the .htaccess and restart the webserver, it will block all request with QS RewriteCond %{QUERY_STRING} !^$ RewriteRule .* - [F] By the way, this forum is for LSWS, if you have more OpenLiteSpeed questions please go to https://forum.openlitespeed.org/.
  4. Unique_Eric

    Directadmin suexec home directory? Whats this?

    When set to Yes, PHP scripts will be executed under the user (and group unless Force GID is set) specified. When set to User's Home Directory Only, scripts outside a user's home directory will run as the global user/group that the webserver run as. When using DirectAdmin, the User's Home...
  5. Unique_Eric

    I want to migrate from apache

    Well, it's the LiteSpeed forum, not Nginx. With LiteSpeed, you only need to set LSWS to read Apache config.
  6. Unique_Eric

    If an application states Nginx...

    The two links you shared are WordPress applications, not Ruby, is that correct?
  7. Unique_Eric

    PHP Zip Extension

    Do you have PHP info page to check if the package is loaded?
  8. Unique_Eric

    Litespeed Broke my wordpress

    Hi, May I know it's all uses default LSCache settings? You might want to post the LSCache question on https://wordpress.org/support/plugin/litespeed-cache/.
  9. Unique_Eric

    What system specifications does litespeed install with by default.

    I see. Web Server will auto-assign how many CPUs (cores) that server processes will be associated with both LSWS and OLS. Feel free to ask any questions.
  10. Unique_Eric

    PHP Zip Extension

    Hi, It's on the LiteSpeed repository already. Install command: yum -y install lsphp74-zip http://rpms.litespeedtech.com/centos/8/x86_64/RPMS/lsphp74-zip-7.4.15-1.el8.x86_64.rpm
  11. Unique_Eric

    error 500 afer fresh install when accessing to litespeed web ui

    That is for CyberPanel access at port 8090, not for the web admin at port 7080. To reset web admin password, please run "/usr/local/lsws/admin/misc/admpass.sh"
  12. Unique_Eric

    Hosting company has installed LiteSpeed Cache - what now?

    Hope this article helps, https://wpspeedmatters.com/best-wordpress-cache-plugins/.
  13. Unique_Eric

    Use MAX server resources

    May I ask what's the output of `top` command? and what are your LVE settings for accounts?
  14. Unique_Eric

    What system specifications does litespeed install with by default.

    It should be good for general purposes, but you should not install both LSWS and OLS on the same server.
  15. Unique_Eric

    Why does it remove custom css settings?

    Please post the LSCache question on https://wordpress.org/support/plugin/litespeed-cache/, our plugin support member will help you there.
  16. Unique_Eric

    Failed to communicate with licensing server: license.litespeedtech.com

    Please follow https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses:failed-to-contact-license-server and check if all works.
  17. Unique_Eric

    lscache 1.5.0 - compatible with Joomla 4 and PHP8.0.x?

    I just realize Joomla 4 is still in beta release, not even RC yet. Since Joomla code might be changing at any time, we may not include the plugin developer to fix it at this stage.
  18. Unique_Eric

    lscache 1.5.0 - compatible with Joomla 4 and PHP8.0.x?

    It works with PHP 8.0. Haven't got a chance to try Joomla 4 yet, but it should work.
  19. Unique_Eric

    lighttpd config file is not reloading, needs restarts

    This is LiteSpeed Web Server(LSWS) forum, not lighttpd.
  20. Unique_Eric

    [Solved] ModSecurity: Failed connect to waf.comodo.com

    It's still working. If you have an account/license issue with COMODO, please contact their support.
Top