XHTML spec
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
<a href="https://github.com/rawleyfowler/distribution-builder-cmake">Distribution::Builder::Cmake</a>
|
<a href="https://github.com/rawleyfowler/distribution-builder-cmake">Distribution::Builder::Cmake</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2></h2>
|
<br />
|
||||||
<div>
|
<div>
|
||||||
<a href="http://www.gnu.org/software/emacs">
|
<a href="http://www.gnu.org/software/emacs">
|
||||||
<img src="/assets/gnu_emacs.png"/>
|
<img src="/assets/gnu_emacs.png"/>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<html>
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Running mod_perl with Mojolicious in Docker</title>
|
<title>Running mod_perl with Mojolicious in Docker</title>
|
||||||
<meta name="description" content="Running Apache mod_perl and Mojolicious in Docker" />
|
<meta name="description" content="Running Apache mod_perl and Mojolicious in Docker" />
|
||||||
@@ -8,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<a href="/"><< back</a>
|
<a href="/"><< Back</a>
|
||||||
<h1 id="running-mod_perl-with-mojolicious-in-docker">Running mod_perl with Mojolicious in Docker</h1>
|
<h1 id="running-mod_perl-with-mojolicious-in-docker">Running mod_perl with Mojolicious in Docker</h1>
|
||||||
<p>
|
<p>
|
||||||
I've been working under an old Apache <code>mod_perl</code> setup. I wanted to use Mojolicious for some new services,
|
I've been working under an old Apache <code>mod_perl</code> setup. I wanted to use Mojolicious for some new services,
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
Plack + Mojolicious configs, and finding an image, I hit the ground running and documented my steps.
|
Plack + Mojolicious configs, and finding an image, I hit the ground running and documented my steps.
|
||||||
</p>
|
</p>
|
||||||
<a href="http://perl.apache.org/">
|
<a href="http://perl.apache.org/">
|
||||||
<img src="mod_perl.gif" alt="mod_perl banner" />
|
<img src="/assets/mod_perl.gif" alt="mod_perl banner" />
|
||||||
</a>
|
</a>
|
||||||
<p>I love old banners :)</p>
|
<p>I love old banners :)</p>
|
||||||
<h3 id="generate-your-config">Generate your config</h3>
|
<h3 id="generate-your-config">Generate your config</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user