Search results

  1. Cold-Egg

    Cannot start after update

    The next release should have those issue fix included.
  2. Cold-Egg

    openlitespeed is functioning normally message

    May I know if this is pure OpenLiteSpeed? Any control panel on this server?
  3. Cold-Egg

    CodeIgniter

    Hi, You can try following installation commands on a fresh server. bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) -w apt-get install lsphp74-intl -y curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer chmod +x...
  4. 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.
  5. 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
  6. 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/
  7. 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/
  8. 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?
  9. Cold-Egg

    Gibberish Output - Not sure what to look for

    May I ask if you have zlib compression enabled on PHP?
  10. 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/
  11. Cold-Egg

    where to configure FilesMatch on Litessped ?

    Hi, Controlling Access to Files by context should help, https://openlitespeed.org/kb/access-control/
  12. 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/
  13. Cold-Egg

    Configure SSH to wordpress

    hi, please check https://docs.litespeedtech.com/cloud/images/wordpress/#step-2
  14. 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 .*...
  15. Cold-Egg

    How can I disable PHP execution in a specific subdirectory?

    Hi, This works for me, no extra .htaccess needed.
  16. 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.
  17. Cold-Egg

    BLOCK ACCESS WITHOUT DOMAIN

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

    Htaccess issue

    Hi, Works for me, maybe you can turn on the Rewrite Log Level to 9 and see what it shows.
  19. 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.
  20. Cold-Egg

    Compiled php-redis, but Redis Extension: Disabled

    Could you create a phpinfo page and check if it is loaded?
Top