5

How do I install Apache with WSGI on my Amazon AMI EC2 micro instance?

I tried

sudo yum install httpd libapache2-mod-wsgi

but I got this error message

no package libapache2-mod-wsgi available

Apache installed successfully. My goal is to run a Django application on this instance. Thanks in advance.

Anthony
  • 201
  • 1
  • 6
  • 12

1 Answers1

9

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
ceejayoz
  • 32,910
  • 7
  • 82
  • 106