Search results

  1. P

    Configuring OpenLiteSpeed 1.4.46 (PHP 7.3.5-1+bionic) for Laravel

    You don't need to worry about "uds". Address line no need to change unless you create a new LiteSpeed SAPI app like "lsphp72", then address make unique: "uds://tmp/lshttpd/lsphp72.sock", otherwise, you don't need to touch Address at all. for self-compiled PHP, you will need to know how to...
  2. P

    Custom php.ini per Vhost

    could you provide tmp ssh login to support@litespeedtech.com to log a ticket, we can check for you.
  3. P

    Configuring OpenLiteSpeed 1.4.46 (PHP 7.3.5-1+bionic) for Laravel

    on the external app-> command. if it was set to the binary installed through litespeed repo, it is normally /usr/local/lsws/lsphp72/bin/lsphp, you can change it to your self compiled one lsphp binary. https://openlitespeed.org/kb/guide-to-php-in-ols-default-php-settings/ By the way, mcrypt...
  4. P

    Custom php.ini per Vhost

    500 errors are normally caused by permission problem or bad php.ini or bad directives in .htaccess. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:understanding_500 you may try to use exact php.ini as server level one to give it a go before customizing it.
  5. P

    Custom php.ini per Vhost

    script handler suffixes should be "php", not "ini"
  6. P

    Custom php.ini per Vhost

    Did you set "script hander" to use the newly created external app? can you past your screenshot of your virtual host external app you just created, and script handler setting here? currrently we don't have a document for OLS yet, we will add it later.
  7. P

    Custom php.ini per Vhost

    "Environment" settings in external application , and place "PHPRC=/home/user1/public_html/php.ini"(change the path to the user's real path).
  8. P

    Configuring OpenLiteSpeed 1.4.46 (PHP 7.3.5-1+bionic) for Laravel

    you can change the external app binary location to your manually installed PHP7.2 lsphp with mcrypt. restart OLS after the change.
  9. P

    Custom php.ini per Vhost

    you will need to create an exteranl app under the virtual host and define PHPRC=/path/to/user/php.ini in that external application Environment and set php handler suffix mapping to this newly created external app. Let me know if it is not clear.
  10. P

    Compiling/Installing LSMCD fails

    What's the command to run to cause this? just cyperpanel installation script?
  11. P

    File & Folder Owner - Permission *cPanel / WHM Transfer*

    Files and folder owner and permission are mostly handled by the control panel. You can replicate the same way of files and folder ownership and permission from WHM/cpanel, or from cypber panel.
  12. P

    Scheduled event failed to run

    seems litespeed cache plugin for wordpress has some issue. you can log a ticket with us with wordpress admin login and tmp root ssh login, we can take a look.
  13. P

    Scheduled event failed to run

    Can you post more screenshots and error message where it failed?
  14. P

    Redirect whole domain except 1 directory

    by the way, for openlitespeed, every time you make changes to .htaccess, you will need to restart openlitespeed to make changes to .htaccess effective.
  15. P

    Redirect whole domain except 1 directory

    RewriteCond %{REQUEST_URI} !/testdirectory RewriteRule ... it should work. otherwise, you can turn on rewrite debug log to see where it failed. or log a ticket with tmp root ssh login, we can check for you.
  16. P

    Rewrite not working but does on the paid version of Litespeed...Why?

    It will need to be one by one case, for deny to some files or directory, you can use rewrite rules. or create context within OLS and set deny there.
  17. P

    Rewrite not working but does on the paid version of Litespeed...Why?

    These rules are not rewrite rules. Only rewrie rules work in .htacesss on openlitespeed.
  18. P

    Question about the correctness of the gzip configuration

    You can log a ticket(send email to support@litespeedtech.com) with us with tmp root ssh login to your server. we can check for you.
  19. P

    Question about the correctness of the gzip configuration

    check header through Chrome developer tool. It shows "Aapche" and "content-encoding: gzip" no problem with apache at the moment. Is your server ip: 72.10.193.107:443? Request URL: https://varvy.com/pagespeed/ Request Method: GET Status Code: 200 Remote Address: 72.10.193.107:443 Referrer...
  20. P

    Question about the correctness of the gzip configuration

    https://varvy.com/pagespeed/ seems running apache at the moment, not OLS.
Top