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')

Project Versions

Previous topic

fabtools

Next topic

fabtools.cron

This Page