Open
Bug 1898144
Opened 1 year ago
Installation docs shouldn't tell you to modify the httpd.conf file
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
NEW
People
(Reporter: justdave, Unassigned)
Details
https://bugzilla.readthedocs.io/en/latest/installing/apache.html#apache recommends making changes to the main httpd.conf file. This is not a best practice in most production environments as the distro tends to replace that file wholesale with updates. Most distros provide a configuration includes directory (conf.d or sites-available) in which you can drop files that can override parts of the config. We should recommend doing that instead.
You need to log in
before you can comment on or make changes to this bug.
Description
•