Changes between Version 18 and Version 19 of UsersWikiPostGIS21UbuntuPGSQL93Apt


Ignore:
Timestamp:
Jun 21, 2015, 1:13:43 PM (9 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPostGIS21UbuntuPGSQL93Apt

    v18 v19  
    7777
    7878Find out where core files are located.
    79 ou may need to edit to pg_hba.conf and/or pg_ident.conf to allow external access
     79You may need to edit to pg_hba.conf and/or pg_ident.conf to allow external access - for example if you need external access, may add a line
     80like this to allow all with md5 password encrypt authentication (right after the local rules)
     81
     82{{{
     83host    all             all             0.0.0.0/0               md5
     84}}}
     85
    8086 
    8187{{{