docker-library / drupal

Docker Official Image packaging for Drupal
276 stars 204 forks source link

Inquiry for apache compile option #244

Closed sunghyun-yang closed 9 months ago

sunghyun-yang commented 1 year ago

Hello,

I am curious about the apache compile option in drupal container.

I would like to compare the apache compile option in drupal container with the apache compile option in bitnami container.

In bitnami, I can find the compile option in the config.nice file, however, I cannot find any information of apache compile option in drupal container.

May I know the compile option(e.g., ./configure --enable-so --enable-ssl) of apache which drupal supports?

tianon commented 9 months ago

The Apache images here get their Apache from the PHP base images, which in turn just install Debian's Apache packages, so that's where you'll need to look to find the options you're looking for.