Changes between Version 25 and Version 26 of sysadminiptables
- Timestamp:
- Jun 24, 2009, 11:37:12 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sysadminiptables
v25 v26 318 318 {{{ 319 319 sudo vim /etc/postgresql/8.3/main/postgresql.conf 320 #change 321 320 322 #listen_addresses = ‘localhost’ 321 323 #to 324 322 325 listen_addresses = ‘<ip address of oils server>’ 323 326 327 #edit pg_hba.conf to reflect file snippet at and of section 328 324 329 sudo vim /etc/postgresql/8.3/main/pg_hba.conf 325 #edit pg_hba.conf to reflect file snippet at and of section326 330 327 331 #restart 332 328 333 su postgres 329 334 pg_ctl restart -D /data/postgresql/8.3/main -l /<path_to_log_file>/<my_logfile>