Skip to content

This image contains Debian's Apache httpd in conjunction with PHP (as mod_php) and uses mpm_prefork by default.

Notifications You must be signed in to change notification settings

lghbeta/php-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This image contains Debian's Apache httpd in conjunction with PHP (as mod_php) and uses mpm_prefork by default.

The following modules have been added

  • msodbcsql, unixodbc
  • oracle instant client
  • extra fonts
  • wkhtmltox
  • php extensions (sqlsrv, oci8, pgsql, mysqli...)

CipherString = DEFAULT@SECLEVEL=1 has been set in /etc/ssl/openssl.cnf, for compatible with MSSQL 2014 and lower versions

Copy default configuration files from container

docker run -d --rm --name test aniven/php:7.3-apache \
&& mkdir apache php \
&& docker cp -a test:/etc/apache2 ./apache/conf \
&& docker cp -a test:/usr/local/etc/php ./php/conf \
&& docker stop test

About

This image contains Debian's Apache httpd in conjunction with PHP (as mod_php) and uses mpm_prefork by default.

Resources

Stars

Watchers

Forks

Packages

No packages published