Openlitespeed Wordpress

Posted on  by 



Openlitespeed

  • SS: https://ibb.co/kXqxWDR

    I have a server that is hosted locally with VMware. This server runs Ubuntu 18.04. Default ubuntu server iso installation. Cyberpanel – OpenLiteSpeed is installed on this server. The domain is redirected to the server ip addresses with Cloudflare. Ports 80 – 443 – 53 of the server are open to the outside and others are closed. I tried every way but I couldn’t solve this error.
    Wordpress website works normally. I can create a page, publish a Post. But the curl error cannot be solved. No problems are displayed in the error logs. The command $ curl -I sitename.com/wp-json/ from the Ubuntu command line returns an HTTP 200 response. CyberPanel mod security is turned off.

    Web server: LiteSpeed
    PHP version: 7.3.16-1 + bionic (Supports 64bit values)
    PHP SAPI: litespeed
    PHP max input variables: 1000
    PHP time limit: 60
    PHP memory limit: 512M
    Max input time: 120
    Upload max filesize: 20M
    PHP post max size: 80M
    cURL version: 7.58.0 OpenSSL / 1.1.1

  • Are you sure about your OpenSSL version ? and that the cert is valid ?
    Did you disable all plugins, then add them back in one by one ?

    I was getting a similar error with mine and it turned out to be an extra session_start(); in my theme’s functions.php file. (Info: https://wordpress.org/support/topic/fix-could-not-confirm-that-the-wp_version_check-filter-is-available/#post-12644190 )

    Just something else that can cause these cURL messages.

  • The topic ‘REST API – Error: [] cURL error 28 – Site Health’ is closed to new replies.
I installed WordPress Multisite Directory and the suggested htaccess rules dont work
my static links are being converted with a trailing slash
example:
http://domain.tld/directory/wp-includes/js/hoverintent-js.min.js/
current htacces is:
# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^/ - [L]
RewriteRule ^/([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^/([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
# BEGIN LiteSpeed
# The directives (lines) between `BEGIN LiteSpeed` and `END LiteSpeed` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule Litespeed>
SetEnv noabort 1
</IfModule>
# END LiteSpeed
Wordpress

Docker Openlitespeed

Product Overview OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise and contains all of the essential features, including HTTP/3 support. OLS provides enormous scalability, and an accelerated hosting platform for WordPress. I am trying to upload (modify, edit, delete ues) files to the directory with Wordpress using Filezilla. I can only use the local directory with my login name, but the Wordpress directory does not have permission to write to. There are a few ways around this. You could upload them to a directory. Caching is important for WordPress, so we paired each server with the best caching solution available for that server: LiteSpeed Cache for OpenLiteSpeed, FastCGI Cache for. Choose the Virtual Host from the drop-down list (i.e. Wordpress) and enter the domain name to use for the virtual host. Once set, click on the disk icon to save the configuration: 5. Launch a graceful restart of OpenLiteSpeed by clicking on the logo, then on the corresponding button: Downloading and Installing WordPress.





Coments are closed