From 353c2b721a7558c3d2f1ca0db4c0d5bb4c033b22 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 27 Oct 2006 20:26:49 +0000 Subject: [PATCH] - change default PLC_DB_NAME to planetlab4 - dropped old plc_api from website code, new plc_api PHP bindings can now do SSL properly - drop plcapilib - add PLCAPI package --- plc_config.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/plc_config.xml b/plc_config.xml index 3863d99..9e03e23 100644 --- a/plc_config.xml +++ b/plc_config.xml @@ -6,7 +6,7 @@ Default PLC configuration file Mark Huang Copyright (C) 2006 The Trustees of Princeton University -$Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $ +$Id: plc_config.xml,v 1.15 2006/07/10 21:04:17 mlhuang Exp $ --> @@ -290,7 +290,7 @@ $Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $ Database Name - planetlab3 + planetlab4 The name of the database to access. @@ -346,13 +346,9 @@ $Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $ Port - 80 + 443 The TCP port number through which the API - should be accessed. Warning: SSL (port 443) access is not - fully supported by the website code yet. We recommend that - port 80 be used for now and that the API server either run - on the same machine as the web server, or that they both be - on a secure wired network. + should be accessed. @@ -634,9 +630,6 @@ $Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $ python - - plcapilib - postgresql postgresql-server @@ -660,6 +653,7 @@ $Id: plc_config.xml,v 1.14 2006/06/23 20:31:09 mlhuang Exp $ mod_python + PLCAPI PyXML PlanetLabAuth -- 2.43.0