context

  1. D

    Basic Auth with exclusions

    I have successfully got HTTP Basic Auth working in a vhost. However, I need to make an exception for a particular directory which should be accessible without authentication (in particular I want to open up .well-known/acme-challenge so that we can automatically renew our LetsEncrypt SSL...
  2. N

    Litespeed Context URI="/" but allows for URI "/static/" to be served by Static instead

    I want my Proxy to not serve Static, but still serve "/" ... how do I do that? I tried setting Proxy to: /^(?!\/static\/).*?$ This does a negative look-ahead to ignore any /static/ urls but I think it's crashing my test server -- lots of lag when I use this setting
  3. A

    [ACL] Access to context [/] is denied!

    Problem with [ACL] Access to context [/] is denied!
Top