Skip to content

Commit

Permalink
Update site
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed May 5, 2014
1 parent f75c16a commit a97bad9
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 130 deletions.
23 changes: 10 additions & 13 deletions author/davidjb.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,19 +258,16 @@ <h1><a href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-
</address>
<p>In <a href="http://davidjb.com/category/web.html">Web</a>. </p>
<p>tags: <a href="http://davidjb.com/tag/nginx.html">Nginx</a><a href="http://davidjb.com/tag/shibboleth.html">Shibboleth</a><a href="http://davidjb.com/tag/fastcgi.html">FastCGI</a></p>
</footer><!-- /.post-info --> <p><strong>tl;dr</strong>: You can have Nginx with Shibboleth. Rebuild Shibboleth with
FastCGI support, and recompile Nginx with a custom module:
<a class="reference external" href="https://bitbucket.org/davidjb/ngx_http_auth_request_module">https://bitbucket.org/davidjb/ngx_http_auth_request_module</a>. You can now
run the Shibboleth FastCGI authorizer and responder applications and
successfully&nbsp;authenticate!</p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#background" id="id2">Background</a><ul>
<li><a class="reference internal" href="#cautionary-note" id="id3">Cautionary&nbsp;note</a></li>
</ul>
</li>
<li><a class="reference internal" href="#install-the-shibboleth-sp-with-fastcgi-support" id="id4">Install the Shibboleth <span class="caps">SP</span> with FastCGI&nbsp;support</a></li>
<li><a class="reference internal" href="#nginx-with-fastcgi-authorizer-support" id="id5">Nginx ...</a></li></ul></div>
</footer><!-- /.post-info --> <div class="section" id="update">
<h2>Update</h2>
<p>With changes in Nginx after version 1.5.4, the auth request module is now
built in. This means the following instruction have changed, yet again.
For the latest information and build process, always see
<a class="reference external" href="https://github.com/jcu-eresearch/nginx-custom-build">https://github.com/jcu-eresearch/nginx-custom-build</a>.</p>
</div>
<div class="section" id="original-post">
<h2>Original&nbsp;post</h2>
<p><strong>tl;dr</strong>: You can have Nginx with ...</p></div>
<a class="readmore" href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/">read more</a>
<p>There are <a href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,20 @@ <h1 class="entry-title">
</address>
<p>In <a href="http://davidjb.com/category/web.html">Web</a>. </p>
<p>tags: <a href="http://davidjb.com/tag/nginx.html">Nginx</a><a href="http://davidjb.com/tag/shibboleth.html">Shibboleth</a><a href="http://davidjb.com/tag/fastcgi.html">FastCGI</a></p>
</footer><!-- /.post-info --> <p><strong>tl;dr</strong>: You can have Nginx with Shibboleth. Rebuild Shibboleth with
</footer><!-- /.post-info --> <div class="section" id="update">
<h2>Update</h2>
<p>With changes in Nginx after version 1.5.4, the auth request module is now
built in. This means the following instruction have changed, yet again.
For the latest information and build process, always see
<a class="reference external" href="https://github.com/jcu-eresearch/nginx-custom-build">https://github.com/jcu-eresearch/nginx-custom-build</a>.</p>
</div>
<div class="section" id="original-post">
<h2>Original&nbsp;post</h2>
<p><strong>tl;dr</strong>: You can have Nginx with Shibboleth. Rebuild Shibboleth with
FastCGI support, and recompile Nginx with a custom module:
<a class="reference external" href="https://bitbucket.org/davidjb/ngx_http_auth_request_module">https://bitbucket.org/davidjb/ngx_http_auth_request_module</a>. You can now
run the Shibboleth FastCGI authorizer and responder applications and
successfully&nbsp;authenticate!</p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#background" id="id2">Background</a><ul>
<li><a class="reference internal" href="#cautionary-note" id="id3">Cautionary&nbsp;note</a></li>
</ul>
</li>
<li><a class="reference internal" href="#install-the-shibboleth-sp-with-fastcgi-support" id="id4">Install the Shibboleth <span class="caps">SP</span> with FastCGI&nbsp;support</a></li>
<li><a class="reference internal" href="#nginx-with-fastcgi-authorizer-support" id="id5">Nginx with FastCGI Authorizer&nbsp;support</a></li>
<li><a class="reference internal" href="#configuring-shibboleth-to-recognise-secured-paths" id="id6">Configuring Shibboleth to recognise secured&nbsp;paths</a></li>
<li><a class="reference internal" href="#warning" id="id7">Warning</a></li>
<li><a class="reference internal" href="#conclusion" id="id8">Conclusion</a></li>
</ul>
</div>
<div class="section" id="background">
<h2>Background</h2>
Expand Down
23 changes: 10 additions & 13 deletions category/web.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,19 +182,16 @@ <h1><a href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-
</address>
<p>In <a href="http://davidjb.com/category/web.html">Web</a>. </p>
<p>tags: <a href="http://davidjb.com/tag/nginx.html">Nginx</a><a href="http://davidjb.com/tag/shibboleth.html">Shibboleth</a><a href="http://davidjb.com/tag/fastcgi.html">FastCGI</a></p>
</footer><!-- /.post-info --> <p><strong>tl;dr</strong>: You can have Nginx with Shibboleth. Rebuild Shibboleth with
FastCGI support, and recompile Nginx with a custom module:
<a class="reference external" href="https://bitbucket.org/davidjb/ngx_http_auth_request_module">https://bitbucket.org/davidjb/ngx_http_auth_request_module</a>. You can now
run the Shibboleth FastCGI authorizer and responder applications and
successfully&nbsp;authenticate!</p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#background" id="id2">Background</a><ul>
<li><a class="reference internal" href="#cautionary-note" id="id3">Cautionary&nbsp;note</a></li>
</ul>
</li>
<li><a class="reference internal" href="#install-the-shibboleth-sp-with-fastcgi-support" id="id4">Install the Shibboleth <span class="caps">SP</span> with FastCGI&nbsp;support</a></li>
<li><a class="reference internal" href="#nginx-with-fastcgi-authorizer-support" id="id5">Nginx ...</a></li></ul></div>
</footer><!-- /.post-info --> <div class="section" id="update">
<h2>Update</h2>
<p>With changes in Nginx after version 1.5.4, the auth request module is now
built in. This means the following instruction have changed, yet again.
For the latest information and build process, always see
<a class="reference external" href="https://github.com/jcu-eresearch/nginx-custom-build">https://github.com/jcu-eresearch/nginx-custom-build</a>.</p>
</div>
<div class="section" id="original-post">
<h2>Original&nbsp;post</h2>
<p><strong>tl;dr</strong>: You can have Nginx with ...</p></div>
<a class="readmore" href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/">read more</a>
<p>There are <a href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>
Expand Down
23 changes: 10 additions & 13 deletions feeds/all-en.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,23 +360,20 @@ for you, in case you are using&amp;nbsp;Buildout.&lt;/p&gt;
&lt;tt class="docutils literal"&gt;buildout.recipe.uwsgi&lt;/tt&gt;, to accept customisation for a build option like
this. Stay tuned for&amp;nbsp;more.&lt;/p&gt;
&lt;/div&gt;
</summary><category term="uWSGI"></category><category term="libxml2"></category><category term="xml-config"></category></entry><entry><title>Integrating Nginx and a Shibboleth SP with FastCGI</title><link href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/" rel="alternate"></link><updated>2013-04-22T00:00:00+10:00</updated><author><name>davidjb</name></author><id>tag:davidjb.com,2013-04-22:blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/</id><summary type="html">&lt;p&gt;&lt;strong&gt;tl;dr&lt;/strong&gt;: You can have Nginx with Shibboleth. Rebuild Shibboleth with
</summary><category term="uWSGI"></category><category term="libxml2"></category><category term="xml-config"></category></entry><entry><title>Integrating Nginx and a Shibboleth SP with FastCGI</title><link href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/" rel="alternate"></link><updated>2013-04-22T00:00:00+10:00</updated><author><name>davidjb</name></author><id>tag:davidjb.com,2013-04-22:blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/</id><summary type="html">&lt;div class="section" id="update"&gt;
&lt;h2&gt;Update&lt;/h2&gt;
&lt;p&gt;With changes in Nginx after version 1.5.4, the auth request module is now
built in. This means the following instruction have changed, yet again.
For the latest information and build process, always see
&lt;a class="reference external" href="https://github.com/jcu-eresearch/nginx-custom-build"&gt;https://github.com/jcu-eresearch/nginx-custom-build&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="original-post"&gt;
&lt;h2&gt;Original&amp;nbsp;post&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;tl;dr&lt;/strong&gt;: You can have Nginx with Shibboleth. Rebuild Shibboleth with
FastCGI support, and recompile Nginx with a custom module:
&lt;a class="reference external" href="https://bitbucket.org/davidjb/ngx_http_auth_request_module"&gt;https://bitbucket.org/davidjb/ngx_http_auth_request_module&lt;/a&gt;. You can now
run the Shibboleth FastCGI authorizer and responder applications and
successfully&amp;nbsp;authenticate!&lt;/p&gt;
&lt;div class="contents local topic" id="contents"&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference internal" href="#background" id="id2"&gt;Background&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="reference internal" href="#cautionary-note" id="id3"&gt;Cautionary&amp;nbsp;note&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#install-the-shibboleth-sp-with-fastcgi-support" id="id4"&gt;Install the Shibboleth &lt;span class="caps"&gt;SP&lt;/span&gt; with FastCGI&amp;nbsp;support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#nginx-with-fastcgi-authorizer-support" id="id5"&gt;Nginx with FastCGI Authorizer&amp;nbsp;support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#configuring-shibboleth-to-recognise-secured-paths" id="id6"&gt;Configuring Shibboleth to recognise secured&amp;nbsp;paths&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#warning" id="id7"&gt;Warning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#conclusion" id="id8"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="section" id="background"&gt;
&lt;h2&gt;Background&lt;/h2&gt;
Expand Down
23 changes: 10 additions & 13 deletions feeds/all.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,23 +360,20 @@ for you, in case you are using&amp;nbsp;Buildout.&lt;/p&gt;
&lt;tt class="docutils literal"&gt;buildout.recipe.uwsgi&lt;/tt&gt;, to accept customisation for a build option like
this. Stay tuned for&amp;nbsp;more.&lt;/p&gt;
&lt;/div&gt;
</summary><category term="uWSGI"></category><category term="libxml2"></category><category term="xml-config"></category></entry><entry><title>Integrating Nginx and a Shibboleth SP with FastCGI</title><link href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/" rel="alternate"></link><updated>2013-04-22T00:00:00+10:00</updated><author><name>davidjb</name></author><id>tag:davidjb.com,2013-04-22:blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/</id><summary type="html">&lt;p&gt;&lt;strong&gt;tl;dr&lt;/strong&gt;: You can have Nginx with Shibboleth. Rebuild Shibboleth with
</summary><category term="uWSGI"></category><category term="libxml2"></category><category term="xml-config"></category></entry><entry><title>Integrating Nginx and a Shibboleth SP with FastCGI</title><link href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/" rel="alternate"></link><updated>2013-04-22T00:00:00+10:00</updated><author><name>davidjb</name></author><id>tag:davidjb.com,2013-04-22:blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/</id><summary type="html">&lt;div class="section" id="update"&gt;
&lt;h2&gt;Update&lt;/h2&gt;
&lt;p&gt;With changes in Nginx after version 1.5.4, the auth request module is now
built in. This means the following instruction have changed, yet again.
For the latest information and build process, always see
&lt;a class="reference external" href="https://github.com/jcu-eresearch/nginx-custom-build"&gt;https://github.com/jcu-eresearch/nginx-custom-build&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="original-post"&gt;
&lt;h2&gt;Original&amp;nbsp;post&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;tl;dr&lt;/strong&gt;: You can have Nginx with Shibboleth. Rebuild Shibboleth with
FastCGI support, and recompile Nginx with a custom module:
&lt;a class="reference external" href="https://bitbucket.org/davidjb/ngx_http_auth_request_module"&gt;https://bitbucket.org/davidjb/ngx_http_auth_request_module&lt;/a&gt;. You can now
run the Shibboleth FastCGI authorizer and responder applications and
successfully&amp;nbsp;authenticate!&lt;/p&gt;
&lt;div class="contents local topic" id="contents"&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference internal" href="#background" id="id2"&gt;Background&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="reference internal" href="#cautionary-note" id="id3"&gt;Cautionary&amp;nbsp;note&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#install-the-shibboleth-sp-with-fastcgi-support" id="id4"&gt;Install the Shibboleth &lt;span class="caps"&gt;SP&lt;/span&gt; with FastCGI&amp;nbsp;support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#nginx-with-fastcgi-authorizer-support" id="id5"&gt;Nginx with FastCGI Authorizer&amp;nbsp;support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#configuring-shibboleth-to-recognise-secured-paths" id="id6"&gt;Configuring Shibboleth to recognise secured&amp;nbsp;paths&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#warning" id="id7"&gt;Warning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#conclusion" id="id8"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="section" id="background"&gt;
&lt;h2&gt;Background&lt;/h2&gt;
Expand Down
23 changes: 10 additions & 13 deletions feeds/web.atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,23 +216,20 @@ for you, in case you are using&amp;nbsp;Buildout.&lt;/p&gt;
&lt;tt class="docutils literal"&gt;buildout.recipe.uwsgi&lt;/tt&gt;, to accept customisation for a build option like
this. Stay tuned for&amp;nbsp;more.&lt;/p&gt;
&lt;/div&gt;
</summary><category term="uWSGI"></category><category term="libxml2"></category><category term="xml-config"></category></entry><entry><title>Integrating Nginx and a Shibboleth SP with FastCGI</title><link href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/" rel="alternate"></link><updated>2013-04-22T00:00:00+10:00</updated><author><name>davidjb</name></author><id>tag:davidjb.com,2013-04-22:blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/</id><summary type="html">&lt;p&gt;&lt;strong&gt;tl;dr&lt;/strong&gt;: You can have Nginx with Shibboleth. Rebuild Shibboleth with
</summary><category term="uWSGI"></category><category term="libxml2"></category><category term="xml-config"></category></entry><entry><title>Integrating Nginx and a Shibboleth SP with FastCGI</title><link href="http://davidjb.com/blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/" rel="alternate"></link><updated>2013-04-22T00:00:00+10:00</updated><author><name>davidjb</name></author><id>tag:davidjb.com,2013-04-22:blog/2013/04/integrating-nginx-and-a-shibboleth-sp-with-fastcgi/</id><summary type="html">&lt;div class="section" id="update"&gt;
&lt;h2&gt;Update&lt;/h2&gt;
&lt;p&gt;With changes in Nginx after version 1.5.4, the auth request module is now
built in. This means the following instruction have changed, yet again.
For the latest information and build process, always see
&lt;a class="reference external" href="https://github.com/jcu-eresearch/nginx-custom-build"&gt;https://github.com/jcu-eresearch/nginx-custom-build&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="original-post"&gt;
&lt;h2&gt;Original&amp;nbsp;post&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;tl;dr&lt;/strong&gt;: You can have Nginx with Shibboleth. Rebuild Shibboleth with
FastCGI support, and recompile Nginx with a custom module:
&lt;a class="reference external" href="https://bitbucket.org/davidjb/ngx_http_auth_request_module"&gt;https://bitbucket.org/davidjb/ngx_http_auth_request_module&lt;/a&gt;. You can now
run the Shibboleth FastCGI authorizer and responder applications and
successfully&amp;nbsp;authenticate!&lt;/p&gt;
&lt;div class="contents local topic" id="contents"&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference internal" href="#background" id="id2"&gt;Background&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a class="reference internal" href="#cautionary-note" id="id3"&gt;Cautionary&amp;nbsp;note&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#install-the-shibboleth-sp-with-fastcgi-support" id="id4"&gt;Install the Shibboleth &lt;span class="caps"&gt;SP&lt;/span&gt; with FastCGI&amp;nbsp;support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#nginx-with-fastcgi-authorizer-support" id="id5"&gt;Nginx with FastCGI Authorizer&amp;nbsp;support&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#configuring-shibboleth-to-recognise-secured-paths" id="id6"&gt;Configuring Shibboleth to recognise secured&amp;nbsp;paths&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#warning" id="id7"&gt;Warning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference internal" href="#conclusion" id="id8"&gt;Conclusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="section" id="background"&gt;
&lt;h2&gt;Background&lt;/h2&gt;
Expand Down
Loading

0 comments on commit a97bad9

Please sign in to comment.