[프로그램] Web/2 v1.0 (c) 1997
마루
0
15,713
2008.05.01 12:44
Web/2 v1.0 (c) 1997 dink (dink@ciholding.com / http://ciholding.com/~dink)
What is Web/2?
^^^^^^^^^^^^^^
Web/2 is a Web server (HTTPD as the unix folks know it) for OS/2 Warp v3
and v4. It uses separate threads for each connection so everything is
fast. Its made for people who 1) don't want a million files on their
hd (like the the other httpd's) and 2) don't want to spend a day trying
to get it configured.
How do i set it up?
^^^^^^^^^^^^^^^^^^^
Just unzip it into a directory, like c:\web, make a dir under c:\web
called html, then copy all of your html/image/whatever files into
c:\web\html.
(if unzipping with pkunzip, make sure you use the -d parameter to create
the necessary directories!)
If you are using F.A.T. file allocation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You may use alias.cfg to alias your file names to whatever you want!
(edit alias.cfg with your favorite text editor for details..)
HPFS
^^^^
LONG (long, in this sense, means longer than F.A.T. 8.3 filenames) filenames
can't be used in the html directory (because of security precautions...)
Instead, save your file(s) as F.A.T. style, and use the alias.cfg to
alias the short filenames as long ones.
Running
^^^^^^^
Now, all you have to do is create a program icon with the following settings:
Path and Filename: c:\web\web.exe
Parameters: 80
Working Directory: c:\web
The parameter is the port to run the web server on, the standard Web port
is port 80. Change this number if you want otherwise.
Neat feature!
^^^^^^^^^^^^^
In your html file(s), you can include "<textcounter>" anywhere in the
file to use the built-in textcounter. If you want to change the number
of hits your page has received, edit counter.dat
For an example of how to use the textcounter, look at the enclosed index.htm
file.
Other stuff
^^^^^^^^^^^
Comments, Questions, Suggestions are welcome.
Criticism will be ignored.
You can contact me @ dink@ciholding.com, or check out my web page:
http://ciholding.com/dink
to check out my info, links and other neet os/2 programs (freeware!!)!
Web/2 is freeware. If you'd like to send in a donation or something,
that would be cool (email me for my address)