Skip to content

There should be nothing in apache2.conf after IncludeOptional conf-enabled/*.conf and IncludeOptional sites-enabled/*.conf #1132

@adk-swisstopo

Description

@adk-swisstopo

The docker image contains a set of Apache configuration files whose entry point is /etc/apache2/apache2.conf. Traditionally that file ends like this:

IncludeOptional conf-enabled/*.conf
IncludeOptional sites-enabled/*.conf

In the case of docker-mapserver, there is an extra ErrorLogFormat line at the end of that file. This means that ErrorLogFormat directives set in conf-enabled/ are ignored.

Could you please move that ErrorLogFormat somewhere that can be conveniently overridden? Either earlier in the apache2.conf file or in a separate file within conf-enabled/?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions