Archive for November 1st, 2007
Thursday, November 1st, 2007
Started test for single codebase use
created /etc/htttpd/conf/vhosts.d/neumoodle.conf
added Include /etc/httpd/conf/vhosts.d/* to httpd.conf
mkdir neubase neubasedata
mkdir neusat1 neusat1data
chown root:apache neubase
chmod 775 neusat*data
unpack moodle 1.5 code in neubase
in neusatx: ln -s /usr/local/moodle/neubase/* .
chmod 775 neusat* (to allow installer to write config.php)
added entries to vhosts.d/neumoodle.conf and httpd reload
Add Options SymLinksIfOwnerMatch to neusatx dirs
created databases with ...
Posted in BrnDmp | 1 Comment »
Thursday, November 1st, 2007
Ldap php script to synchronise users and groups with Moodle <> LDAP, returned error when trying to retrieve a group with a hyphen (-) in the syntax. Try to find out if the hyphen causes the problem: yep, when hyphen was removed from LDAP (actually AD), error was gone. Nice!
Posted in BrnDmp | No Comments »
Thursday, November 1st, 2007
Yesterday on the couch I had an idea about a concept for Moodle replication based on one codebase.
1. Setup infrastructure and link to codebase
One dir with the codebase, the basemoodle
Satellites symlink to basemoodle but have their own datadir and config.php
Setup database for satellite
Add entry for satellite moodle in vhosts.conf
restart Apache
2. ...
Posted in BrnDmp | No Comments »