Search results

  1. metalsonic

    disable server authentification for certain files and URLs

    What is required is having a User Authentication of Subdirectory but some file need to be accessible : 1/Login required for the folder /protecteddata/ (this part is done following these instructions: https://openlitespeed.org/kb/user-authentication-through-realms/) 2/Allow external access to...
  2. metalsonic

    How to set a new MimeType with special characters + or @ # | etc.....

    adding to conf/mime.properties does not work...
  3. metalsonic

    How to set a new MimeType with special characters + or @ # | etc.....

    Hi there, on a particular project I need to use a mime type which contains special characters in its extension, That's just a random example below : AddType text/html .htm# AddType text/html .hif+ it works out of the box with Apache using .htaccess, but I am unable to set it up using a >...
  4. metalsonic

    App Server Environment not work

    Hi there I finally sorted it out on centOS 8. Not 100% sure if it comes from that but after reinstalling some packages it started working correctly : yum -y remove python38-devel yum -y install python38-devel (yum -y install bzip2) <the last one probably optional in most cases. then cd...
  5. metalsonic

    App Server Environment not work

    Hi there, I've been spending a few days on this. I am unable to use the Python Virtual Environment with OpenLiteSpeed for a Django App. config: CentOS 8 Python 3.8.0 OpenLiteSpeed 1.7.3 wsgi-lsapi-1.6 with OpenliteSpeed + Django + Python Virtual Environment = I get a 503 Service Unavailable...
Top