Differences

This shows you the differences between two versions of the page.

Link to this comparison view

faq:web01 [2011/04/30 19:17] – created georgfaq:web01 [2011/04/30 19:18] (current) georg
Line 1: Line 1:
 <code> <code>
-[01] CAN HAVE MY DOMAIN HOSTED HERE?  CAN YOU HOST A COMMERCIAL SITE?+[01] HOW DO MAKE MY HOMEPAGE NETWORK ACCESSIBLE?
  
-     Yes.  SDF will do DNS (primary and secondary) for your domain +     You'll need to run a script called "mkhomepg".  In short, this script 
-     and even host webpages for that domain if you so desire.+     does the following:
  
-     There are basically three pacakges for ARPA members.+         - Creates a symbolics link called "html" in your home directory. 
 +           This points to your HTML storage area on the /www filesystem. 
 +           This is where you keep your html, image and cgi files. 
 +  
 +         - Set proper file permissions on your directories. 
 +           (if you ever botch your file permissions, run 'mkhomepg -p')
  
-     DNS ($20 annual)     Name Service for your domain You can +     "index.html" is the file the http daemon will try to serve to clients 
-                          update your DNS record whenever you want +     requesting your URL.
-                          and SDF will reload it every 2 hours evenly.+
  
-     REGIS ($15 annual)   Domain Name Registration in comnet and org+     CGIs will work as long as their are compiled bins that don't require 
-                          VHOSTers who pay their dues annually have +     socketsshell scripts or simple perl scripts  
-                          free domain registration.+      
 +     A CGI can run from ANY PLACE in your html directory.
  
-     VHOST   This includes DNS, MAIL service and WEB        +     Once you have built a page, run the "mkhomepg -a" script.  Your URL will 
-                          service.  Daily transfer quotas are flexible +     then become login.freeshell.org (or if you are an ARPA member, you may 
-                          and based on the amount you pay in dues: +     choose from an array of host names).  The update will occur within the 
- +     first even hour of running the command.
-                          Membership dues    Quota +
-                                    $5/mo    100MB +
-                                   $10/mo    250MB +
-                                   $14/mo    500MB +
-                                   $20/mo   1000MB +
- +
-     If you are an ARPA membertype 'mkvhost' to get started. +
- +
-     When you run 'mkvhost' to create virtual host, a directory is +
-     created in your html directory, similar to: +
- +
-                    $HOME/html/mydomain.xxx +
- +
-     You are given the subdomain 'www' by default.  If you wish to add +
-     more subdomains, then a directory is created similar to: +
- +
-                    $HOME/html/subdomain.mydomain.xxx +
- +
-     Just place your HTML/cgi/images/php4 in these directories and you +
-     are good to go. +
- +
-     CAN YOU HOST A COMMERCIAL SITE? +
- +
-     Certainly!  Your webspace is for your content and it doesn't matter +
-     if it is a commercial or personal website, it can be hosted here.   +
- +
-     However, we do not allow the following 'types' of commercial sites: +
- +
-     1. Photographic and Film Pornography  +
-     2. Piracy or Torrent serving / indexing +
-     3. Illegal profit schemes (Nigerian, Pyramid, Ponzi .et cetera+
 </code> </code>
 [[faq:web|back]] [[faq:web|back]]