Hi, Thanks a lot for your fast response! The attached archive contains
- the Apache Virtualhost configuration, - a sample Python3 WSGI script, and - a sample Python3 CGI script. Calling the two scripts using curl produces the following output: $ curl https://testserver/test WSGI: value of 'X_TEST': 0xc3 0x83 0xc2 0xa4 $ curl https://testserver/cgi CGI: value of 'X_TEST': 0xc3 0xa4 Thanks, Albrecht. Graham Dumpleton schrieb am Mittwoch, 17. August 2022 um 22:29:24 UTC+2: > Can you provide a simple WSGI hello world with some Python code showing > how you are checking this and what mechanism you are display it if you are? > > If you are looking at the Apache error logs to deduce this it can be > confusing because Apache does it's own encoding on values it gets and so > what you see in the logs isn't actually what the value may be. > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/fe09f599-e2bc-40df-9613-12b5ead38d58n%40googlegroups.com.
<<attachment: wsgi-env-issue.zip>>
