FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


middleware:httpd:index.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
middleware:httpd:index.html [2018/02/21 23:50]
kurihara
middleware:httpd:index.html [2019/02/11 00:45] (current)
kurihara
Line 15: Line 15:
  
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
-$ fab  -H $H auth.pro  httpd.install_yum+$ fab  -H $H   httpd.install_yum
 </sxh> </sxh>
  
Line 23: Line 23:
 $ H=test-server-1,test-server-2 $ H=test-server-1,test-server-2
  
-$ fab  -H $H auth.pro  -- "ps aux |grep apahce"+$ fab  -H $H   -- "ps aux |grep apahce"
  
-$ fab  -H $H auth.pro  -- tree -Dpuga  /etc/httpd +$ fab  -H $H   -- tree -Dpuga  /etc/httpd 
-$ fab  -H $H auth.pro  -- tree -Dpuga  /etc/apache2+$ fab  -H $H   -- tree -Dpuga  /etc/apache2
 </sxh> </sxh>
  
Line 73: Line 73:
     '''tree -Dpuga  /etc/apache2  #ubuntu'''     '''tree -Dpuga  /etc/apache2  #ubuntu'''
     run("tree -Dpuga  /etc/apache2")     run("tree -Dpuga  /etc/apache2")
 +
 +#----------------------------------------------------------------------
 +# Check Configuration
 +#----------------------------------------------------------------------
 +#RHEL/CentOS
 +@task
 +def check_configuration_pkg():
 +    '''apachectl configtest'''
 +    run("apachectl configtest")
  
  
Line 115: Line 124:
   *[[middleware:httpd:conf001.html]]   *[[middleware:httpd:conf001.html]]
   *[[middleware:httpd:conf002.html]]   *[[middleware:httpd:conf002.html]]
 +
   *[[middleware:httpd:centos_httpd2.4.html]]   *[[middleware:httpd:centos_httpd2.4.html]]
   *[[middleware:httpd:ubuntu_httpd2.4.html]]   *[[middleware:httpd:ubuntu_httpd2.4.html]]


middleware/httpd/index.html.1519224600.txt.gz · Last modified: 2018/02/21 23:50 by kurihara