fabtools.apache

fabtools.apache.enable(config)[source]

Create link from /etc/apache2/sites-available/ in /etc/apache2/sites-enabled/

(does not reload apache config)

from fabtools import require

require.apache.enable('default')
fabtools.apache.disable(config)[source]

Delete link in /etc/apache/sites-enabled/

(does not reload apache config)

from fabtools import require

require.apache.disable('default')
Read the Docs v: 0.16.0
Versions
latest
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.