https://github.com/proudcommerce/docker-php73-apache-stretch
Docker image with Apache PHP 7.3 / mod_pagespeed / composer / ioncube on Debian Stretch
https://github.com/proudcommerce/docker-php73-apache-stretch
Last synced: 2 months ago
JSON representation
Docker image with Apache PHP 7.3 / mod_pagespeed / composer / ioncube on Debian Stretch
- Host: GitHub
- URL: https://github.com/proudcommerce/docker-php73-apache-stretch
- Owner: proudcommerce
- Created: 2019-03-12T10:48:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T10:49:16.000Z (about 6 years ago)
- Last Synced: 2025-01-31T08:33:04.365Z (4 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-php73-apache-stretch
Docker image with Apache PHP 7.3 / 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.