@@ -39,22 +39,29 @@ development attention.
3939* [ Reverse proxies] ( http://www.apachetutor.org/admin/reverseproxies ) shows
4040 how to set up Apache as a reverse proxy using ` mod_proxy ` .
4141
42- * [ Apache Web Server on Ubuntu 14.04 LTS] ( https://www.linode.com/docs/websites/apache/apache-web-server-on-ubuntu-14-04 )
43- explains how to install Apache on Ubuntu 14.04, which is still a supported
44- release. Note however, do * not* install mod\_ python because it is now insecure
45- and made obsolete by [ mod\_ wsgi and WSGI servers] ( /wsgi-servers.html ) .
46-
4742* [ Deploy Django on Apache with Virtualenv and mod\_ wsgi] ( http://thecodeship.com/deployment/deploy-django-apache-virtualenv-and-mod_wsgi/ )
4843 provides instructions for what packages to install to get Apache up
4944 and running with mod\_ wsgi on Ubuntu.
5045
51- * [ Apache and mod\_ wsgi on Ubuntu 10.04] ( http://library.linode.com/web-servers/apache/mod-wsgi/ubuntu-10.04-lucid )
52- is an older post that shows how to set up Apache on the now out-of-support
53- Ubuntu 10.04 LTS release. This setup isn't recommended in 2016 and beyond
54- but if you are already using 10.04 as your base operating system you might
55- need to reference this material.
56-
5746* [ Detecting Bots in Apache & Nginx Logs] ( http://tech.marksblogg.com/detect-bots-apache-nginx-logs.html )
5847 is a great tutorial for filtering out the significant traffic generated
5948 by web crawlers and bots when using Apache HTTP Server logs for traffic
6049 analytics.
50+
51+ * [ Apache vs Nginx: Practical Considerations] ( https://www.digitalocean.com/community/tutorials/apache-vs-nginx-practical-considerations )
52+ is a good comparison post that covers the differences between Apache and
53+ [ Nginx] ( /nginx.html ) such as how they handle connections and serve content.
54+
55+ * [ Monitoring Apache web server performance] ( https://www.datadoghq.com/blog/monitoring-apache-web-server-performance/ )
56+ gives a really nice overview of metrics to watch when you are using
57+ Apache as your web server.
58+
59+ * [ Web Performance 101: HTTP Headers] ( https://dzone.com/articles/web-performance-101-http-headers )
60+ covers the gamut of HTTP headers and shows how they can impact performance
61+ based on your configuration.
62+
63+ * [ Apache Web Server on Ubuntu 14.04 LTS] ( https://www.linode.com/docs/websites/apache/apache-web-server-on-ubuntu-14-04 )
64+ explains how to install Apache on Ubuntu 14.04, which is still a supported
65+ release. Note however, do * not* install mod\_ python because it is now insecure
66+ and made obsolete by [ mod\_ wsgi and WSGI servers] ( /wsgi-servers.html ) .
67+
0 commit comments