python - Trying to use Django, do I need to install Apache manually if Wamp already did -


to make question clear:

  1. i have had wamp installed, , brought apache. apache used others django?

  2. if wamp apache enough others, apache in wamp directory c:\wamp\bin\apache, not sth c:\programs file...it ok django

  3. 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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -