Project

General

Profile

« Previous | Next » 

Revision 13360

/Makefile: apache-Linux: updated for Ubuntu 14.04, which includes Apache 2.4 in the distribution

View differences:

Makefile
52 52
##### Apache
53 53

  
54 54
apache-Linux: _always
55
	# Apache 2.4
56
	-sudo apt-get --yes install python-software-properties
57
	-sudo apt-add-repository ppa:ptn107/apache
58
	-sudo apt-add-repository ppa:nathan-renniewaldock/apache2.4-php
59
	-sudo apt-get update
55
	# Apache 2.4, which comes with Ubuntu 14.04
60 56
	-sudo apt-get --yes install apache2
61
	-sudo apt-get --yes purge libapache2-mod-php5
62
	-sudo apt-get --yes install libapache2-mod-php5
57
	#-sudo apt-get --yes install libapache2-mod-php5
63 58

  
64 59
apache-Darwin: _always ;
65 60

  

Also available in: Unified diff