apache2 tag

2 questions


1 answers
21 views
0
Apache Python Interworking Problem

DocumentRoot /home/mint/Documents/Web<Directory /home/mint/Documents/Web> Options +ExecCGI AddHandler cgi-script .py</Directory>After setting it as above #!/usr/bin/python3print('hello wor...

2 years ago

1 answers
16 views
0
Is it possible to implement web login with apache and Python? Also, how should I receive the input?

Using Apache to simply display html files or display the results of a Python script was successful.I want to implement login, but there are many things I don't know.

2 years ago

© 2024 OneMinuteCode. All rights reserved.