XWeb 1.0 Web Server
Runs on Linux based systems.
GENERAL INSTRUCTIONS
Unzip/Untar to /home
Document Root by default : /home/xweb
for text,html,image and all other viewable and media files including cgi-bin folder.
- TO BUILD : "make" in /home/xweb
- TO START/RUN : "./xwebd" in same directory i.e. /home/xweb OR from elsewhere : "/home/xweb/xwebd"
- USAGE : "./xwebd" OR "./xwebd DocRoot" where DocRoot : any directory Runs as a daemon process once started.
- TO STOP : "./xwebd stop"
Log file : XWeb-Log.log
FEATURES
Supports HTTP/1.0
CGI files in both C and Perl are supported.
Cookie support is included.
Perl CGI files should have a .pl extension.
C CGI files should have a .cgi extension.
CGI files should be in the cgi-bin folder.
GET and HEAD are supported.
POST is supported using CGI QUERY_STRING environment variable as in GET.
SUPPORT
SHAMIT BAGCHI
EMail : shamitbagchi@yahoo.com
HomePages : in.geocities.com/shamit_bagchi
