Note that there are some explanatory texts on larger screens.

plurals
  1. PO2 Djangos 1 Server
    primarykey
    data
    text
    <p>I have Deployed several projects of mine onto my new server. What seems to be happening is I can view one project fine, but once I go to the next one, the settings for the previous project are still being used.</p> <p>For example, jacobvalenta.net and dev.pawndaddy.org are both projects on the server, flipping between the two can result in the settings getting mixed up.</p> <pre><code>SGIPythonPath /home/projects/pawndaddy:/home/projects/jacobvalenta:/home/projects/sailcast:/home/projects/tryfecta:/home/projects/midiscribe NameVirtualHost *:80 &lt;VirtualHost *:80&gt; ServerName jacobvalenta.net ServerAlias *.jacobvalenta.net DocumentRoot /home/projects/jacobvalenta WSGIScriptAlias / /home/projects/jacobvalenta/jacobvalenta/wsgi.py &lt;Directory /home/projects/jacobvalenta/jacobvalenta&gt; &lt;Files wsgi.py&gt; Order deny,allow Allow from all &lt;/Files&gt; &lt;/Directory&gt; &lt;/VirtualHost&gt; &lt;VirtualHost *:80&gt; ServerName sailcast.org ServerAlias *.sailcast.org DocumentRoot /home/projects/sailcast WSGIScriptAlias / /home/projects/sailcast/sailcast/wsgi.py &lt;Directory /home/projects/sailcast/sailcast&gt; &lt;Files wsgi.py&gt; Order deny,allow Allow from all &lt;/Files&gt; &lt;/Directory&gt; &lt;/VirtualHost&gt; &lt;VirtualHost *:80&gt; ServerName pawndaddy.org ServerAlias *.pawndaddy.org DocumentRoot /home/projects/pawndaddy/ WSGIScriptAlias / /home/projects/pawndaddy/pawndaddy/wsgi.py &lt;Directory /home/projects/pawndaddy/pawndaddy&gt; &lt;Files wsgi.py&gt; Order deny,allow Allow from all &lt;/Files&gt; &lt;/Directory&gt; &lt;/VirtualHost&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload