On Fri, 2009-10-23 at 10:05 -0700, rd-london wrote: > > On a slightly separate note - forgetting the reverse proxy arrangment > for a moment, how would one serve admin on a separate port? > > Thanks for any help, > R
Can't help with the other bit, but - in apache or nginx? In apache you'd simply define a second vhost on a different port. In the main vhost you would deny requests to /admin, and in the second vhost deny requests not to /admin. Cheers Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

