
   ____________________________

            XWeb 1.0 Web Server
   ____________________________

Runs only on Linux based systems.

Unzip/Untar to /home
All files should be in /home/xweb including cgi-bin folder.

To compile : "make" in /home/xweb
To run use : "./xweb"  in same directory i.e.  /home/xweb
OR from elsewhere : "/home/xweb/xweb"

Document Root by default : /home/xweb for text,html,image and all other viewable and media files.

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.

Log file : XWeb-Log.txt
Usage : "./xweb"  OR "./xweb DocRoot"
where DocRoot : any directory
To terminate : terminates at shutdown or with sigkill -9 pid
Becomes a daemon process once started.

(c) Copyrights SHAMIT BAGCHI, 2002

EMail :   shamitbagchi@yahoo.com
HomePages : in.geocities.com/shamit_bagchi

