Mailing List Archive

svn commit: r1908672 - in /httpd/httpd/trunk/modules/lua: README docs/building-from-subversion.txt
Author: jorton
Date: Thu Mar 23 15:14:04 2023
New Revision: 1908672

URL: http://svn.apache.org/viewvc?rev=1908672&view=rev
Log:
* modules/lua: Use https: URLs for httpd.a.o in docs. [skip ci]

Modified:
httpd/httpd/trunk/modules/lua/README
httpd/httpd/trunk/modules/lua/docs/building-from-subversion.txt

Modified: httpd/httpd/trunk/modules/lua/README
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/README?rev=1908672&r1=1908671&r2=1908672&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/README (original)
+++ httpd/httpd/trunk/modules/lua/README Thu Mar 23 15:14:04 2023
@@ -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

Modified: httpd/httpd/trunk/modules/lua/docs/building-from-subversion.txt
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/lua/docs/building-from-subversion.txt?rev=1908672&r1=1908671&r2=1908672&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/lua/docs/building-from-subversion.txt (original)
+++ httpd/httpd/trunk/modules/lua/docs/building-from-subversion.txt Thu Mar 23 15:14:04 2023
@@ -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.