home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / faq / WEB / 01 < prev    next >
Text File  |  2002-12-25  |  1KB  |  26 lines

  1. [01] HOW DO I MAKE MY HOMEPAGE NETWORK ACCESSIBLE?
  2.  
  3.      You'll need to run a script called "mkhomepg".  In short, this script
  4.      does the following:
  5.  
  6.          - Creates a symbolics link called "html" in your home directory.
  7.            This points to your HTML storage area on the /www filesystem.
  8.            This is where you keep your html, image and cgi files.
  9.  
  10.          - Set proper file permissions on your directories.
  11.            (if you ever botch your file permissions, run 'mkhomepg -p')
  12.  
  13.      "index.html" is the file the http daemon will try to serve to clients
  14.      requesting your URL.
  15.  
  16.      CGIs will work as long as their are compiled bins that don't require
  17.      sockets, shell scripts or simple perl scripts.  
  18.      
  19.      A CGI can run from ANY PLACE in your html directory.
  20.  
  21.      Once you have built a page, run the "mkhomepg -a" script.  Your URL will
  22.      then become login.freeshell.org (or if you are an ARPA member, you may
  23.      choose from an array of host names).  The update will occur within the
  24.      first even hour of running the command.
  25.  
  26.