just wondering if anyone can tell me what the default content of the default files in sites-available and sites-enabled in debian.
Thanks
|
just wondering if anyone can tell me what the default content of the default files in sites-available and sites-enabled in debian. Thanks
| |||
|
feedback
|
|
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. | |||
|
feedback
|