Revision 13791
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/Makefile | ||
---|---|---|
211 | 211 |
-sudo ln -s ../conf.d/phppgadmin /etc/apache2/conf-available/phppgadmin.conf |
212 | 212 |
sudo a2enconf phppgadmin |
213 | 213 |
$(editApacheConfForPhppgadmin) |
214 |
$(if $(nonApacheOnPort80),$(editApachePortsConf)) |
|
215 | 214 |
-sudo apache2ctl restart |
216 | 215 |
|
217 | 216 |
postgres-Linux: _always |
Also available in: Unified diff
bugfix: /Makefile: phppgadmin-Linux: don't change the Apache port if something "else" is running on port 80, because this feature was only needed when tomcat was running on that port, but is now buggy