1

Topic: Apache Question

Hi,

Thought would ask an Apache question here since haven't gotten a good answer anywhere else and I have never seen a more knowledgeable forum than here.

Apache options like "SSLProtocol", "SSLCipherSuite", and "HonorCipherOrder" among others can be put in both /etc/apache2/apache2.conf or etc/apache2/mods-available/ssl.conf

If the settings in these two files conflict which setting/file takes precedence?  Also which file do most people work with when changing these settings?


==== Required information ====
- iRedMail version (check /etc/iredmail-release): NA
- Linux/BSD distribution name and version: NA
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): NA
- Web server (Apache or Nginx): NA
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Apache Question

Depends on which file was loaded first, the last one wins.

3

Re: Apache Question

"IncludeOptional mods-enabled/*.conf" in /etc/apache2/apache2.conf is where information in the etc/apache2/mods-available/ssl.conf is loaded. So any duplicate options listed blow this will take precedence.