Skip to content

Commit

Permalink
vendor the apache conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Belo committed Jan 23, 2012
1 parent 3279061 commit e598629
Show file tree
Hide file tree
Showing 2 changed files with 415 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ mv $CACHE_DIR/www .
echo -n "-----> Bundling Apache..."
APACHE_URL="https://s3.amazonaws.com/php-lp/apache.tar.gz"
curl --silent --max-time 60 --location $APACHE_URL | tar xz
cp $LP_DIR/conf/httpd.conf apache/conf
APACHE_VERSION=`cat apache/VERSION`
echo " done, v$APACHE_VERSION"

Expand Down
Loading

0 comments on commit e598629

Please sign in to comment.