introduction
The Fizmez Web Server is GPL, meaning that it is free to distribute and use. It is a very simple webserver, written in Java and completely portable to any Java environment which supports sockets.
Updated! New for v1.3:
- Bugfix for RFC822 case insensitivity from Julian Skidmore.
- Typechecking added for hashtables.
- Source code neatened with tab indentation
download
Source, bytecode, config and test page:
- fizmezWebServer-v1.3.zip - requires Java v1.5, available from Sun.
- fizmezWebServer-v1.2.zip - for those with Java v1.4. No longer supported.
instructions
Simply edit the conf/httpd.conf file to your satisfaction and type:
java FizmezWebServer > log.txt &or (for Windows users) double-click run.bat .
Then go to http://localhost/ (or whatever port you have configured).
