I changed the second project to use STATIC_URL = *'/static1/' and the 
apache conf to **ALIAS /static1/* 

*and the images now show*
On Wednesday, March 2, 2016 at 9:02:40 AM UTC-5, frocco wrote:
>
> From your link, it looks like I am using the WSGIDaemonProcess and 
> WSGIScriptAlias
> The app runs fine, but images do not render unless I remove one project.
> As soon as I add the second project, images do not render in static.
> Each project has there own static directory under project name
>
> On Wednesday, March 2, 2016 at 8:59:05 AM UTC-5, frocco wrote:
>>
>> That is correct, sorry for my wording. This is two separate projects that 
>> need to run on the same server.
>>
>> On Tuesday, March 1, 2016 at 6:17:33 PM UTC-5, James Schneider wrote:
>>>
>>> On Tue, Mar 1, 2016 at 8:56 AM, frocco <far...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I followed this
>>>> https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/modwsgi/
>>>>
>>>> First app works fine, if I deploy the second app, the settings conflict 
>>>> and images are not rendered.
>>>>
>>>>
>>> I'm assuming that you have two separate projects that need to run 
>>> concurrently, not two separate apps within a single Django project (as the 
>>> Django nomenclature would define). Your Apache config would need to be 
>>> modified per the answer in this SO: 
>>> http://stackoverflow.com/questions/6590587/multiple-mod-wsgi-apps-on-one-virtual-host-directing-to-wrong-app
>>>
>>> -James
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3c3105e8-ccaa-468a-907c-6a066aab7655%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to