summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-03-23 15:14:04 +0000
committerJoe Orton <jorton@apache.org>2023-03-23 15:14:04 +0000
commit3d70de3a2f9accec2c97594f3917c0fb9dbc8d9c (patch)
tree62d9342e1507904ce4d9e46a391a6a2ca37e82b4 /modules
parent63f6b98eb85c8d21b7ac4d4834f2cabaa30c900b (diff)
downloadhttpd-3d70de3a2f9accec2c97594f3917c0fb9dbc8d9c.tar.gz
* modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/lua/README2
-rw-r--r--modules/lua/docs/building-from-subversion.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/lua/README b/modules/lua/README
index 3dd68a0816..a6a6b9301f 100644
--- a/modules/lua/README
+++ b/modules/lua/README
@@ -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
diff --git a/modules/lua/docs/building-from-subversion.txt b/modules/lua/docs/building-from-subversion.txt
index 4c71cb8e99..2ca6c35409 100644
--- a/modules/lua/docs/building-from-subversion.txt
+++ b/modules/lua/docs/building-from-subversion.txt
@@ -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.