skip to Main Content

Django rest API deploy on apache

I have created a django application and deployed it on the server.I have run the application through :- python manage.py runserver 8000 & and handle the requests on the apache server through proxy ProxyPass "/" "http://www.example.com/" ProxyPassReverse "/" "http://www.example.com/". But…

VIEW QUESTION
Back To Top
Search