I
I
Ivan Melnikov2020-02-06 08:34:41
Python
Ivan Melnikov, 2020-02-06 08:34:41

How to install and configure cgi-daemon (for python3) for nginx on CentOS?

Important note: no internet access!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Dmitriev, 2020-02-06
@SignFinder

1. Install the required version of CentOS in the minimum configuration in a virtual machine on a computer with Internet access.
2. Connect the epel repository https://fedoraproject.org/wiki/EPEL
3. Install uWSGI with yum update & yum install uwsgi
4. Copy all rpm from /var/cache/yum to a directory on the server.
5. Issue the command rpm -uvh package_name_uwcgi
6. The command will complain about dependencies, so add the rest of the packages that it requires to the command from point 5.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question