pgpoolAdmin, web interface for pgpool

--preparation--
next capter of pgpool from my last post ( here), now i wanna post about a tool that can manage pgpool from web interface called pgpoolAdmin. next... enjoy the post... ^_^

--1--
first we need to download pgpooladmin from here, extrak and copy or move to http directory( for exp : /var/www) 
$wget http://pgfoundry.org/frs/download.php/2964/pgpoolAdmin-3.0.3.tar.gz
$tar zxvf pgpoolAdmin-3.0.3.tar.gz
$sudo cp -Rf pgpoolAdmin-3.0.3 /var/www/test

 --2--
install pgpooladmin via web on: http://localhost/test/install


make sure owner of that file is "www-data"(of course have write akses) and check again




login with user that you create on /etc/pcp.conf (for more detail see my last post




and done.ya.. tooo.......!!!
 ^_^

Previous
Next Post »

2 comments

Click here for comments
September 14, 2016 at 4:29 AM ×

Hi,
Below is my test environment.
2 DB servers: 9.4 postgres
1 PgPool and PgpoolAdmin server:
pgpool - version 3.5.4 (ekieboshi)
pgpoolAdmin – 3.5.3
php – PHP 5.6.25-2+deb.sury.org~xenial+1 (cli)

While setting up pgpoolAdmin I am getting error “/var/www/html/pgpoolAdmin-3.5.3/conf/pgmgt.conf.php write denied”, I gave full access(755) to apache user for pgmgt.conf.php file but still having same issue.

Any idea what I am missing here?

Reply
avatar
Sakti-sama
admin
July 26, 2017 at 11:00 AM ×

check your selinux configuration, and try to give 777 to the file

Reply
avatar

comment please ... ConversionConversion EmoticonEmoticon

Thanks for your comment