thecodingmachine / docker-images-nodejs

A set of Node.js Docker images
MIT License
10 stars 8 forks source link

Enabling Apache extensions seems broken #7

Open moufmouf opened 4 years ago

moufmouf commented 4 years ago

I tried to enable the "headers" extension from Apache with both possible writing:

APACHE_EXTENSIONS: headers
APACHE_EXTENSION_HEADER: 1

To no avail. It does not seem to work at all, the "headers" module does not appear in the list of enabled modules.

Zheness commented 1 year ago

Hello all !

Any update on this issue ?

I'm using thecodingmachine/nodejs:v2-16-apache-bullseye, and the same Apache extension (headers) is still not enabled.

Or any work-around ?

Thanks !