See also our
Stunnix Advanced Web Server
- an advanced cross-platform
web server that uses codebase
of
Apache - the world's most
famous, widespread and flexible web server,
for use on read-only media and for browser-based applications!
Using HTML::Mason for sites running under Stunnix Perl Web Server
Stunnix Perl Web Server allows sites based on HTML::Mason to be used
as is, without any changes. The sample sites (described below) can be used
as a templates for laying out directories with Mason components and
configuring Stunnix Perl Web Server properly. From a performance point of
view, such sites will run in a mod_perl-like (or more correctly,
mod_fastcgi-like) mode, so that all required Perl modules will be loaded
once into memory and single process will handle multiplie http requests
serving dynamic content generated by HTML::Mason.
Note: this prototype doesn't demonstrate support for PHP, MySQL and
SQLite on major platforms - if you are searching for demo of this, please
fill a request form and you'll be sent a email
with download links!
Sample of CDROM with HTML::Mason-based site
WITH perl interpreter and HTML::Mason modules and all their
dependancies
There is an
archive of a CDROM
prototype with Stunnix Perl Web Server
(also
in tar.gz format
and
as zipped ISO image),
Perl interpreters for Linux and Windows
and HTML::Mason modules and all their dependancies
that demonstrates the
HTML::Mason-based site. Just unpack it
using archiver that supports .tar.gz format (WinZIP or WinRAR for Windows,
native utility for unix/linux/MacOS X) and read 'DEVELOPER-README.html' in the
topmost directory of the archive for more information. Also you can burn
the entire tree to get an autorun CDROM that will work on Unix, Windows
and MacOS X.
NOTE: SOME "VIRTUAL CDROM DRIVE" software for Windows is known to
be buggy in providing content of the ISO as virtual disk,
so if you encounter some problems running
demo from such virtual disk, either burn ISO to CD or use a compressed
directory tree download link
Download the CDROM prototype
(tar.gz here,
zipped ISO image here).
Sample HTML::Mason-based site WITHOUT perl interpreter and HTML::Mason modules
There is a
ZIP archive
(and
tar.gz archive)
of a package
with Stunnix Perl Web Server that demonstrates the
HTML::Mason-based site; it lacks
Perl interpreters and all Mason modules and their dependancies (if you
a prototype with all this included, see the previous paragraph).
Just unpack the arhcive
using archiver that supports .tar.gz format (WinZIP or WinRAR for Windows,
native utility for unix/linux/MacOS X) and read 'README.html' in the
topmost directory of the archive for more information.
Download the archive (also in
.tar.gz format).
Samples of HTML::Mason-based site in other forms
Packing HTML::Mason-based site, perl interpreter and Stunnix Perl Web Server
into a single executable is also easily possible using standard tools
shipped with Stunnix Perl Web Server. Unfortunately no sample of such form
was prepared yet.