Rohan Yadav
Rohan Yadav
Hi Guys, Is there any update on this? Please let me know if I am doing anything wrong or if there are other options/configuration available to achieve this? Also let...
Hi @jcmoraisjr , I used config-backend ingress annotation to add the requested URL in the request headers. ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: haproxy-ingress namespace: default annotations: kubernetes.io/ingress.class: haproxy...
Following are the logs generated by docker container on startup ``` *** INFO | 2022-08-01 17:24:13 | CONTAINER_LOG_LEVEL = 3 (info) *** INFO | 2022-08-01 17:24:13 | Search service in...
Closing this issue as the rprocess.sh script had invalid permission. After fixing the permission file, the server ran perfectly find :)
after running configure, in src/Makefile I found LDLIBS=libpython3.5m.so -lpthread -ldl -lutil which should be LDLIBS=-lpython3.5m -lpthread -ldl -lutil
[core-apache2-62165-1671776305.zip](https://github.com/grisha/mod_python/files/10293185/core-apache2-62165-1671776305.zip) Attaching Core Dump
Thanks @p1c2u for the quick response, I was able to customize the response by inheriting FlaskOpenAPIErrorsHandler class. I believe this is really nice feature to have, and should be documented,...
As there were no docstrings present, the new parameter is not documented do let me know if it needs to be documented somewhere