If any of you are experiencing that long error in regards to the installation of wsgi, than you guys have to make sure that you have install visual c++ development tools.
When I tried running pip install mod-wsgi, it gave me an error, saying that Microsoft Visual C++ 14.0 or greater is required. Problem is that I went to the url it offered to download the most recent Build Tools version but somehow it doesn't count it. Is there a way to fix this?
This happened to me but Build Tools was still downloading. Once it finished the installation process of Visual Studio Build tools it was able to download no problem. Hope this helps.
Yes it very much possible with apache virtual host. for example you have three domain a.com,b.com and c.com. By using Apache virtual host, you can deploy all the three under one server. Things works the same but you must need to understand how virtual host in apache works and it's configurations.
I followed all the step and successfully install it on apache but the problem is only home or first page load fastly other pages of admin panel not load it too slow only loading cirle is rotating on the title bar of web page
Thanks for the compilation working on it!
BTW Motech is 'sweetheart' is another language
hahahaha, thanks and you're welcome
I did it all right, thank you!But the question remains.How do I make my site accessible to everyone on the network, and not just on localhost?
Do you have a server with public IP address and domain ?
Did you finally get it?
If any of you are experiencing that long error in regards to the installation of wsgi, than you guys have to make sure that you have install visual c++ development tools.
When I tried running pip install mod-wsgi, it gave me an error, saying that Microsoft Visual C++ 14.0 or greater is required. Problem is that I went to the url it offered to download the most recent Build Tools version but somehow it doesn't count it. Is there a way to fix this?
This happened to me but Build Tools was still downloading. Once it finished the installation process of Visual Studio Build tools it was able to download no problem. Hope this helps.
how can i deploy my django project in a apache server whats is connected to a windows server?
you don't want to run the c++ dev tools on a server.. bad bad idea (for windows server at least).
Dose this also work on windows server?
Sure, it works
how can i make it accessable to network and conect with domain name
what if i have multiple django projects to deploy?
Yes it very much possible with apache virtual host. for example you have three domain a.com,b.com and c.com. By using Apache virtual host, you can deploy all the three under one server. Things works the same but you must need to understand how virtual host in apache works and it's configurations.
Thanks @@MotechApp, you have solved a key reqt of mine
I followed all the step and successfully install it on apache but the problem is only home or first page load fastly other pages of admin panel not load it too slow only loading cirle is rotating on the title bar of web page
Me too, the pages with a lot of get request for images load too slow and the loading cirle is rotating on the title bar of web page
did you solve the problem ?
Thank you so much :)
You're welcome!
You are the man bro !! work done. Thanks a ton
you're warm welcome friend
Maybe I will do it in my Windows 10 with Django and Apache
Wow
Aloooo hahahaha, welcome
Thank you
De nada
Iam getting 403 error
In setting.py file add your Ip address or doamin inside ALLOWED_HOSTS = ['YOUR IP' OR 'YOUR DOMAIN']