<s>
mod_wsgi	O
is	O
an	O
Apache	B-Application
HTTP	I-Application
Server	I-Application
module	O
by	O
Graham	O
Dumpleton	O
that	O
provides	O
a	O
WSGI	B-Language
compliant	O
interface	O
for	O
hosting	O
Python	B-Language
based	O
web	B-Application
applications	I-Application
under	O
Apache	B-Application
.	O
</s>
<s>
As	O
of	O
version	O
4.5.3	O
,	O
mod_wsgi	O
supports	O
Python	B-Language
2	O
and	O
3	O
(	O
starting	O
from	O
2.6	O
and	O
3.2	O
)	O
.	O
</s>
<s>
It	O
is	O
an	O
alternative	O
to	O
mod_python	O
,	O
CGI	B-Language
,	O
and	O
FastCGI	O
solutions	O
for	O
Python-web	O
integration	O
.	O
</s>
<s>
Later	O
versions	O
of	O
mod_wsgi	O
may	O
be	O
installed	O
in	O
one	O
of	O
two	O
ways	O
:	O
The	O
original	O
way	O
was	O
as	O
an	O
Apache	B-Application
module	O
,	O
as	O
is	O
commonly	O
used	O
for	O
many	O
languages	O
.	O
</s>
<s>
This	O
is	O
installed	O
as	O
a	O
Python	B-Language
module	O
using	O
setup.py	O
or	O
pip	O
and	O
without	O
needing	O
manual	O
intervention	O
with	O
the	O
Apache	B-Application
configuration	O
.	O
</s>
<s>
This	O
method	O
simplifies	O
installation	O
for	O
Python	B-Language
developers	O
who	O
are	O
more	O
familiar	O
with	O
Python	B-Language
than	O
with	O
Apache	B-Application
.	O
</s>
