welcome: please sign in

Diff for "DomTool/Examples/Full"

Differences between revisions 11 and 57 (spanning 46 versions)
Revision 11 as of 2007-12-16 15:01:19
Size: 5824
Editor: AdamChlipala
Comment: Moved misleadingly placed comment
Revision 57 as of 2008-04-12 01:01:25
Size: 1450
Editor: 87
Comment: it's nice site!!! <a href=" http://hotass.free-site-host.com/tits/tits-grande.html ">tits grande </a> xbp <a href=" http://hotass.free-site-host.com/tits/nice-little-tits.html ">nice little tits </a>
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. People are welcome to add their own working examples to this page if they like.
Line 4: Line 2:
[[TableOfContents]] ---- /!\ '''Edit conflict - other version:''' ----
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
Line 6: Line 13:
= mwolson.org =
Here is MichaelOlson's annotated DomTool configuration.
---- /!\ '''Edit conflict - your version:''' ----
it's nice site!!! <a href=" http://hotass.free-site-host.com/tits/tits-grande.html ">tits grande
</a> xbp <a href=" http://hotass.free-site-host.com/tits/nice-little-tits.html ">nice little tits
</a> =[[ <a href=" http://hotass.free-site-host.com/tits/pointy-tiny-tits.html ">pointy tiny tits
</a> 414 <a href=" http://hotass.free-site-host.com/tits/round-asses-and-big-tits.html ">round asses and big tits
</a> :-]] <a href=" http://hotass.free-site-host.com/tits/jackie-zeman's-tits.html ">jackie zeman's tits
</a> qld <a href=" http://hotass.free-site-host.com/tits/cheerleader-nude-tits.html ">cheerleader nude tits
</a> 4293
----
CategoryOutdated
Line 9: Line 24:
{{{
domain "mwolson.org" with
  (* DNS settings *)
  nameserver "ns1.hcoop.net";
  nameserver "ns3.hcoop.net";
  dnsDefault "69.90.123.68";
  dnsIP "mail" "69.90.123.67";
  dnsMail 10 "mail.mwolson.org";
  (* 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";
  (* Default webspace *)
  web "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;
  (* Blog *)
  web "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 *)
  webAtIp "69.90.123.81" "dav" with
    rewriteRule "^(.*)$" "https://dav.mwolson.org$1" [redirect];
  end;
  (* Note: this contains the IP address that I registered for via *)
  (* the portal. You'll get errors if you try to use it. *)
  webAtIp "69.90.123.81" "dav" where
    DocumentRoot = (home "dav");
    SSL = use_cert "/etc/apache2/ssl/user/mwolson.org.pem";
  with
    addDefaultCharset "utf-8";
    location "/" with
      davFilesystem;
    end;
  end;
end;
domain "hariken.mwolson.org" with
  (* Permit email delivery for my computer *)
  nameserver "ns1.hcoop.net";
  nameserver "ns3.hcoop.net";
  dnsDefault "66.253.212.116";
  dnsMail 10 "mail.mwolson.org";
  handleMail;
  emailAlias "mwolson" "mwolson";
  emailAlias "news" "mwolson";
  emailAlias "root" "mwolson";
end;
}}}
= spinlocksolutions.com =
Here is DavorOcelic's annotated DomTool configuration.

{{{
domain "spinlocksolutions.com" where
  Aliases = ["spinlock-solutions.com"];
with
  dnsDefault "69.90.123.68";
  dns (dnsNS "deleuze.hcoop.net");
  dns (dnsNS "mire.hcoop.net");
  dns (dnsA "www" "69.90.123.68");
  dns (dnsA "secure" "69.90.123.68");
  dns (dnsA "infrastructures" "69.90.123.68");
  dns (dnsA "i" "69.90.123.68");
  dns (dnsA "mail" "69.90.123.67");
  dns (dnsA "rt" "195.29.212.142");
  dnsMail 1 "deleuze.hcoop.net";
  handleMail;
  defaultAlias "docelic";
  web "www" where
    DocumentRoot = home "web/spinlocksolutions.com";
  with
    addDefaultCharset "utf-8";
    serverAliasDefault;
    scriptAlias "/cgi-bin/" ( home "web/cgi-bin/" );
    scriptAlias "/sl" ( home "web/cgi-bin/sl" );
    (* directoryIndex ["/sl/index"]; *)
    rewriteRule "^/$" "/sl/index" [redirectWith permanent];
    alias "/debian" ( home "debian/repository" );
    directory ( home "debian/repository" ) with
            options [ indexes ];
            orderAllowDeny;
            allowFromAll;
    end;
  end;
  web "secure" with
    rewriteRule "^(.*)$" "https://secure.spinlocksolutions.com$1" [redirect]
  end;
  web "secure" where
    DocumentRoot = home "web/spinlocksolutions.com";
    SSL = use_cert "/etc/apache2/ssl/apache.pem"
  with
    addDefaultCharset "utf-8";
    scriptAlias "/cgi-bin/" ( home "web/cgi-bin/" );
    scriptAlias "/sl" ( home "web/cgi-bin/sl" );
    (* directoryIndex ["/sl/index"]; *)
    rewriteRule "^/$" "/sl/index" [redirectWith permanent];
    alias "/debian" ( home "debian/repository" );
    directory ( home "debian/repository" ) with
            options [ indexes ];
            orderAllowDeny;
            allowFromAll;
    end;
  end;
  vhost "infrastructures" where
    DocumentRoot = home "web/infrastructures.sl.com";
  with
    addDefaultCharset "utf-8";
  end;
end;
}}}
= distortions.net =
Here's RyanMikulovsky's very simple example:

{{{
dom "distortions.net" where
  DefaultAlias = false; (* avoids *@distortions.net e-mail alias *)
  DocumentRoot = home "public_html/distortions.net/"
with
  emailAlias "ryan" "ryan@hcoop.net"; (* the only e-mail address I want *)
  wordPress "geology" where (* sets up proper rewrite rules etc. *)
   DocumentRoot = home "public_html/geo/wordpress/"
  end;
  web "biblio" where
    DocumentRoot = home "public_html/distortions.net/biblio";
  with
   addDefaultCharset "utf-8"; (* probably not necessary... *)
  end;
  web "chemistry" where
   DocumentRoot = home "public_html/chemistry";
  with
  end;
  web "gallery" where (* for Gallery PHP software *)
   DocumentRoot = home "public_html/gallery";
  with
  end;
end;
}}}
---- /!\ '''End of edit conflict''' ----


/!\ Edit conflict - other version:


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


/!\ Edit conflict - your version:


it's nice site!!! <a href=" http://hotass.free-site-host.com/tits/tits-grande.html ">tits grande </a> xbp <a href=" http://hotass.free-site-host.com/tits/nice-little-tits.html ">nice little tits </a> =[[ <a href=" http://hotass.free-site-host.com/tits/pointy-tiny-tits.html ">pointy tiny tits </a> 414 <a href=" http://hotass.free-site-host.com/tits/round-asses-and-big-tits.html ">round asses and big tits </a> :-]] <a href=" http://hotass.free-site-host.com/tits/jackie-zeman's-tits.html ">jackie zeman's tits </a> qld <a href=" http://hotass.free-site-host.com/tits/cheerleader-nude-tits.html ">cheerleader nude tits </a> 4293


CategoryOutdated


/!\ End of edit conflict


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