Search results

  1. mshzsh

    How to get debugging logs

    Hi guys, i need to get django debugging logs, like this print('hello world this is my paramms') but only access.log and errors.log are shown. I tried these but it did not work : errorlog $VH_ROOT/logs/error.log { useServer 0 logLevel DEBUG rollingSize...
  2. mshzsh

    failed (104: Connection reset by peer) while reading response header from upstream

    hi guys, I use kong api gateway and I get this error when I give the URL of the site that uses the OLS web server : [error] 12683#0: *247145 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 127.0.0.1, server: kong, request: "GET /kong4...
  3. mshzsh

    Non-English paths not working

    Hi guys, I'm using django and the ols wsgi Server App. but when I use non-English letters in the path of files, I get an error of 500. of course, in the context settings, I set the "Add Default Charset" option to "on" and set the "Customized Default Charset" to "utf-8", but it still didn't work...
  4. mshzsh

    App Server Environment not work

    hi, I tried many times to run django with virtualenv on OpenLightSpeed, but I didn't succeed and I couldn't find a solution on the Internet. Of course, if I don't use virtualenv and install the packages on the main python system, the problem will be solved, but I need to use virtualenvs...
Top