a2chkconfig(8)

A2CHKCONFIG(8) a2chkconfig A2CHKCONFIG(8)

NAME

a2chkconfig is an utility for apache2 autostart modification.

SYNOPSIS

a2chkconfig

SUMMARY

a2chkconfig reads configuration files from conf/*-start.d/* and creates or removes symbolic links in corresponding /etc/httpd2/conf/*-enabled.

Syntax of configuration files in directories conf/*-start.d:

NAME={yes,no}

where NAME is a filename in corresponding conf/*-available.

EXAMPLE

If you want to disable mod_alias you have to edit file /etc/httpd2/conf/mods-start.d/000-default.conf and change parameter alias to "no". You can see that symbolic link "alias.load" removed from directory /etc/httpd2/conf/mods-enabled.d

BUGS

Configuration files in conf/*-start.d/* must have new line at the end of file.

AUTHOR

Written by Andrew Avramenko with help of Aleksey Avdeev.

COPYRIGHT

Copyright © 2007. ALT Linux TEAM.

This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

a2enmod(8) a2dismod(8) a2enextra(8) a2disextra(8) a2ensite(8) a2dissite(8) apachectl(8)

2007-04-06 Apache HTTP Server