XHTML spec
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Running mod_perl with Mojolicious in Docker</title>
|
||||
<meta name="description" content="Running Apache mod_perl and Mojolicious in Docker" />
|
||||
@@ -8,7 +9,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<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>
|
||||
<p>I love old banners :)</p>
|
||||
<h3 id="generate-your-config">Generate your config</h3>
|
||||
|
||||
Reference in New Issue
Block a user