From c3786fb79b72dd4c27f72c42c54d86a95ac9c450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 22 Jan 2015 23:43:52 +0100 Subject: [PATCH] Generate Pelican site --- feeds/all.atom.xml | 2 +- feeds/misc.atom.xml | 2 +- proxies-with-apache-and-python.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml index a455729..54a980e 100644 --- a/feeds/all.atom.xml +++ b/feeds/all.atom.xml @@ -118,7 +118,7 @@ a WSGI application with the name <em>application</em>. Hence, wsgi:a </td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p> <p>Try it with:</p> -<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application<span class="sb">``</span> +<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application </pre></div> </td></tr></table></div> <div class="section" id="uwsgi"> diff --git a/feeds/misc.atom.xml b/feeds/misc.atom.xml index 427ce66..c049c3d 100644 --- a/feeds/misc.atom.xml +++ b/feeds/misc.atom.xml @@ -118,7 +118,7 @@ a WSGI application with the name <em>application</em>. Hence, wsgi:a </td></tr></table><p><strong>Important</strong>: <em>SCRIPT_NAME</em> and the end of <em>ProxyPass</em> URL <strong>MUST BE THE SAME</strong>. Otherwise, Gunicorn will fail miserably.</p> <p>Try it with:</p> -<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application<span class="sb">``</span> +<table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1</pre></div></td><td class="code"><div class="highlight"><pre>venv/bin/gunicorn -w <span class="m">4</span> -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application </pre></div> </td></tr></table></div> <div class="section" id="uwsgi"> diff --git a/proxies-with-apache-and-python.html b/proxies-with-apache-and-python.html index 7f771de..2e0faeb 100644 --- a/proxies-with-apache-and-python.html +++ b/proxies-with-apache-and-python.html @@ -142,7 +142,7 @@ a WSGI application with the name application. Hence, wsgi:application.<

Important: SCRIPT_NAME and the end of ProxyPass URL MUST BE THE SAME. Otherwise, Gunicorn will fail miserably.

Try it with:

-
1
venv/bin/gunicorn -w 4 -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application``
+
1
venv/bin/gunicorn -w 4 -b 127.0.0.1:8888 --log-file - --access-logfile - wsgi:application