Le Lundi 25 Juillet 2005 19:41, Marc Dequènes a écrit : > Romain, i still wonder about your changes for apache.conf, could you > explain me what was wrong in your point of view ?
I just made some corection about my changes today, the mail is on the BTS: " > At installation, the choice of Web servers to configure is not clear. > "both-apache" seems to make sense (apache and apache-ssl), but I don't > see how "both-apache2" does. Ok, those choices were for apache SSL + apache or apache SSL + apache2. But, in fact, the multichoice allready allowed to check more than one box, so I removed the both and none options: if one wants multiples apache config, he just have to check to corresponding boxes ;);) " Then, you should have a look at the last package for my rep at http://www.cti.ecp.fr/~beauxir5/debian because I have changed the file location from your package: " > After installation, there's a /usr/share/mediawiki/LocalSettings.php > symlink that points to a non-existing /etc/mediawiki/LocalSettings.php > After configuration, /var/lib/mediawiki/config/LocalSettings.php is > created *666*, and contains DB password(s). > MediaWiki instructs : > "Success! Move the config/LocalSettings.php file into the parent > directory, then follow this link <http://localhost/mediawiki/index.php> > to your wiki." > It was not trivial for me to figure out that this referred to > /var/lib/mediawiki/config/LocalSettings.php Well... This point was not trivial to solve also.. The way I did was to all symlink into /var/lib/mediawiki, and to change the displayed messages at config time.. You should try it your self to see if you like it this way. " Romain