cgi tag

2 questions


1 answers
400 views
0
Is there a way to receive the value of the form without using cgi.FieldStorage() in Python?

We are passing (page transition) values in Python's CGI.We are currently retrieving the value in cgi.FieldStorage().However, since Python 3.11, cgi has been deprecated, and since 3.13, it has been dep...

1 years ago

3 answers
101 views
0
nginx, how do I debug which location directive was applied?

Installing mediawiki and configuring nginx for short URL.https://www.mediawiki.org/wiki/Manual:Short_URL/Nginx/jaBased on the official sample code (Manual:Short URL/Nginx/ja)Set /etc/nginx/conf.d/medi...


© 2024 OneMinuteCode. All rights reserved.