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}. |
| 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}. |
| 43 | * Apache may also warn: |
| 44 | {{{ |
| 45 | AH00526: Syntax error on line 9 of /etc/apache2/mods-enabled/php5.conf: |
| 46 | Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration |
| 47 | }}} |
| 48 | This seems to be due to the order in which Apache and PHP is ugpraded. You can ignore it. |