在 EC2 微实例上安装 WSGI

Ant*_*ony 4 django amazon-ec2

如何在我的 Amazon AMI EC2 微型实例上安装带有 WSGI 的 Apache?

我试过

sudo yum install httpd libapache2-mod-wsgi
Run Code Online (Sandbox Code Playgroud)

但我收到此错误消息

没有可用的软件包 libapache2-mod-wsgi

Apache 安装成功。我的目标是在这个实例上运行一个 Django 应用程序。提前致谢。

cee*_*yoz 8

yum search wsgi

mod24_wsgi.x86_64 : A WSGI interface for Python web applications in Apache
mod_wsgi.x86_64 : A WSGI interface for Python web applications in Apache
Run Code Online (Sandbox Code Playgroud)