| 37 | | Please add more as we discover them: |
| 38 | | |
| | 37 | * Apache has changed from reading /etc/apache2/conf.d to reading /etc/apache2/conf-enabled (which should contain symlinks to /etc/apache2/conf-available). Apache may warn: |
| | 38 | {{{ |
| | 39 | Directory /etc/apache2/conf.d is not empty - leaving as is |
| | 40 | Please note, that directory is considered obsolete and not read anymore by default |
| | 41 | }}} |
| | 42 | Do a directory listing of /etc/apache2/conf.d. If the only files you see are phpmyadmin and maxclients.conf, you can safely: `rm -rf /etc/apache2/conf.d`. If you see other files, check to see if they have been properly added to /etc/apache2/conf-{available,enabled}. |