With UnixWare its very simple to setup a WWW server. This article will guide you through the process, which with the CERN version of http is typically just a few minutes.
There are precompiled binaries for UnixWare available, for example the CERN server from ftp.novell.de:/pub/unixware/usle/internet and also ftp.novell.com:/pub/WWW
In this directory you will find server, client and systools directories. A document describing the various resources from this archive can also be obtained from the ftp server.
The server directory contains two www servers, the CERN version and the NCSA version. These are ready to run versions. The example below uses the CERN version , which we prefer to use due to its proxy and caching features. Its also written by the team who are now in w3.org.
The steps to setup a WWW Server on UnixWare are attached below:
Download the CERN server from ftp.novell.de.
or
Download the CERN server from ftp.novell.com.
cd /tmp (if compressed first use compress -d) tar xvf httpd-3.0.pkg.tar
su pkgadd -d `pwd`
If you prefer to use the graphical tools on UnixWare 2 use the App_installer utility to install the package
Enter GUI app-installer under admin_tools Select Other for "Install From:", and enter /tmp Select Update view Click on the httpd icon and select install Read the blue screens , hit enter
1 minute later you now have a WWW server installed and running, nothing else to do, it even comes with a test page Note this package installs httpd into /opt/bin, the server configuration files into /opt/lib/httpd and the WWW pages are located in /home/www.
Either
Download the Mosaic browser from ftp.novell.de.
or
Download the Mosaic browser from ftp.novell.com.
cd /tmp tar xvf mosaic.pkg.tar.Z
Either use pkgadd -d `pwd`, or Use app-installer as above, select the globe icon for mosaic to put it in your applications folder Double click on the Mosaic icon, and hit the globe to interrupt the lookup for www.novell.com. Hit Open and enter
http://localhost/