Re: [gbd-dev] Use of Gubed in ~home/public_html
Status: Beta
Brought to you by:
mccabe
From: Linus M. <Li...@mc...> - 2005-05-31 05:08:54
|
Hello! Thanks for the patch! I've had a quick look at the diffs and they look good, but I dont think Ill have time to test it before I leave tomorrow. In case I don't Ill test soon after I get back /Linus On Tuesday 31 May 2005 02.52, Aaron McDonald wrote: > Here is the multi-user mod that I promised. I was waiting to send it out > with some thoughts that I have concerning running Gubed securely but I'm > still sorting out a few things with that so here's just the mod for now. > > Apply the patch by running the following in the ServerScripts directory > (Gubed version 0.2 or CVS): > patch -p0 < GubedUserSpecificSettings.patch > > Here are the mod details. I decided not to enforce any user restrictions in > Gubed, as this is more appropriately handled at the PHP or server level. > > StartSession.php > - Added a "LocalSettings" input parameter > - Ensured that gbdURI always ends in a slash so that when a directory in a > user's webspace is submitted, the links to the potential files are valid > - Changed error message when $gbdTmp doesn't exist to actually print > $gbdTmp rather than {$gbdBase}{$GLOBALS['gbd']['Script']} since $gbdBase is > likely inaccurate at this point > - Prepopulated the gbdScript input box first with gbdURI if it is available > > GubedFunctions.php and GubedGlobals.php > - Changed to handle new "LocalSettings" parameter > > I've tested it between a single server and client and I was able to have > concurrent debug sessions on separate ports. Let me know if you encounter > any issues. > > Thanks, > Aaron McDonald |