Search results

  1. Cold-Egg

    [INFO] locked pid file [/tmp/lshttpd/lsphp.sock.pid]

    PID files are written by lsphp to record their process ID while they are starting, unlock when the job finished. You can ignore those logs safly.
  2. Cold-Egg

    red on listeners and virual hosts

    Is there any other service occupied port 80/443? Check the web admin dashboard > Server error log again, this time, switch log display entry from 10 to 100 and let us know if you find anything
  3. Cold-Egg

    where to configure FilesMatch on Litessped ?

    Try the simple setup first to make sure it works. e.g. Simply set the URI to / Header Operations to Access-Control-Allow-Origin * ( no "set" needed) https://openlitespeed.org/kb/setting-up-cors-on-openlitespeed/
  4. Cold-Egg

    where to configure FilesMatch on Litessped ?

    Hi, Good to know it works. For the custom header, please check https://openlitespeed.org/kb/how-to-set-up-custom-headers/
  5. Cold-Egg

    Why is a soft link to fcgi-bin/lsphp5 required when installing OSL?

    Hi, This doc might be outdated, may I know where you found it?
  6. Cold-Egg

    Gibberish Output - Not sure what to look for

    May I ask if you have zlib compression enabled on PHP?
  7. Cold-Egg

    Best OpenLiteSpeed Tuning For 1 GB Ram VPS

    The default setting should be good for general purposes. Make sure you have LSCache enabled on the Wordpress site. https://docs.litespeedtech.com/lscache/lscwp/installation/
  8. Cold-Egg

    where to configure FilesMatch on Litessped ?

    Hi, Controlling Access to Files by context should help, https://openlitespeed.org/kb/access-control/
  9. Cold-Egg

    Header duplication when using Wordpress LSCache plugin

    Let's follow up the issue on the Wordpress forum, https://wordpress.org/support/topic/header-duplication-when-using-wordpress-lscache-plugin/
  10. Cold-Egg

    Configure SSH to wordpress

    hi, please check https://docs.litespeedtech.com/cloud/images/wordpress/#step-2
  11. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    Hi @robyflc, I see, please ignore the context method. Please try putting this on the document root .htaccess file RewriteRule ^wp-content\/uploads(\/|.*\/|php)$ - [F,L] or put the following on the /wp-content/uploads/.htaccess file. RewriteCond %{REQUEST_URI} ^.*(\/|php)$ [NC] RewriteRule .*...
  12. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    Hi, This works for me, no extra .htaccess needed.
  13. Cold-Egg

    How to download large files?

    Hi, Do you know how long it takes to show the 503 error when downloading the 800mb file? Maybe you can try to increase wsgiDefaults values, e.g. env, initTimeout, and extMaxIdleTime, from the httpd_config.conf.
  14. Cold-Egg

    BLOCK ACCESS WITHOUT DOMAIN

    It should work if you put the domain only on the listener.
  15. Cold-Egg

    Htaccess issue

    Hi, Works for me, maybe you can turn on the Rewrite Log Level to 9 and see what it shows.
  16. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    How about creating a "/uploads/ " context from web admin and set no to Accessible option.
  17. Cold-Egg

    Compiled php-redis, but Redis Extension: Disabled

    Could you create a phpinfo page and check if it is loaded?
  18. Cold-Egg

    Openlitespeed - Ubuntu - Cloudfront issue

    Any site URL and Origin URL that we can take a look? Or any screenshot with browser developer enabled? Any CMS? and how you config for the CloudFront?
  19. Cold-Egg

    OLS can't access WordPress database hostname

    Did you install the LSPHP mysql extension?
  20. Cold-Egg

    openlitespeed 1.6.21 cannot be installed on ubuntu 18.04

    HI, I launched a fresh Ubuntu 18 server and was not able to reproduce it. Could you raise a ticket to us support@litespeedtech.com with this forum link appended?
Top