On 05/16/12 20:25, Jeremy Lavergne wrote: >> I am not familiar with a2enmod. > > It basically does the business of symlinking modules from mods-available/ to > mods-enabled/.
a2enmod/a2dismod and a2ensite/a2dissite is a wrapper tool written for the Debian GNU/Linux package of the Apache HTTP Server. Modules are being managed by managing symlinks in /etc/apache2/mods-enabled pointing to files in /etc/apache2/mods-available, which contain the required LoadModule statements in *.load and configuration options like SetHandler in *.conf. Likewise for sites, which is for managing files with <VirtualHost> directives. As these are not in the upstream release, this is not contained in the MacPorts port as of now. Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
