Sign inSign up

nfqlt/apache24

By nfqlt

Updated about 13 hours ago

Image
0

50K+

nfqlt/apache24 repository overview

NOTE: This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images. Other use scenarios might work but are not tested yet.

About apache24

This image contains the latest apache release of version 2.4 and will contain latest bugfix versions

supported env vars

example: docker run -it --rm -e NFQ_ENABLE_APACHE_MODULES='rewrite' [this_image]

APACHE_DOCUMENTROOT (optional)

Sets apache document root to specified path. You don't need to change that for projects following standard structure.

default value: /home/project/src/www/web

SITES_ENABLED_ROOT (optional)

Location where sites-enabled configuration is stored, full path

default value: sites-enabled Note: translates to /etc/apache2/sites-enabled

APACHE_RUN_DIR (optional)

default value: /var/run/apache2

NFQ_FCGI_IDLE_TIMEOUT (optional)

Communication timeout in seconds with remote fastcgi process (eg. php-fpm). You'll need to increase this timeout for long running jobs executed via webserver.

default value: 30

NFQ_ENABLE_APACHE_MODULES (optional)

Provide space separated lists of modules in a single quoted string

default value: [empty]

list of available modules (enabled by default shown in bold)
  • access_compat
  • actions
  • alias
  • allowmethods
  • asis
  • auth_basic
  • auth_digest
  • auth_form
  • authn_anon
  • authn_core
  • authn_dbd
  • authn_dbm
  • authn_file
  • authn_socache
  • authnz_fcgi
  • authnz_ldap
  • authz_core
  • authz_dbd
  • authz_dbm
  • authz_groupfile
  • authz_host
  • authz_owner
  • authz_user
  • autoindex
  • brotli
  • buffer
  • cache
  • cache_disk
  • cache_socache
  • cern_meta
  • cgi
  • cgid
  • charset_lite
  • data
  • dav
  • dav_fs
  • dav_lock
  • dbd
  • deflate
  • dialup
  • dir
  • dump_io
  • echo
  • env
  • expires
  • ext_filter
  • fcgid
  • file_cache
  • filter
  • headers
  • heartbeat
  • heartmonitor
  • http2
  • ident
  • imagemap
  • include
  • info
  • lbmethod_bybusyness
  • lbmethod_byrequests
  • lbmethod_bytraffic
  • lbmethod_heartbeat
  • ldap
  • log_debug
  • log_forensic
  • lua
  • macro
  • md
  • mime
  • mime_magic
  • mpm_event
  • mpm_prefork
  • mpm_worker
  • negotiation
  • proxy
  • proxy_ajp
  • proxy_balancer
  • proxy_connect
  • proxy_express
  • proxy_fcgi
  • proxy_fdpass
  • proxy_ftp
  • proxy_hcheck
  • proxy_html
  • proxy_http
  • proxy_http2
  • proxy_scgi
  • proxy_uwsgi
  • proxy_wstunnel
  • ratelimit
  • reflector
  • remoteip
  • reqtimeout
  • request
  • rewrite
  • sed
  • session
  • session_cookie
  • session_crypto
  • session_dbd
  • setenvif
  • slotmem_plain
  • slotmem_shm
  • socache_dbm
  • socache_memcache
  • socache_redis
  • socache_shmcb
  • speling
  • ssl
  • status
  • substitute
  • suexec
  • unique_id
  • userdir
  • usertrack
  • vhost_alias
  • xml2enc

Tag summary

Content type

Image

Digest

sha256:3715f6fbc

Size

187.9 MB

Last updated

about 13 hours ago

docker pull nfqlt/apache24