> To ease the transition to apache 2.4, could you have a script that > automatically copies files in /etc/apache2/conf.d to > /etc/apache2/conf-available?
I advise caution if this is implemented, because it might break unrelated software. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718318 is an exemple of someone who, I believe, moved its conf.d/javascript-common into conf-available/javascript-common.conf The consequence is that the package can't be upgraded anymore (a2enconf fails): That file was a link, now broken, that is not overridden on upgrade. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

