python - Trying to use Django, do I need to install Apache manually if Wamp already did -
to make question clear:
i have had wamp installed, , brought apache. apache used others django?
if wamp apache enough others, apache in wamp directory c:\wamp\bin\apache, not sth c:\programs file...it ok django
if have install apache manually django, step install apache, install mod_wsgi?
any appreciated
strictly interpreted, django doesn't "use" apache. apache 1 way direct requests (via mod_wsgi, example) django app , returns result user.
the existing apache install fine. doesn't matter long it's running , reachable.
you need install mod_wsgi , configure knows django app.
you can find documentation configuring apache , mod_wsgi here: https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/modwsgi/
Comments
Post a Comment