Skip to content

Commit

Permalink
forking the boot process
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Belo committed Jan 23, 2012
1 parent ad17a75 commit e2e369e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ echo " done. v$PHP_VERSION"

cat >>boot.sh <<EOF
sed -i 's/Listen 80/Listen '\$PORT'/' /app/apache/conf/httpd.conf
export LD_LIBRARY_PATH=/app/php/ext
echo "Launching apache"
LD_LIBRARY_PATH=/app/php/ext ./apache/bin/httpd -X
exec /app/apache/bin/httpd -X
EOF

chmod +x boot.sh

0 comments on commit e2e369e

Please sign in to comment.