Search results

  1. lsfoo

    How to run php in user level?

    Hi Pothi, As requested of wireboot, could you enable debug logging and check your error log to see if there's any error messages during configuration? You may also email me to look at the log if you'd like. Cheers, Kevin
  2. lsfoo

    OpenLiteSpeed 1.4.17 Released! Bug Fixes, Optimizations, and Updates, Oh my!

    Hi Everyone, Open LiteSpeed version 1.4.17 is now released! In this release, we have a couple new features: The Web Admin will now display a notice when there is an OLS update available. The mod inspector module is now available. This module is used to scan uploaded files. In addition to the...
  3. lsfoo

    Bug Openlitespeed 1.4.16 in FreeBSD 10.x

    Hi Lacus, Were you able to reproduce the issue? Want to make sure everything is working correctly.
  4. lsfoo

    Bug Openlitespeed 1.4.16 in FreeBSD 10.x

    Hi Lacus, Could you turn on debug logging and reproduce the situation? Even if it's just during start up, the debug logging could prove useful. Cheers, Kevin
  5. lsfoo

    How to enable auto startup openlitespeed 1.4.16 in freebsd 10.3?

    Hi lacus clyne, Could you elaborate on what you mean by start up automatically? Do you mean as soon as the machine is started up? Or are you referring to something within OLS? (e.g. automatically starting up the PHP process) Cheers, Kevin
  6. lsfoo

    OLS and Improving TTFB

    Hi enthess, One option is to make PHP always available. In the external app settings, enable run on start up and set max idle time to -1. This will start a lsphp process on startup and it will stay alive forever. Cheers, Kevin
  7. lsfoo

    Implemented how can i work my code?

    Did you try reversing the quotes used? echo '<a href="' ...
  8. lsfoo

    PHP CodeSniffer and OLS ?

    Good to hear! lsphp is the same as php, except it includes our own implemented SAPI. This is part of the speed improvement that most people will see when switching to LiteSpeed. You can read more about it here. Cheers, Kevin
  9. lsfoo

    PHP CodeSniffer and OLS ?

    Hi enthess, It might be trying to install the 5.4 lib and exec because the yum package depends on 5.4. What happens if you try installing it with a specific version? here Cheers, Kevin
  10. lsfoo

    Sometimes webrequest takes 3-5 seconds ??

    Hi enthess, What you are describing may be because of DNS lookup. When you have a chance, before you make the first request you should open the web console. When you make the request, you can check the timing of the request. What you're looking for is the color distribution of the request...
  11. lsfoo

    Sometimes webrequest takes 3-5 seconds ??

    Hi enthess, Could you provide some more information about the situation? Is it an http request or https? If https, are you using HTTP/2? What kind of page are you accessing? If you use the web console in your preferred browser, which part of the page is taking the longest?
  12. lsfoo

    OLS 1.4 PHP 7 Wordpress - 400 Bad Request

    Hi enthess, Sorry about the delay, didn't see your post. Did 1.4.16 fix your issue? Let me know and if not, I'll see if anything needs to be changed. Kevin
  13. lsfoo

    Enabling SSI / server side includes

    Hey Jamie, Quick update, we just released OLS 1.4.16. This is mostly bug fixes and some updates. The SSI support is still being tested. It will be packaged in with another new feature for the 1.5 release because of the possible instability. Just letting you know that it's not forgotten about...
  14. lsfoo

    OpenLiteSpeed 1.4.16 Released! Another Bug Bites the Dust!

    Hi Everyone, OpenLiteSpeed 1.4.16 is now released. In this update, we have many fixes for bugs found by the community as well as internally. Some specific issues that were addressed: - The cache module was not properly reading context level settings. - Some users reported receiving 400 errors...
  15. lsfoo

    Virtual host SSL

    Hi fadhilah, Yes, that should work. The main thing to note is that the domains must be different. (i.e. they both can't be example.com.) Let me know if you have any issues, Kevin
  16. lsfoo

    Any Free Web Based Control panel that support OLS?

    So I spoke with our main web admin dev. I am told that those features are outside the realm of the web admin, so unfortunately, they cannot be added to our web admin. One possible solution is to use the control panel you like the most and configure OLS through our web admin. The control panel...
  17. lsfoo

    Any Free Web Based Control panel that support OLS?

    Hi RoldanLT, Currently, no. We may consider this sometime in the future, but it is not on our road map. Is there a feature that you were looking for that is missing in the OLS web admin? Kevin
  18. lsfoo

    how to solve...

    Hi Seyed, The mod_pagespeed developer is not available currently. I will point him to this post on Monday. That said, after poking around the code, I believe what is happening is that those options are not allowed to be set at the scope where you set it. For example, if you tried to set...
  19. lsfoo

    problem with make a password for a folder

    kfwu at litespeedtech dot com
  20. lsfoo

    problem with make a password for a folder

    If you are comfortable with sharing it, your server and vhost config files could help us out a lot as well.
Top