> On 28 Sep 2016, at 7:31 PM, Jalapene Burro <[email protected]> wrote:
>
> hey, using django,
>
> wondering, since its uses subapps, using apache for serving static files for
> local development, jsut curious how can i allow all apps to serve without
> having to add an extra entry for each one like so.
>
> Alias /static /var/www/dtuts/dsite1/bloghome/static
> <Directory /var/www/dtuts/dsite1/bloghome/static>
> Order allow,deny
> Allow from all
> </Directory>
Bit confused by your question. What is the rest of the mod_wsgi configuration?
Are you saying you only have one Django site configured in mod_wsgi, or do you
have more than one? If more than one, is each in its own VirtualHost?
BTW, for local development, you may be better off using mod_wsgi-express.
https://pypi.python.org/pypi/mod_wsgi
<https://pypi.python.org/pypi/mod_wsgi>
You can run it from the command line when you need it just like with Django
development server, but means using real web server. You can still enable
things like source code reloading if need be.
Graham
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.