Sign inSign up

matthb/apache_php7_stack

By matthb

Updated over 10 years ago

apache2, php7.0.4 with composer, phpredis and xdebug extensions

Image
0

180

matthb/apache_php7_stack repository overview

ubuntu 16.04 PHP7.0.4 with phpredis and xdebug (no xdebug on cli) under apache2

this is mainly for my own use than anyone elses, but anyones obviously welcome to have a pop at it.

ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data
ENV APACHE_LOG_DIR /var/log/apache2
ENV APACHE_LOCK_DIR /var/lock/apache2
ENV APACHE_PID_FILE /var/run/apache2.pid

rebuild for php.ini put site source in a local folder www put ssl certs in local folder ssl

  • server.crt
  • server.key

document root of the server is /var/www/vhosts vhost data in local file apache-config.conf

Tag summary

Content type

Image

Digest

Size

203.5 MB

Last updated

over 10 years ago

docker pull matthb/apache_php7_stack