Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSacs-00019p-4R for pgsql-novice@arkaria.postgresql.org; Mon, 29 Aug 2022 09:00:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oSacp-00010r-2M for pgsql-novice@arkaria.postgresql.org; Mon, 29 Aug 2022 09:00:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSaco-00010h-Gf for pgsql-novice@lists.postgresql.org; Mon, 29 Aug 2022 09:00:06 +0000 Received: from ssc010.abivia.net ([54.39.243.219]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSach-00029s-8R for pgsql-novice@lists.postgresql.org; Mon, 29 Aug 2022 09:00:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hallhome.us ; s=default; h=Content-Transfer-Encoding:Content-Type:Subject:From:To: MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=8y/4bVlK+b3r2WPLmLJDfrEvDt3GdbrGFkNLW34Wimc=; b=HvSAMlgVQF4JWhdG3A7KtjWhHm bSQzD3VuKQ3Vr0a3Rwf67tGZnc2v5B7c2vNbt4SHQaS60YlgM35kjlln50wgAcqRicTjlVfOgUKIb xb/F/+BXSjUCim+va9LGjzhwGG3xedH20EMjGMnJPluXl8HuqFz3guuM5VnHURf+YLp6bwCHAAjaR NJMS+mIbVXqEguRh0s/cN3cLjMrGlLCWsECLdu8z0IARu7PHhyi+Oegef+/CtEG9UslhY1+gI2vWH kPnOkiH4lkyG2rwVkASNzjNL4EpTQk4BPZWniOmQz0yrS5aSQrSlG3V/o5kdePlsWUKbyd59VvT5o e8zpULTA==; Received: from 67-61-67-61-113-220.cpe.sparklight.net ([67.61.113.220]:49298 helo=[192.168.50.100]) by ssc010.abivia.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oSace-0005tK-TC for pgsql-novice@lists.postgresql.org; Mon, 29 Aug 2022 04:59:56 -0400 Message-ID: Date: Mon, 29 Aug 2022 03:59:54 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 To: pgsql-novice@lists.postgresql.org Content-Language: en-US From: Bear Subject: Need help getting pgadmin going as portable apache app. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ssc010.abivia.net X-AntiAbuse: Original Domain - lists.postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hallhome.us X-Get-Message-Sender-Via: ssc010.abivia.net: authenticated_id: programming@hallhome.us X-Authenticated-Sender: ssc010.abivia.net: programming@hallhome.us X-Source: X-Source-Args: X-Source-Dir: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, we have a FOSS project ( http://github.com/Bearsampp/Bearsampp ) that is a portable WAMP stack.  We are looking to replace phppgadmin with pgadmin. Because we are a portable stack we can't ask the user to install anything on their computer.  So we're looking to use server mode and have it run under apache.  The only binaries I see are installers. How can we use pgadmin in a portable way? Bear