It makes sense that the dev server won't listen to other requests. The question is then, how to I explicitly specify which address(es) that I want the dev server to listen on?
My ipconfig is; Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : mydomainhere.com IP Address. . . . . . . . . . . . : 192.168.1.117 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.1.1 c:\DjangoProjects\FiscalCalendar> I'm sorry to be bothering everyone. I've tried searching but I don't know what they call that feature so I don't know what to search for. -----Original Message----- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of CLIFFORD ILKAY Sent: Wednesday, March 04, 2009 3:22 PM To: django-users@googlegroups.com Subject: Re: Accessing the development server from another machine. Joe Goldthwaite wrote: > I don't think it's a network problem. I've got Zope running on port 80 of > this same VM and can access it from any of the other computers. I thought > it might be related to using a different port than 80 so I stopped Zope and > tried running the development server on 80. That didn't work either. > > This is really strange. I always thought that when you run a server on > localhost, it accepts all requests directed to the machine it's running on. > With the Zope server, I don't define an address at all. It's defined for you in zope.conf but you can change it to listen only on localhost, a specific interface, or all interfaces. > When I run the > server, it accepts any requests to the localhost. It doesn't matter if I > access the machine locally using localhost or 127.0.0.1 or access it > remotely using the actual external IP address of 192.168.1.117. It works > either way. The Django development server must be doing something different > but I don't understand what. How does it even know if the browser > connecting to it is coming from the local machine or some other external? > And if it does know, why would it care? The dev server is only meant for development use so the default is to have it listen only to requests from localhost, not from any other host. You have to explicitly specify which address(es) you want the dev server to listen on if you want anything else. -- Regards, Clifford Ilkay Dinamis 1419-3266 Yonge St. Toronto, ON Canada M4N 3P6 <http://dinamis.com> +1 416-410-3326 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---