Giter VIP home page Giter VIP logo

docker-apache-php's People

Contributors

bioshazard avatar febbraro avatar grayside avatar gskyle avatar jhedstrom avatar kripplek avatar smerrill avatar tekante avatar ztidwell avatar

Watchers

 avatar  avatar  avatar

docker-apache-php's Issues

Output PHP errors on stdout for docker logs

We previously had PHP error output funneled to stdout, in the transition to github we seem to have lost this. This should be applied to all PHP versions.

In Dockerfile:

    ln -sfv /dev/stderr /var/opt/remi/php70/log/php-fpm/error.log

Note that as a way to simplify the process of supporting this, we could generalize this snippet and place it in docker-apache-php-base if we also added a symlink such as /opt/php -> /var/opt/remi/php70 for each PHP version in this repo.

Branches to Folders repo conversion

Right now, different versions of PHP are managed in different branches. This makes it difficult to have one PR for a single change to all versions of PHP. Much like what we did with docker-build, lets make each php version as a subfolder.

Route Drupal syslog entries to stdout

In docker, logs are picked up from stdout. This is how commands such as docker logs are able to present log activity. We have already got Apache and PHP error logs, but we do not have logs properly routed for applications with their own syslog facility.

Rather than use a technique such as https://www.drupal.org/project/log_stdout, let's configure the container to split off Drupal logs into a dedicated file descriptor, whether that's a standard /var/log location or explicitly stdout.

If it is a /var/log/drupal, we already know how to use symlink magic to reroute that to stdout, check out the Dockerfile.

Redis.ini file misplaced for php 72

The 90-redis.ini file is being copied into /php72/root/etc/opt/remi/php71/php.d instead of /php72/root/etc/opt/remi/php72/php.d, causing redis to be unavailable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.