welcome: please sign in

Diff for "DomTool/Examples/Full"

Differences between revisions 1 and 56 (spanning 55 versions)
Revision 1 as of 2007-11-12 02:58:27
Size: 2786
Editor: MichaelOlson
Comment: Initial contents
Revision 56 as of 2008-04-12 01:01:16
Size: 632
Editor: 87
Comment: i say one thing <a href=" http://hotass.free-site-host.com/tits/small-teen-tits.html ">small teen tits </a> aehuy <a href=" http://hotass.free-site-host.com/tits/b55-tits.html ">b55 tits </a> pkluo
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma section-numbers off

This page contains a number of working examples of DomTool configuration.

[[TableOfContents]]

= MichaelOlson =

Here is MichaelOlson's annotated DomTool configuration.

{{{
domain "mwolson.org" with
  (* DNS settings *)
  nameserver "ns1.hcoop.net";
  nameserver "ns3.hcoop.net";
  dnsDefault "69.90.123.68";
  dnsIP "www" "69.90.123.68";
  dnsIP "blog" "69.90.123.68";
  dnsIP "hariken" "66.253.212.116"; (* my home computer *)
  dnsIP "mail" "69.90.123.67";
  dnsMail 10 "mail.mwolson.org";

  (* Default webspace *)
  vhost "www" where
    DocumentRoot = (home "public_html");
  with
    addDefaultCharset "utf-8";
    serverAliasDefault;

    (* Change www.mwolson.org to mwolson.org *)
    rewriteCond "%{HTTP_HOST}" "^www\.mwolson\.org$" [cond_nocase];
    rewriteRule "^(.*)$" "http://mwolson.org$1" [redirectWith redir301,last];

    scriptAlias "/cgi-bin/" (home "cgi-bin/");
    rewriteRule "^/$" "http://mwolson.org/web/WelcomePage.html" [last];
    rewriteRule "^/blog/projects(.*)"
                "http://blog.mwolson.org/tech/projects$1"
                [redirectWith redir301,last];
    rewriteRule "^/blog([^.].*)" "http://blog.mwolson.org$1"
                [redirectWith redir301,last];
    rewriteRule "^/cs158" "http://mwolson.org/classes/cs158/index.html" [];
    rewriteRule "^/favicon\.ico$"
                "http://mwolson.org/static/logos/favicon.ico" [];
    rewriteRule "^/static/albums/(.*)"
                "http://mwolson.risnerolson.org/albums/$1" [];
  end;

  (* Example of serving page to deleuze, should we ever decide to *)
  (* allow that *)

(* vhost "git" where *)
(* WebNodes = ["deleuze"]; *)
(* with ... *)
(* end; *)

  (* Blog *)
  vhost "blog" where
    DocumentRoot = (home "public_html/blog");
  with
    addDefaultCharset "utf-8";
    alias "/favicon.ico" (home "public_html/static/logos/favicon.ico");
    alias "/comments.js" (home "public_html/comments.js");
    rewriteRule "^/projects(.*)" "http://blog.mwolson.org/tech/projects$1" [];
    scriptAlias "/" (home "cgi-bin/pyblosxom/pyblosxom.cgi/");
  end;

  (* DAV access *)
  vhost "dav" with
    rewriteRule "^(.*)$" "https://dav.mwolson.org$1" [redirect];
  end;

  vhost "dav" where
    DocumentRoot = (home "dav");
    SSL = use_cert "/etc/apache2/ssl/apache.pem";
  with
    addDefaultCharset "utf-8";

    location "/" with
      davFilesystem;
    end;
  end;

  (* email *)
  handleMail;
  emailAlias "me" "mwolson";
  emailAlias "me.purdue" "mwolson";
  emailAlias "me.vending" "mwolson";
  emailAlias "mwolson" "mwolson";
  emailAlias "hostmaster" "mwolson";
  emailAlias "news" "mwolson";
  emailAlias "webmaster" "mwolson";
end;
}}}
i say one thing <a href=" http://hotass.free-site-host.com/tits/small-teen-tits.html ">small teen tits
</a> aehuy <a href=" http://hotass.free-site-host.com/tits/b55-tits.html ">b55 tits
</a> pkluo <a href=" http://hotass.free-site-host.com/tits/marie-osmond's-tits.html ">marie osmond's tits
</a> :[[ <a href=" http://hotass.free-site-host.com/tits/jlo's-tits.html ">jlo's tits
</a> axd <a href=" http://hotass.free-site-host.com/tits/free-indian-tits.html ">free indian tits
</a> rydrf <a href=" http://hotass.free-site-host.com/tits/girls-with-huge-tits.html ">girls with huge tits
</a> 7786
----
CategoryOutdated

i say one thing <a href=" http://hotass.free-site-host.com/tits/small-teen-tits.html ">small teen tits </a> aehuy <a href=" http://hotass.free-site-host.com/tits/b55-tits.html ">b55 tits </a> pkluo <a href=" http://hotass.free-site-host.com/tits/marie-osmond's-tits.html ">marie osmond's tits </a> :[[ <a href=" http://hotass.free-site-host.com/tits/jlo's-tits.html ">jlo's tits </a> axd <a href=" http://hotass.free-site-host.com/tits/free-indian-tits.html ">free indian tits </a> rydrf <a href=" http://hotass.free-site-host.com/tits/girls-with-huge-tits.html ">girls with huge tits </a> 7786


CategoryOutdated

DomTool/Examples/Full (last edited 2018-10-20 18:24:55 by ClintonEbadi)