Update of /cvsroot/hcoop/domtool2/lib
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28000/lib

Modified Files:
        apache.dtl hcoop.dtl php.dtl 
Log Message:
HCoop IP synonyms; PhpVersion env var

Index: apache.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/apache.dtl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** apache.dtl  16 Dec 2007 22:34:31 -0000      1.14
--- apache.dtl  18 Feb 2008 17:17:43 -0000      1.15
***************
*** 31,34 ****
--- 31,38 ----
  extern val use_cert : ssl_cert_path -> ssl;
  
+ extern type php_version;
+ extern val php4 : php_version;
+ extern val php5 : php_version;
+ 
  extern val vhost : host -> Vhost => [Domain]
    {WebPlaces : [web_place],
***************
*** 38,42 ****
    DocumentRoot : your_path,
    ServerAdmin : email,
!   SuExec : suexec_flag};
  {{Add a new named Apache virtual host, specifying which nodes' Apache servers
    should answer requests for this host, whether it should use SSL, what UNIX
--- 42,47 ----
    DocumentRoot : your_path,
    ServerAdmin : email,
!   SuExec : suexec_flag,
!   PhpVersion : php_version};
  {{Add a new named Apache virtual host, specifying which nodes' Apache servers
    should answer requests for this host, whether it should use SSL, what UNIX
***************
*** 52,56 ****
    DocumentRoot : your_path,
    ServerAdmin : email,
!   SuExec : suexec_flag};
  {{Like <tt>vhost</tt>, but for, e.g., <tt>yourdomain.com</tt> instead of
    <tt>www.yourdomain.com</tt>}}
--- 57,62 ----
    DocumentRoot : your_path,
    ServerAdmin : email,
!   SuExec : suexec_flag,
!   PhpVersion : php_version};
  {{Like <tt>vhost</tt>, but for, e.g., <tt>yourdomain.com</tt> instead of
    <tt>www.yourdomain.com</tt>}}

Index: php.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/php.dtl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** php.dtl     19 Jan 2008 20:25:55 -0000      1.1
--- php.dtl     18 Feb 2008 17:17:43 -0000      1.2
***************
*** 1,7 ****
  {{PHP configuration}}
  
- extern type php_version;
- extern val php4 : php_version;
- extern val php5 : php_version;
- 
  extern val phpVersion : php_version -> [^Vhost];
--- 1,3 ----

Index: hcoop.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/hcoop.dtl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** hcoop.dtl   17 Nov 2007 22:26:18 -0000      1.4
--- hcoop.dtl   18 Feb 2008 17:17:43 -0000      1.5
***************
*** 14,15 ****
--- 14,20 ----
  {{Configure your domain to have its Mailman mailing lists served on the web at
    lists.hcoop.net.}}
+ 
+ val deleuze_ip : (ip) = "69.90.123.67";
+ val mire_ip : (ip) = "69.90.123.68";
+ val krunk_ip : (ip) = "69.90.123.70";
+ val fyodor_ip : (ip) = "64.20.38.170";


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to