Hi Mark, Your question doesn't leave enough detail to really fill in an answer. Which instructions did you use (the URL), and where is it failing? If you've got Django set up with FCGI, you're probably routing the requests through either the built-in Apache server or something like Lighttpd or NGinx. Did you use either of those?
When you run the development version of Django with its built in server, pointing your browser to http://127.0.0.1:8000/ should do the trick. In the process of setting up anything else, you should be pointing your browser to that service and whatever port you defined (typically 80). Can you shed any more light to let us help you? -joe On 4/30/07, Mark Phillips <[EMAIL PROTECTED]> wrote: > Hello from a newbie on this list. I assume I am asking a time worn > question but having scoured the web site and sifted through the > archives, I haven't found the answers the holes in my understanding > of how this works. > > I spent three hours yesterday setting up Django on Mac OS X 10.4.9 > using fastcgi. I followed the instructions at the main site, and all > seemed to work along fine as far as it went. Django runs fine in > localhost and the web server is up and running. > > I don't see how to get an external browser to invoke the cgi. > > I saw the setup instructions that use MacPorts but I have a few > questions; it seems like a lot of effort just to get Apache2 running > and when done I will have a "non-standard" server. > > Mark Phillips > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---