I've successfully set up apache2 with wsgi_mod to run the arches package from the root domain name (www.example.com is the main arches menu), and to do so I added the following lines to my /etc/apache2/sites-enabled/000-default.conf file (this is on ubuntu 14.04):
WSGIDaemonProcess arches python-path=/home/ubuntu/Projects/crip:/home/ubuntu/Projects/ENV/lib/python2.7/site-packages WSGIProcessGroup arches WSGIScriptAlias / /home/ubuntu/Projects/crip/wsgi.py I described this process earlier in response to a question from David Lopes. Everything works great when I use the configuration above, and the arches landing page is available at www.example.com. However, what I'd like is to modify the last line to something like this WSGIScriptAlias /packagename/ /home/ubuntu/Projects/crip/wsgi.py so that the url for the arches landing page will be www.example.com/packagename. However when I make the change (restart apache) and navigate to the url, this is the result <https://lh3.googleusercontent.com/-jMlQBvyen78/VVz2e4vXjEI/AAAAAAAAATc/MSnW3q8BpTs/s1600/example.PNG> which looks like the new apache configuration is causing problems with css and media urls. What settings would I have to change in the package to make everything display correctly? -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
