A lightweight web server for OS/2, written in Modula/2, that should be suitable for most non-commercial web sites, and possibly many commercial ones. Multiple domains are supported.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. Read the README file and run Setup to configure the server.
See below for download link(s).
Following ones are the download links for manual installation:
WebServe v. 2.4 (5/3/2022, Peter Moylan) | Readme/What's new |
LIST OF CHANGES
Version 2.4 (05 Mar 2022)
Using ALLOCATE64 for CGI buffer.
FOR CGI, cut the pipe size and output buffer size to
8192 bytes each.
Added a DosDumpProcess when "too many users".
Fixed an error in calculating day of week.
Now using DosResetBuffer to fix a problem with CGI.
Fixed pipe setup error in CGI handling. This seems to be
the key reason why some CGI threads crashed.
Added the REMOTE_ADDR environment variable. |
ftp.pmoylan.org/WebServe/WebServe_2.4.zip | local copy | |
MakeIndex v. 1.1 (Program to index a tree of directories, 21/9/2021, Peter Moylan) | Readme/What's new |
MakeIndex - to create index.html files in a directory tree
----------------------------------------------------------
This program contains two executables. MakeIndex.exe creates an index.html file in a
specified directory and all of its subdirectories (including sub-sub, etc).
ClearIndex.exe deletes all of the index.html files in the specified tree.
PARAMETERS
Both programs take a single parameter, which is the name of a directory. That is used
as the root of the directory tree where the index files are to be created. If no
parameter is given, the current directory is assumed.
MOTIVATION
I wrote MakeIndex after I discovered that most web browsers are dropping FTP support.
These index.html files give you an HTTP "echo" of your FTP site.
This works only if your FTP directories are inside your HTML tree, or if you can
create a new realm to map to your FTP directory tree. The next release of my
Webserve.exe web server will allow that mapping, but with some web
servers you might need to rearrange your directories to make the new index.html
files visible to the web server.
The ClearIndex program is included in case you accidentally run MakeIndex on
the wrong directory. It is there only to save you from a tedious manual
deletion.
CHANGE LOG
Version 1.1 (21 Sep 2021)
Minor improvements to display.
Fixed: handling of file names containing quotation marks. |
ftp.pmoylan.org/WebServe/makeindex_01.zip | ||
WebServe v. 2.1 (13/10/2019, Peter Moylan) | Readme/What's new |
LIST OF CHANGES
Version 2.1 (13 Oct 2019)
Moved some scripts to the SOURCE/BUILD directory.
Added a new makefolder.cmd script. |
ftp.pmoylan.org/WebServe/WebServe_2.1.zip | ||
WebServe v. 2.0 (6/10/2019, Peter Moylan) | Readme/What's new |
LIST OF CHANGES
Version 2.0 ( 6 Oct 2019)
Fresh build to use INIDATA.DLL.
This file renamed from changes.doc to changes.txt
The choice between using INI or TNI format for the
parameters has been made consistent with the
rules for Weasel and Major Major.
Watchdog should now no longer crash.
More explicit error reply for invalid Host. |
ftp.pmoylan.org/WebServe/WebServe_2.0.zip |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment