- 23 Oct, 2018 1 commit
-
-
Leigh Stoller authored
when CRLS are enabled. This used to be the default but is now an option we need to turn on.
-
- 16 May, 2018 3 commits
-
-
Leigh Stoller authored
-
Leigh Stoller authored
-
Leigh Stoller authored
specify a CRL file. Hmm ...
-
- 15 May, 2018 4 commits
-
-
Mike Hibler authored
This one may be needed in other configs as well, but I am only going to do it for this one.
-
Leigh Stoller authored
-
Leigh Stoller authored
-
Mike Hibler authored
-
- 14 May, 2018 1 commit
-
-
Mike Hibler authored
Currently these are just copies of the 2.2 file, but I am anticipating changes.
-
- 12 Jul, 2017 1 commit
-
-
Leigh Stoller authored
* Fix the logging that had been messed up for while; the logfile object was not defined in the children, needed a little reorg. * Add changes needed for SecureImageDownload(), which is a little messier with fcgid since we have to stream the image back to apache which means we need to reconnect the fcgid handler. * Add the CH module, seems to work fine. * Wrap the calls to cluster-wrapper.pl so that we can set an ENV variable indicating which module is being served, and then put this in the proc title; its very annoying that perl (sometime?) messes the with the proc title without permission from me, so I don't know what each server is serving since the command line options are gone. * Some tweaks to the apache config file. Note hat this is not running live yet, still just in my devel tree.
-
- 29 Jun, 2017 1 commit
-
-
Leigh Stoller authored
-
- 18 Apr, 2017 1 commit
-
-
Leigh Stoller authored
-
- 20 Jul, 2016 1 commit
-
-
Leigh Stoller authored
-
- 08 Dec, 2015 1 commit
-
-
Leigh Stoller authored
-
- 07 Dec, 2015 2 commits
-
-
Leigh Stoller authored
-
Leigh Stoller authored
split into two separate apache servers, one for the web interface and another for all the geni RPC ports. Shot in the dark, we are out of ideas.
-
- 01 Dec, 2015 1 commit
-
-
Leigh Stoller authored
-
- 13 May, 2015 1 commit
-
-
Leigh Stoller authored
-
- 07 Jan, 2015 1 commit
-
-
Leigh Stoller authored
-
- 11 Nov, 2014 1 commit
-
-
Leigh Stoller authored
-
- 02 Sep, 2014 1 commit
-
-
Leigh Stoller authored
error in FreeBSD 10.
-
- 20 Jun, 2014 1 commit
-
-
Gary Wong authored
-
- 27 May, 2014 1 commit
-
-
Gary Wong authored
-
- 22 May, 2014 1 commit
-
-
Gary Wong authored
The pieces are: * A monitoring daemon (clientside/protogeni/shared-node-monitor), which runs in each Xen shared node dom0, and gathers node and interface statistics. It communicates these over the event system with... * A listening daemon (event/monitoring/shared-node-listener), running on the local boss node, and inserts everything it hears into the MySQL database "monitoring". This database is also used by... * A site-wide monitoring daemon (protogeni/scripts/mondbd), periodically polling the normal testbed database (nodes and interfaces tables) and copying snapshots of the important pieces into the monitoring database. * The monitoring database is also read by a WWW front end invoked as a WSGI process by Apache. This front end is developed by the GPO and modified to work with ProtoGENI, and is maintained in an independent repository.
-
- 07 Mar, 2014 1 commit
-
-
Leigh Stoller authored
-
- 16 Dec, 2013 1 commit
-
-
Leigh Stoller authored
-
- 08 Nov, 2013 1 commit
-
-
Gary Wong authored
-
- 07 Nov, 2013 1 commit
-
-
Mike Hibler authored
-
- 26 Dec, 2012 1 commit
-
-
Mike Hibler authored
-
- 14 Nov, 2012 1 commit
-
-
Leigh Stoller authored
installed in /usr/testbed/cgi. Also the Directory definition.
-
- 24 Sep, 2012 1 commit
-
-
Eric Eide authored
This commit is intended to makes the license status of Emulab and ProtoGENI source files more clear. It replaces license symbols like "EMULAB-COPYRIGHT" and "GENIPUBLIC-COPYRIGHT" with {{{ }}}-delimited blocks that contain actual license statements. This change was driven by the fact that today, most people acquire and track Emulab and ProtoGENI sources via git. Before the Emulab source code was kept in git, the Flux Research Group at the University of Utah would roll distributions by making tar files. As part of that process, the Flux Group would replace the license symbols in the source files with actual license statements. When the Flux Group moved to git, people outside of the group started to see the source files with the "unexpanded" symbols. This meant that people acquired source files without actual license statements in them. All the relevant files had Utah *copyright* statements in them, but without the expanded *license* statements, the licensing status of the source files was unclear. This commit is intended to clear up that confusion. Most Utah-copyrighted files in the Emulab source tree are distributed under the terms of the Affero GNU General Public License, version 3 (AGPLv3). Most Utah-copyrighted files related to ProtoGENI are distributed under the terms of the GENI Public License, which is a BSD-like open-source license. Some Utah-copyrighted files in the Emulab source tree are distributed under the terms of the GNU Lesser General Public License, version 2.1 (LGPL).
-
- 16 Feb, 2012 1 commit
-
-
Leigh Stoller authored
-
- 30 Jan, 2012 1 commit
-
-
Leigh Stoller authored
-
- 09 Jan, 2012 1 commit
-
-
Leigh Stoller authored
-
- 06 Jan, 2012 1 commit
-
-
Leigh Stoller authored
different versions into v1/v2 subdirs, since I did not like the naming. Add new version of the ops httpd.conf file, again taken from Dave's linux-port branch, and then whacked on. Add utah versions of the boss/ops config files and a utah target. These will probably get removed later when we switch over, but I do not want to lose the work I did to merge in the local hacks.
-
- 05 Oct, 2011 2 commits
-
-
Leigh Stoller authored
-
Leigh Stoller authored
running on a different port. This will solve the problem with ssl renegotiation since at some point, we can turn that off (remove the protogeni stuff) from the main https virtual server. This one runs on a different port, and can in fact be a distinct IP addresse, but that is not really necessary.
-
- 30 Sep, 2011 1 commit
-
-
Leigh Stoller authored
* The httpd.conf file I started with came from Dave's linux-port branch, and subsequently whacked for FreeBSD installation. Sorry for not using git to bring the base version in. * Configure changes to determine what version of apache is installed, and modify behaviour in makefiles accordingly. * Along with Apache 2.2 comes the latest version of PHP5, and that requires a bogus timezone directive in php.ini to prevent endless warnings. So I moved the entire php,ini install from ops/boss-install to here. Note that I had to use the 8.2 ports tree to build this stuff, and it the usual headache cause options and directives have changed.
-
- 22 Sep, 2010 1 commit
-
-
Mike Hibler authored
Mostly this means a new package set emulab-*-3.1 and some corresponding tweaks to the install scripts and elabinelab scripts. PLEASE NOTE: a 7.3 install uses PHP5, Perl 5.10.1 and Python 2.6.
-
- 19 Aug, 2010 1 commit
-
-
Mike Hibler authored
-