Difference between revisions of "M Web Server"
From VistApedia
DavidWhitten (talk | contribs) (Created page with "=== DSM Web Server by Doug Martin === Written in late 1990s. Used Digigal Standard MUMPS specific TCP/IP code. written in RG Namespace. Used 9000 number range of TCP/...") |
DavidWhitten (talk | contribs) |
||
Line 8: | Line 8: | ||
=== Modifications by [[Sam Habiel]] === | === Modifications by [[Sam Habiel]] === | ||
− | FileMan File driven code. | + | FileMan File driven code. |
− | Supports TLS | + | Supports TLS |
+ | On Mon, Feb 5, 2018 at 11:41 AM Sam Habiel <sam.habiel@gmail.com> wrote: | ||
+ | >>> I don't personally use it much these days (I focus on QEWD instead), | ||
+ | >>> but I do maintain it for various people who need fixes, but very | ||
+ | >>> poorly: | ||
+ | >>> https://github.com/shabiel/M-Web-Server | ||
+ | >>> | ||
+ | >>> Here's what's new: | ||
+ | >>> - Gzip compression capability on GT.M. | ||
+ | >>> - TLS for both Cache and GT.M | ||
+ | >>> - Fixes for the installer for Cache | ||
+ | >>> | ||
+ | >>> Install doc: | ||
+ | >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/INSTALL.md | ||
+ | >>> | ||
+ | >>> Tutorials: | ||
+ | >>> | ||
+ | >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/doc/documentation-basic-usage.md | ||
+ | >>> | ||
+ | >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/doc/documentation-important-utilities.md | ||
+ | >>> | ||
+ | >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/doc/documentation-vista-integration.md | ||
+ | >>> | ||
* [[M Web Server/Enabling TLS]] | * [[M Web Server/Enabling TLS]] |
Latest revision as of 12:28, 7 May 2018
DSM Web Server by Doug Martin
Written in late 1990s. Used Digigal Standard MUMPS specific TCP/IP code. written in RG Namespace. Used 9000 number range of TCP/IP Ports. Adapted by ISC's to serve information about RPCs (Inquire from FileMan, no computed fields).
Original Code by Kevin Meldrum
Hardcoded to
Modifications by Sam Habiel
FileMan File driven code. Supports TLS On Mon, Feb 5, 2018 at 11:41 AM Sam Habiel <sam.habiel@gmail.com> wrote: >>> I don't personally use it much these days (I focus on QEWD instead), >>> but I do maintain it for various people who need fixes, but very >>> poorly: >>> https://github.com/shabiel/M-Web-Server >>> >>> Here's what's new: >>> - Gzip compression capability on GT.M. >>> - TLS for both Cache and GT.M >>> - Fixes for the installer for Cache >>> >>> Install doc: >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/INSTALL.md >>> >>> Tutorials: >>> >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/doc/documentation-basic-usage.md >>> >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/doc/documentation-important-utilities.md >>> >>> https://github.com/shabiel/M-Web-Server/blob/0.1.3/doc/documentation-vista-integration.md >>>