just wondering if anyone can tell me what the default content of the default files in sites-available and sites-enabled in debian.

Thanks

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Look a2ensite, a2dissite man.

a2ensite is a script that enables the specified site (which contains a block) within the apache2 configuration. It does this by creating symlinks within /etc/apache2/sites-enabled. Likewise, a2dissite disables a site by removing those symlinks. It is not an error to enable a site which is already enabled, or to disable one which is already disabled.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.