1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

* 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
This commit is contained in:
Joe Orton
2023-03-23 15:14:04 +00:00
parent 63f6b98eb8
commit 3d70de3a2f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
-*- mode:org -*- -*- mode:org -*-
* Requirements: * Requirements:
** lua 5.1, 5.2, 5.3 ( http://www.lua.org/ ) or LuaJIT 2.x ( http://www.luajit.org/ ) ** 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 * Documentation
See docs/README See docs/README

View File

@@ -12,7 +12,7 @@ Install Lua 5.1
Install Apache HTTPD 2.2 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 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. dynamic module loading (--enable-so) so that mod_lua can be loaded.
@@ -28,7 +28,7 @@ Install Apache HTTPD 2.2
Install libapreq2 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 The download link is in the page body, NOT under the "Download!" link
in the left hand column. in the left hand column.