osx - Mac OS X web sharing and Django -


I have created a web app with Django and I'm running it on the localhost (), my question is, How can I access the Mac OS X's web sharing or something using the world?

Thanks

First of all, I strongly I recommend that you do not serve any website from your Mac. This is a very bad idea. Both Mac OS X web sharing and Django's included http servers (which I believe you are using) are for testing purposes only, for many reasons related to speed, security et al. Which is clearly too long to post here (but I hope someone is) :)

Second, it is already open to the world: Anyone can connect to your computer Is loopback 1 27.0.0.1 (unless you are netted). This, again, it is quite useful to test (and your friend / colleague / owner) test it temporarily , but again it is not fit for production use. .


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -