Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Disable apache2 after installing it because it takes over port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Aug 12, 2011
1 parent 66e4258 commit 50d169d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/vcap_setup
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ if [[ $DEA == true || $ALL == true ]]; then
if [[ $PLATFORM == 'Linux' ]]; then
apt-get install -qqy libpcre3 libpcre3-dev apache2 php5 php5-mysql php5-dev php-pear php5-gd libapr1 libaprutil1 php5-common php5-curl php5-mcrypt php5-imagick php5-xmlrpc zend-framework php5-imap

/etc/init.d/apache2 stop
update-rc.d -f apache2 remove

pear channel-discover pear.phpunit.de
pear channel-discover pear.symfony-project.com
pear channel-discover components.ez.no
Expand Down

0 comments on commit 50d169d

Please sign in to comment.