Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jul 28, 2017
1 parent f2bb424 commit fb10abf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Apache Docker images for Docksal

- apache2.2
- apache2.4

This image(s) is part of the [Docksal](http://docksal.io) image library.

## Features
## Versions

- SSL enabled
- BigPipe support (on 2.2 only)
- HTTP Basic Authentication
- apache2.2 (based on http:2.2-alpine)
- apache2.4 (based on http:2.4-alpine)

## Features

## fastcgi server endpoint
- SSL enabled (self-signed cer)
- HTTP Basic Authentication
- PHP handling via FastCGI (`mod_proxy_fcgi`) (both 2.2 and 2.4)

These images are set up to work with a fastcgi server and will not start without one.
The fastcgi endpoint can be set via `APACHE_FCGI_HOST_PORT` environment variable (defaults to `cli:9000`).
## FastCGI server endpoint

These images are set up to work with a FastCGI server and will not start without one.
The FastCGI endpoint can be set via `APACHE_FCGI_HOST_PORT` environment variable (defaults to `cli:9000`).

## HTTP Basic Authentication

Expand Down

0 comments on commit fb10abf

Please sign in to comment.