https://github.com/proudcommerce/docker-php72-apache-stretch
Docker image with Apache PHP 7.2 / mod_pagespeed / composer / ioncube on Debian Stretch
https://github.com/proudcommerce/docker-php72-apache-stretch
Last synced: about 2 months ago
JSON representation
Docker image with Apache PHP 7.2 / mod_pagespeed / composer / ioncube on Debian Stretch
- Host: GitHub
- URL: https://github.com/proudcommerce/docker-php72-apache-stretch
- Owner: proudcommerce
- Created: 2019-03-08T10:08:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T10:46:03.000Z (about 6 years ago)
- Last Synced: 2025-03-26T07:09:35.801Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-php72-apache-stretch
Docker image with Apache PHP 7.2 / mod_pagespeed / composer / ioncube on Debian Stretch## ENV variables
`ServerAdmin ${PS_APACHE_SERVERADMIN}``DocumentRoot ${PS_APACHE_DOCROOT}`
`ErrorLog ${APACHE_LOG_DIR}/error.log`
`CustomLog ${APACHE_LOG_DIR}/access.log combined`
## Notice
mod_pagespeed is globally off, enable in vhost or htaccess.