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;

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 
… ?



_______________________________________________
Fusionforge-general mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general

Reply via email to