[HCoop-Discuss] Regarding https

Adam Chlipala adamc at hcoop.net
Thu Dec 27 18:35:30 EST 2007


Michael Olson wrote:
> Here is what you should have:
>
> dom "ihro.in" where
>         DocumentRoot = home "ihro_html";
>         SSL = use_cert "/etc/apache2/ssl/apache.pem"
>         DefaultAlias = false;
> with
>     	nameserver "ns1.hcoop.net";
>         nameserver "ns3.hcoop.net";
>         (* email *)
>         handleMail;
>         emailAlias "admin" "tanveer";
>         emailAlias "d.s.gill" "ihro.india at gmail.com";
> 	defaultAlias "ihro.india at gmail.com";
> end;
>   

Just to be clear, even though I know the offending lines come from 
tanveer's original config, the [nameserver] and [handleMail] lines are 
redundant at present and may even break things later.  This kind of 
boilerplate is supposed to stick inside the implementation of [dom].



More information about the HCoop-Discuss mailing list