Project

General

Profile

« Previous | Next » 

Revision 1970

main Makefile: PostgreSQL: Edit /etc/phppgadmin/apache.conf to replace "deny from all" with "allow from all", instead of uncommenting an "allow from all" that may not be there

View differences:

Makefile
113 113

  
114 114
##### PostgreSQL
115 115

  
116
editPhppgadminApacheConf = echo $$'1\n,s/\# \(allow from all\)/\1/\nwq'|\
116
editPhppgadminApacheConf = echo $$'1\n,s/deny from all/allow from all/\nwq'|\
117 117
sudo ed --loose-exit-status --verbose /etc/phppgadmin/apache.conf
118 118

  
119 119
apacheConf := /etc/apache2/apache2.conf

Also available in: Unified diff