adobe/aem-project-archetype

Add a sample /etc/sysconfig/httpd file for the dispatcher

Open

#397 opened on May 20, 2020

View on GitHub
 (1 comment) (2 reactions) (0 assignees)JavaScript (430 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (594 stars)
PR merge metrics
 (PR metrics pending)

Description

While it is good that the documentation references the need to put server-specific configurations into the /etc/sysconfig/httpd file, there is no sample provided with all configurable variables.

It would be great if such a file existed, that contained all configurable vars (docroots, hostnames, etc) that could be used to easily create a dispatcher in a local environment, without trawling through every file looking for ${ ... } and extracting the names.

Contributor guide