Changes between Version 25 and Version 26 of sysadminiptables


Ignore:
Timestamp:
Jun 24, 2009, 11:37:12 AM (14 years ago)
Author:
risard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysadminiptables

    v25 v26  
    318318{{{
    319319    sudo vim /etc/postgresql/8.3/main/postgresql.conf
     320#change
     321
    320322    #listen_addresses = ‘localhost’
    321323#to     
     324
    322325    listen_addresses = ‘<ip address of oils server>’
    323326
     327#edit pg_hba.conf to reflect file snippet at and of section
     328
    324329    sudo vim /etc/postgresql/8.3/main/pg_hba.conf
    325 #edit pg_hba.conf to reflect file snippet at and of section
    326330
    327331#restart
     332
    328333    su postgres
    329334    pg_ctl restart -D /data/postgresql/8.3/main -l /<path_to_log_file>/<my_logfile>