Keywords: LAPP/MAPP/WAPP - Linux - Technical issue - Other
Description:
Hello, I installed lappstack-7.1.26-0 in ubuntu.
In postgresql.conf I add:
listen_addresses = '*'
In pg_hba.conf I add:
host all all 192.168.0.11 255.255.255.0 password
but in a win8 on the same wifi network cant access to postgres database with pgadmin or apache2/htdocs with firefox.
In pgadmin say:
Unable to connect to server:
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
What am I doing wrong?
Thanks and sorry for my english
Pablo