diff options
author | David Walter Seikel | 2016-03-27 22:43:57 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-27 22:43:57 +1000 |
commit | 92b134e8f9ad78795de10a14f54296d4ffd182c9 (patch) | |
tree | d548df7daad346ea2dfab0f414ac5dc847958304 /docs | |
parent | Some minor corrections in the docs. (diff) | |
download | SledjHamr-92b134e8f9ad78795de10a14f54296d4ffd182c9.zip SledjHamr-92b134e8f9ad78795de10a14f54296d4ffd182c9.tar.gz SledjHamr-92b134e8f9ad78795de10a14f54296d4ffd182c9.tar.bz2 SledjHamr-92b134e8f9ad78795de10a14f54296d4ffd182c9.tar.xz |
Web server alternatives.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SledjHamr/WebSite.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/SledjHamr/WebSite.txt b/docs/SledjHamr/WebSite.txt index 8cb5ea3..8b18c0a 100644 --- a/docs/SledjHamr/WebSite.txt +++ b/docs/SledjHamr/WebSite.txt | |||
@@ -137,3 +137,18 @@ Soooo, might have to bump to 14.04, or go Debian soon. Latest Debian | |||
137 | stable (v8 Jessie) includes - Apache 2.4.10, PHP 5.6, MySQL5.5 as well | 137 | stable (v8 Jessie) includes - Apache 2.4.10, PHP 5.6, MySQL5.5 as well |
138 | as MariaDB10.0, Drupal 7, systemd. Apparently Drupal 8 will be | 138 | as MariaDB10.0, Drupal 7, systemd. Apparently Drupal 8 will be |
139 | available via backports. | 139 | available via backports. |
140 | |||
141 | ------------------------------------------------------------------------ | ||
142 | |||
143 | An alternative or three. | ||
144 | |||
145 | https://en.wikipedia.org/wiki/Kepler_%28software%29 | ||
146 | Website development stuff in Lua, contains a bunch of other Lua libraries, ties them up with Lua Rocks. | ||
147 | Includes a web server, but can be used with other web servers. | ||
148 | Dead project, but development mailing list is still going, barely. | ||
149 | |||
150 | https://en.wikipedia.org/wiki/GSOAP | ||
151 | C / C++ (does both) web services stuff, includes a web server. | ||
152 | |||
153 | |||
154 | |||