On Apr 15, 9:26 pm, Ayaz Ahmed Khan <a...@ayaz.pk> wrote:
> On 14-Apr-09, at 4:12 AM, Shannon wrote:
>
>
>
> > Hi -- I am working on a django-powered site on Leopard server.  Where
> > is the recommended/conventional deployment directory?  Every example I
> > see uses a particular user's home directory, but that does not seem
> > appropriate for a production-level site.  I'm fairly new to the
> > Leopard environment and am curious what people typically use for their
> > production deployment directory.
>
> The default document root directory for Apache on 10.5.x is:
>      /Library/WebServer/Documents
>
> So, I should imagine that /Library/WebServer/, among other
> alternatives, may be a suitable place to deploy production-level
> sites.

Just don't stick source code in /Library/WebServer/Documents, or for
that matter any directory for which access has been enabled to Apache,
whether or not there is a current Alias setup such that that directory
is exposed via a URL.

Graham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to