Le 08/01/2013 20:41, Marc G. Fournier a écrit :
One of the things that I've tried to do is separate services across multiple VPSs … from reading the local.inc file, it sounds like this should be doable.So, I have: pgfoundry.org (main web site) db1.pgfoundry.org (database server) shell.pgfoundry.org (shell accounts, also where *.projects.pgfoundry.org points to) cvs.pgfoundry.org (/cvsroot) now, db1 is fine, shell seems to work okay, but cvs doesn't seem to work, so either splitting that up like that doesn't work, or I do have something setup wrong … For example, if you go to http://pgfoundry.org/scm/?group_id=1000140, 'Browse CVS Repository' doesn't point to http://cvs.pgfoundry.org/.. but it points to the main web site: http://pgfoundry.org/scm/viewvc.php/?root=npgsql which of course generates an error, since /cvsroot doesn't exist on that machine: "The repository for this project isn't created yet. It will be created in the next few minutes." According to local.inc: // Machine that hosts SCM $sys_scm_host = 'cvs.pgfoundry.org'; $sys_cvs_host=$sys_scm_host;
Does scmbox column has the right value ? You can set whatever you want in local.inc. If your old data are not updated, you will still point to old configuration value.
Update scmbox to the '$sys_scm_host' value and it should be ok.
So it at least gives the impression that it can be on a different machine … ? Again, I'm running 4.8.3 here, so if this is something fixed later on, no panic, but is anyone out there actually running things across multiple machines … ?
Yes I do. But you need more than just configure multiples machines. You need to hack a lot of cronjob or create a lot of network shares.
Franck -- TrivialDev Founder http://trivialdev.com
<<attachment: franck_villaume.vcf>>
_______________________________________________ Fusionforge-general mailing list [email protected] http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general
