Configure web server

  • Need to set the document root to be my person ~/public_html.
    DocumentRoot "/home/marc/public_html"

    <Directory "/home/marc/public_html">
  • Set email contact:
    ServerAdmin marc@nozell.com
  • Change location of cgi-bin:
        ScriptAlias /cgi-bin/ "/home/marc/cgi-bin/"

    <Directory "/var/www/cgi-bin">
  • Setup bloxsom blogger by copying blosxom into ~/cgi-bin/ and editing locati
    ons to point to /home/marc/public_html/

Tags:

Leave a Reply