Search results

  1. Unique_Eric

    Webp Images

    Did you use any pagespeed module and the rules to convert img type?
  2. Unique_Eric

    Webp Images

    Hi @ofmarconi , image optimize to webp format and webp replacement functions are provided from LSCache. There's nothing to do with AWS platform. Please check wikis here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:configuration:media#optimize_webp_versions...
  3. Unique_Eric

    Enable Cache for custom PHP server

    Hi @mohammed.dahwi LSCache won't cache for static files including images and it's actually not needed. You can use some CDN services to cache static files. FYI. LSWS do provide browser cache for static files by default settings, please check...
  4. Unique_Eric

    TTFB

    Hi @heisenberg , Some general TTFB related issues please check here, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:ttfb Feel free to ask more question if wiki not covered. A demo URL from you may also helps everyone to identify the issue for you. Best
  5. Unique_Eric

    Access.log empty

    Just to clarify `There is no cpanel. ` means no control panel on your server?
  6. Unique_Eric

    300K monthly unique visit/month for listing site

    Hi @ismaelhaider , LiteSpeed web server should comes with high performance settings by default, here's more tips for high performance setup, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:improve-performance Best
  7. Unique_Eric

    Most recent and stable Litemage version for magento 2.2.2

    Hi @Tucker , Please check this page for latest LiteMage version. https://www.litespeedtech.com/products/cache-plugins/magento-acceleration/download Best
  8. Unique_Eric

    Any know issue running Apache 2.4 and LiteSpeed in parallel?

    Hi @scorpio9 , Try this wiki to setup env for perl, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:other-ext-apps:apache-mod-perl-equivalent You should not run two web servers at the same time unless you have port offset. Best
  9. Unique_Eric

    LiteSpeed Cache Video View

    That is just an example due to I am not sure which kind of method you use for the counting.
  10. Unique_Eric

    LiteSpeed Cache Video View

    Hi, This method maybe helps, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:faq#how_do_i_get_wp-postviews_to_display_an_updating_view_count Best
  11. Unique_Eric

    Litespeed Instance on AWS EC2 Permission Denied But Fixed

    Please use command sudo su instead of $ sudo su And you probably can getting better help from aws support for their AMI or DNS relates services. ;)
  12. Unique_Eric

    [HELP] Slider broke after i configure LiteSpeed Cache

    Hi @izlwhd, Just checked your report, we may still need a temporary access to web admin or server root access to check issue directly. I also see x-litespeed-tag keep showing in the response header which indicate that cache folder probably not setting correctly. Please send information to...
  13. Unique_Eric

    Litespeed Instance on AWS EC2 Permission Denied But Fixed

    1. Install it through putty commands on a pure centos or ubuntu server instead of your existing wordpress server 2. Launch the Cyberpanel image from marketplace I believe Cyberpanel includes CyberPanel +OpenLiteSpeed + 1 click wordpress + LScache
  14. Unique_Eric

    Litespeed Instance on AWS EC2 Permission Denied But Fixed

    Please try installing the control panel on a fresh server. To have Cyberpanel, you can either use existing img from marketplace https://aws.amazon.com/marketplace/pp/B07MPZQ4PS , then do an upgrade. Or just run one command to install it "with root user".
  15. Unique_Eric

    Litespeed Instance on AWS EC2 Permission Denied But Fixed

    Hi , Generally, you access your server with your key or password. Then copy files in to the place you want. If you want to put it under /var/www/, e.g. /var/www/123.html, then you may want to change the user/group to www-data so that web server can read it with right permission. To make it...
  16. Unique_Eric

    Litespeed Instance on AWS EC2 Permission Denied But Fixed

    Hi @sibipaul If you launched it from Marketplace. Then those message happens just due to change the whole /var/www/folder owner to ubuntu which is normal. To correct permission back to normal, please do sudo chown -R www-data:www-data /var/www Let us know if you have more questions. Best, Eric
  17. Unique_Eric

    How to Force http to https in AWS WordPress Package by Litespeed?

    You should see a welcome message when SSH which includes password information?
  18. Unique_Eric

    How to Force http to https in AWS WordPress Package by Litespeed?

    oh, you need to have root permission. Try command with sudo, e.g. sudo ufw allow 7080
  19. Unique_Eric

    How to Force http to https in AWS WordPress Package by Litespeed?

    Check here https://docs.litespeedtech.com/cloud/wordpress/#web-server-control-panel-access ufw allow 7080 then visit "https://use_your_droplet_ip:7080" to access WebAdmin in a browser
Top