Skip to content

labboy0276/docker-php-5.0-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for php 5.0 legacy projects

This docker image is intended to work as a replacement for old legacy projects, running on old server. The features are

  • Based on Ubuntu 12.04
  • Apache MPM Prefork
  • PHP 5.0.4 as apache mod
  • Zend Optimizer

NOTE: To enable mailing, you need to configure ssmtp. This can be done by adding a file ADD ssmtp.conf /etc/ssmtp/ containing a config like this

# See https://linux.die.net/man/5/ssmtp.conf
Mailhub=<Server>
AuthUser=<User>
AuthPass=<Pass>
Hostname=<Senders Host>
FromLineOverride=YES
UseTLS=YES
UseSTARTTLS=YES

Forked and edited from the kuborgh/php-5.2 docker image.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published