Skip to content

Commit

Permalink
Merge pull request #32 from devilbox/release-0.37
Browse files Browse the repository at this point in the history
Release 0.37
  • Loading branch information
cytopia authored Jan 23, 2022
2 parents cb59aff + dd3beb8 commit 68fe02d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
refs:
- 'master'
- '0.36'
- '0.37'
steps:

# ------------------------------------------------------------
Expand Down
13 changes: 10 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ ENV BUILD_DEPS \

ENV RUN_DEPS \
ca-certificates \
python-yaml \
python3-yaml \
supervisor


###
### Runtime arguments
###
ENV MY_USER=daemon
ENV MY_GROUP=daemon
ENV MY_USER=www-data
ENV MY_GROUP=www-data
ENV HTTPD_START="httpd-foreground"
ENV HTTPD_RELOAD="/usr/local/apache2/bin/httpd -k stop"

Expand Down Expand Up @@ -127,6 +127,13 @@ RUN set -x \
&& chown ${MY_USER}:${MY_GROUP} /shared/httpd


###
### Symlink Python3 to Python
###
RUN set -x \
&& ln -sf /usr/bin/python3 /usr/bin/python


###
### Copy files
###
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ It allows any of the following combinations:
## Version

```
Server version: Apache/2.4.46 (Unix)
Server built: Dec 11 2020 12:17:58
Server's Module Magic Number: 20120211:93
Server loaded: APR 1.6.5, APR-UTIL 1.6.1
Compiled using: APR 1.6.5, APR-UTIL 1.6.1
Server version: Apache/2.4.52 (Unix)
Server built: Dec 21 2021 01:34:45
Server's Module Magic Number: 20120211:121
Server loaded: APR 1.7.0, APR-UTIL 1.6.1
Compiled using: APR 1.7.0, APR-UTIL 1.6.1
Architecture: 64-bit
Server MPM: event
threaded: yes (fixed thread count)
Expand All @@ -277,7 +277,7 @@ Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PROC_PTHREAD_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
Expand Down

0 comments on commit 68fe02d

Please sign in to comment.