]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]
authorJoe Orton <jorton@apache.org>
Thu, 23 Mar 2023 15:14:04 +0000 (15:14 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 23 Mar 2023 15:14:04 +0000 (15:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908672 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/README
modules/lua/docs/building-from-subversion.txt

index 3dd68a0816c324fd31baf699976427e2591e6512..a6a6b9301f96584dea0ba4507acd13345f2afd17 100644 (file)
@@ -1,7 +1,7 @@
 -*- mode:org -*-
 * Requirements:
 ** lua 5.1, 5.2, 5.3 ( http://www.lua.org/ ) or LuaJIT 2.x ( http://www.luajit.org/ )
-** Apache HTTPD 2.4 ( http://httpd.apache.org/ ) or higher
+** Apache HTTPD 2.4 ( https://httpd.apache.org/ ) or higher
 
 * Documentation
   See docs/README
index 4c71cb8e99f365b85e3ef793cdb6a73078d10ef2..2ca6c354092f21331718bd70aa65db679344da0c 100644 (file)
@@ -12,7 +12,7 @@ Install Lua 5.1
     
     
 Install Apache HTTPD 2.2
-    http://httpd.apache.org/download.cgi
+    https://httpd.apache.org/download.cgi
     
     You can build apache pretty much any way you like, as long as you enable
     dynamic module loading (--enable-so) so that mod_lua can be loaded.
@@ -28,7 +28,7 @@ Install Apache HTTPD 2.2
     
     
 Install libapreq2
-    http://httpd.apache.org/apreq/download.cgi
+    https://httpd.apache.org/apreq/download.cgi
         The download link is in the page body, NOT under the "Download!" link
         in the left hand column.