README.md - bitreich-httpd - Bitreich HTTPD service
 (HTM) git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-httpd
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
       README.md (647B)
       ---
            1 # Bitreich HTTPD
            2 
            3 Bitreich is serving the technically inferior HTTP protocol.
            4 
            5 This simple service is meant to be used with inetd(8) or xinetd(8).
            6 
            7 ## Installation
            8 
            9         % make
           10         % make install
           11         % cp http-stream /etc/xinetd.d
           12         # Edit /etc/xinetd.d/http-stream to your needs.
           13 
           14 ## Configuration
           15 
           16 Edit the bitreich-httpd.c  variable »wwwbase« to your  root base. Then
           17 change wwwindex  to whatever  is your  index file. In  case you  need to
           18 serve some  other files,  see how  bitreich.sh is  handled. This  can be
           19 easily extended. Do not forget to change the Host in printheaders().
           20 
           21 ## Bugs
           22 
           23 Send Bugs to
           24 
           25         Christoph Lohmann <20h@r-36.net>
           26 
           27 Have fun!
           28