-
mod_wsgi (pid=2135587): Failed to exec Python script file '/var/www/html/atc/atc/wsgi.py'.
mod_wsgi (pid=2135587): Exception occurred processing WSGI script '/var/www/html/atc/atc/wsgi.py'.
Tracebac…
-
basic settings
- [ ] hostname in the URL (f.e localhost)
- [ ] URI to register StackInABox under (f.e localhost/stackinabox)
- [ ] list of StackInABox Services to load for use
-
In our application, we have products with metadata entered by our customers. Some of them need to input Unicode characters, often using the degree symbol (°).
However, when this symbol appears in …
-
# Description
Default getcapabilities use case does work.
Enpodints:
- /csw
- /csw?service=CSW&version=2.0.2&request=GetCapabilities
return error 500
# Environment
- operating system…
-
I am trying out your DFIR IRIS web product on a RHEL server running podman. I have attemped multiple ways to serve the dfir-iris from a subdirectory like domain.com/iris but most of the CSS and lin…
-
**Describe the bug**
When running a Django App with socketify Djnago says:
You cannot call this from an async context - use a thread or sync_to_async
**To Reproduce**
Steps to reproduce the beha…
-
File "/usr/local/lib/python3.7/dist-packages/django/core/servers/basehttp.py", line 50, in get_internal_wsgi_application
) from err
django.core.exceptions.ImproperlyConfigured: WSGI application …
-
I tried to send logs to fluentd by syslog. Fleuntd shows me error:
`2024-10-03 15:38:32 +0000 [error]: #0 invalid input data="gunicorn.site.wsgi.application.access: [30] 10.0.0.2 - USER [03/Oct/2024:…
-
### Summary
I'm encountering a `RuntimeError: log object has expired` when using mod_wsgi with Django 5.0.9. The issue appears in the Apache logs when rendering certain pages.
### Environment
- *…
-
We need to deploy the Flask application using Nginx and Gunicorn to improve scalability and ensure the application can handle multiple client requests. The deployment should include the following step…