Search results

  1. lsfoo

    Enabling SSI / server side includes

    Hi Jamie-VV, As it turns out, SSI support was disabled, likely due to many changes to the server code. I will take a look at this to see if I can get it working again for the next release. That said, there are no real steps for enabling SSI. As long as shtml is listed in the MIME settings...
  2. lsfoo

    HTTP/2 feature incorrectly includes "h2c" in ALPN/NPN

    Hi Lucas, Thanks for notifying us, it is updated internally and will be updated on the next release. If you or anyone reading this would like to patch it for your current version, the patch is listed below. Cheers, Kevin diff --git src/sslpp/sslcontext.cpp src/sslpp/sslcontext.cpp index...
  3. lsfoo

    Admin panel on smartphone

    Hi Faizan, We are able to reproduce the bug, thanks for the report! We will get to work on it as soon as we can. Cheers, Kevin
  4. lsfoo

    Admin panel on smartphone

    Hi Faizan, Regarding OLS: Which version are you using? Regarding the phone: Which phone, OS version, and browser are you using? We had an issue before, but it should be resolved. Kevin
  5. lsfoo

    Public and private cache

    I will send you an email, I would like to access the page you are trying to get working to see what the request looks like.
  6. lsfoo

    Public and private cache

    My apologies if that post was a bit confusing. Basically, in the server code, we do not handle OPTIONS request methods. Originally, if we receive an OPTIONS request, we will return a 405. This will immediately disable CORS, so in the server code, you will need to edit the following patch...
  7. lsfoo

    Public and private cache

    To update, I am seeing the same log message in my test case, I will let you know when I find something out.
  8. lsfoo

    Public and private cache

    OK, that shouldn't be happening. Could you enable the debug log and test it logged in, then not logged in, and send us the relevant log files? We may need both the server error log as well as the vhost error log if it is separate. If you'd rather not upload it to the forum, you can email it...
  9. lsfoo

    Public and private cache

    Did you add these to the module parameters for the context based settings? qsCache 1 enablePrivateCache 1
  10. lsfoo

    Public and private cache

    Hi le_florin, First, try it with the same URI, but append a '/', /$VH_ROOT/html/wp-admin/ If that doesn't work, try /wp-admin/ Also, not sure if you added it, but you also need to add the different parameters.
  11. lsfoo

    Public and private cache

    Hi le_florin, I would like to apologize, as my first explanation was partially incorrect. What version of OLS are you using? 1.3.x or 1.4.x? When you configured the cache module, did you configure it for the vhost level as well? In order for the cache to work, you have to have the cache...
  12. lsfoo

    Public and private cache

    Hi le_florin, First, it looks like you want a public cache enabled globally. For that, your configuration should work at the server level. Second, if you want /wp-admin to have a different set-up, you should create a vhost for /wp-admin specifically. Then, in the vhost config, you can...
  13. lsfoo

    How to enable CORS?

    Hi Bantalguling, I know this is an old issue, but if you are still trying to get CORS working, we may have a workaround solution. It seems like for CORS to work, the OPTIONS request has to be handled first. If you are using 1.4 and you installed via source, you will need to apply a small...
  14. lsfoo

    how about add some virtual host fuctions?

    Hi Bantalguling, Not a problem, we always want to make sure that our wikis are crystal clear. Do you remember which articles you were using that got you confused? I see that we have some articles with picture guides, perhaps those are what you are referring to? As mentioned before, it is...
  15. lsfoo

    OpenLiteSpeed 1.4.14 Released! Now Stable-er!

    Hi Everyone, Open LiteSpeed 1.4.14 is now released! This release fixed some user reported bugs as well as bugs that we found internally. The list of bugs can be found here. Cheers, Kevin
  16. lsfoo

    OpenLiteSpeed 1.4.13 Released! Now Stable!

    Please do! Let us know what you think! We're always welcoming feedback and ideas for improvement, so if you see something, let us know. Kevin
  17. lsfoo

    How to enable CORS?

    Hi Bantalguling, If you are able to get the server back up and running, please try to get the debug log. With it, we should be able to determine what is going on when you try to make the request. Best, Kevin
  18. lsfoo

    how about add some virtual host fuctions?

    Hi Bantalguling, First of all, we apologize for any confusion that you may have had during configuration. The Web Admin interface was created in order to simplify the configuration for those who may not be familiar with the command line interface. That said, it sounds like you are familiar...
  19. lsfoo

    [help] Suexec with ls 1.4.13

    Hi Wouter, How did you install 1.4.13? If it is from source, you can just apply the following patch to the source code to fix the problem. If not from source, it appears there is a small bug in the code, where that error message is sent regardless of if it was successful or not. What this...
  20. lsfoo

    OpenLiteSpeed 1.4.13 Released! Now Stable!

    Hi Everyone, We are pleased to announce the release of version 1.4.13. Additionally, we will now mark the 1.4.13 branch stable! What does this mean for you? 1. If you are currently using the 1.4 branch, then this just means that we are confident that the 1.4 branch is stable. 2. If you are...
Top