Thread: Server access thru webmin
Hi, I had to reinstall PostgreSQL 7.3 on my RH 8.0 server. Since I admin the server with Webmin, everything went smoothly. Until I wanted pgAdminII to connect to the server...no access. Now I find in Webmin|module-config the line "PostgreSQL host to connect to:" set to localhost, while I have defined 3 hosts that are allowed to connect. Changing localhost into an IP-address, doesn't work. Help greatly appreciated. Huub
Check your pg_hba.conf to make sure your allowing connections from localhost. Also you may need to modify postgresql.conf to allow tcp/ip socket connections as well. Robert Treat On Fri, 2003-01-31 at 09:42, Huub wrote: > Hi, > > I had to reinstall PostgreSQL 7.3 on my RH 8.0 server. Since I admin the > server with Webmin, everything went smoothly. Until I wanted pgAdminII > to connect to the server...no access. Now I find in Webmin|module-config > the line "PostgreSQL host to connect to:" set to localhost, while I have > defined 3 hosts that are allowed to connect. Changing localhost into an > IP-address, doesn't work. > Help greatly appreciated. > > Huub > > > ---------------------------(end of broadcast)--------------------------- > TIP 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/users-lounge/docs/faq.html