[2622] in comp.os.os2.announce archive
FREEWARE: Run your own Web Server - Poor man's solution.
daemon@ATHENA.MIT.EDU (Einar Soyland)
Mon Mar 10 19:08:31 1997
To: os2ann.DISCUSS@bloom-picayune.MIT.EDU
Date: 9 Mar 1997 04:05:18 GMT
From: soyland@bgnett.no (Einar Soyland)
Reply-To: soyland@bgnett.no (Einar Soyland)
Reply-to: soyland@bgnett.no (Einar Soyland)
---------------------------------------------------------------------
/*************************************************************************/
Connekt ver. 1.0
Written by Einar Soyland (soyland@bgnett.com)
Copyright 1997, Einar Soyland (http://www.bgnett.no/~soyland)
/*************************************************************************/
This product is FREEWARE; as such no warranty of any kind is provided. You may
modify this software for your own internal use, provided you do not distribute
the modified copy.
Please do not redistribute the software directly; instead create a link to my
home page (http://www.bgnett.no/~soyland) where the original version will be
available. (File name: WEBS.ZIP)
What does this REXX script do? well.......... read on!
This is the poor man's solution to running a web server(on your local PC).
Background:
Every time you logon to your Internet Service Provider. You get your IP
address from a range of IP addresses that your ISP "owns". In other words,
you get a different IP address every time you logon to your ISP.
That can be a pain in the neck. If you're running your own Web server.
What does this REXX script do, to make things easier?
1. It gets your local IP address (You have to logon first)
2. It generates a HTML file and inserts the obtained IP address, in the
generated file.
3. It uses FTP to transfer the file to your Home directory on your ISP's
machine.
What YOU have to do:
1. Make a link from your homepage to the file that gets transferred.
2. Modify the REXX script(read the comments in the REXX file)
to suit your setup.
That's it.....
Einar Soyland
soyland@bgnett.no
http://www.bgnett.no/~soyland
=====================================================================
| c.o.o.announce submissions: POST [or email comp-os-os2-announce@uunet.uu.net]
| Please address other correspondence to lfirrantello@bix.com .
| Please see: http://www.bix.com/pub/os2ann/pindex.htm for posting guidelines