Posted by matthew Fri 9th Feb 2007 15:25 - Syntax is XML - 279 views
Download | New Post | Modify | Hide line numbers
  1. version="1.0"?>
  2.  
  3.  
  4. type='manifest' name='Apache2'>
  5.  
  6.         name='application/web/apache2'
  7.         type='service'
  8.         version='1'>
  9.  
  10.         name='apache2' enable='false'>
  11.  
  12.                
  13.                 name='network'
  14.                     grouping='require_all'
  15.                     restart_on='error'
  16.                     type='service'>
  17.                     value='svc:/milestone/network:default'/>
  18.                 >
  19.                
  20.                 name='filesystem-local'
  21.                     grouping='require_all'
  22.                     restart_on='none'
  23.                     type='service'>
  24.                    
  25.                         value='svc:/system/filesystem/local:default'/>
  26.                 >
  27.  
  28.                
  29.  
  30.                 name='autofs'
  31.                         grouping='optional_all'
  32.                         restart_on='error'
  33.                         type='service'
  34.                         value='svc:/system/filesystem/autofs:default'/>
  35.                 >
  36.  
  37.                
  38.                
  39.                         type='method'
  40.                         name='start'
  41.                         exec='/usr/local/apache2/bin/apachectl start'
  42.                         timeout_seconds='60' />
  43.  
  44.                
  45.                         type='method'
  46.                         name='stop'
  47.                         exec='/usr/local/apache2/bin/apachectl stop'
  48.                         timeout_seconds='60' />
  49.  
  50.                
  51.                         type='method'
  52.                         name='restart'
  53.                         exec='/usr/local/apache2/bin/apachectl restart'
  54.                         timeout_seconds='60' />
  55.  
  56.                
  57.                         type='method'
  58.                         name='graceful'
  59.                         exec='/usr/local/apache2/bin/apachectl graceful'
  60.                         timeout_seconds='60' />
  61.  
  62.                 name='httpd' type='application'>
  63.                         value='Evolving' />
  64.                         name='ssl' type='boolean' value='false' />
  65.                 >
  66.  
  67.                 name='startd' type='framework'>
  68.                        
  69.                         name='ignore_error' type='astring' value='core,signal' />
  70.                 >
  71.         >
  72.  
  73.         value='Evolving' />
  74.  
  75.         >
  76.                 >
  77.                         xml:lang='C'>
  78.                                 Apache 2 HTTP server
  79.                         >
  80.                 >
  81.                 >
  82.                         title='httpd' section='8'
  83.                                 manpath='/usr/local/apache2/man' />
  84.                         name='apache.org' uri='http://httpd.apache.org' />
  85.                 >
  86.         >
  87. >
  88.  
  89. >
  90.  

PermaLink to this entry https://pastebin.co.uk/10166
Posted by matthew Fri 9th Feb 2007 15:25 - Syntax is XML - 279 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0