Skip to content

Commit 816b6e2

Browse files
committed
updates to apache http server page
1 parent 55d4a55 commit 816b6e2

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

all.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7941,12 +7941,22 @@ <h3>Apache HTTP Server resources</h3>
79417941
how to set up Apache as a reverse proxy using <code>mod_proxy</code>.</p>
79427942
</li>
79437943
<li>
7944+
<p><a href="https://www.linode.com/docs/websites/apache/apache-web-server-on-ubuntu-14-04">Apache Web Server on Ubuntu 14.04 LTS</a>
7945+
explains how to install Apache on Ubuntu 14.04, which is still a supported
7946+
release. Note however, do <em>not</em> install mod_python because it is now insecure
7947+
and made obsolete by <a href="/wsgi-servers.html">mod_wsgi and WSGI servers</a>.</p>
7948+
</li>
7949+
<li>
79447950
<p><a href="http://thecodeship.com/deployment/deploy-django-apache-virtualenv-and-mod_wsgi/">Deploy Django on Apache with Virtualenv and mod_wsgi</a>
79457951
provides instructions for what packages to install to get Apache up
79467952
and running with mod_wsgi on Ubuntu.</p>
79477953
</li>
79487954
<li>
7949-
<p><a href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a></p>
7955+
<p><a href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a>
7956+
is an older post that shows how to set up Apache on the now out-of-support
7957+
Ubuntu 10.04 LTS release. This setup isn't recommended in 2016 and beyond
7958+
but if you are already using 10.04 as your base operating system you might
7959+
need to reference this material.</p>
79507960
</li>
79517961
</ul>
79527962
<h1>Caddy</h1>

apache-http-server.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,22 @@ <h3>Apache HTTP Server resources</h3>
5959
how to set up Apache as a reverse proxy using <code>mod_proxy</code>.</p>
6060
</li>
6161
<li>
62+
<p><a href="https://www.linode.com/docs/websites/apache/apache-web-server-on-ubuntu-14-04">Apache Web Server on Ubuntu 14.04 LTS</a>
63+
explains how to install Apache on Ubuntu 14.04, which is still a supported
64+
release. Note however, do <em>not</em> install mod_python because it is now insecure
65+
and made obsolete by <a href="/wsgi-servers.html">mod_wsgi and WSGI servers</a>.</p>
66+
</li>
67+
<li>
6268
<p><a href="http://thecodeship.com/deployment/deploy-django-apache-virtualenv-and-mod_wsgi/">Deploy Django on Apache with Virtualenv and mod_wsgi</a>
6369
provides instructions for what packages to install to get Apache up
6470
and running with mod_wsgi on Ubuntu.</p>
6571
</li>
6672
<li>
67-
<p><a href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a></p>
73+
<p><a href="http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid">Apache and mod_wsgi on Ubuntu 10.04</a>
74+
is an older post that shows how to set up Apache on the now out-of-support
75+
Ubuntu 10.04 LTS release. This setup isn't recommended in 2016 and beyond
76+
but if you are already using 10.04 as your base operating system you might
77+
need to reference this material.</p>
6878
</li>
6979
</ul>
7080
<h3>Continue learning about web servers or move to a new topic?</h3>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-15T14:54:21Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2016-03-16T08:13:11Z</updated></feed>

source/content/pages/07-web-app-deployment/22-apache-http-server.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,18 @@ development attention.
3737
* [Reverse proxies](http://www.apachetutor.org/admin/reverseproxies) shows
3838
how to set up Apache as a reverse proxy using `mod_proxy`.
3939

40+
* [Apache Web Server on Ubuntu 14.04 LTS](https://www.linode.com/docs/websites/apache/apache-web-server-on-ubuntu-14-04)
41+
explains how to install Apache on Ubuntu 14.04, which is still a supported
42+
release. Note however, do *not* install mod\_python because it is now insecure
43+
and made obsolete by [mod\_wsgi and WSGI servers](/wsgi-servers.html).
44+
4045
* [Deploy Django on Apache with Virtualenv and mod\_wsgi](http://thecodeship.com/deployment/deploy-django-apache-virtualenv-and-mod_wsgi/)
4146
provides instructions for what packages to install to get Apache up
4247
and running with mod\_wsgi on Ubuntu.
4348

4449
* [Apache and mod\_wsgi on Ubuntu 10.04](http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid)
50+
is an older post that shows how to set up Apache on the now out-of-support
51+
Ubuntu 10.04 LTS release. This setup isn't recommended in 2016 and beyond
52+
but if you are already using 10.04 as your base operating system you might
53+
need to reference this material.
4554

0 commit comments

Comments
 (0)