|
Global include: | /etc/<APACHE>/conf.d/zzz_omd.conf |
---|---|
Site include: | /omd/apache/<site>.conf |
Site Config Directory: | <site>/etc/apache/conf.d/ |
Reverseproxy Config: | <site>/etc/apache/mode.conf |
Logfiles: | <site>/var/log/apache |
OMD options could be set via omd config
there are also detailed and additional Informations displayed.
For short use CLI directly omd config set <OPTION> <VALUE>
.
Option | Value | Description |
---|---|---|
APACHE_MODE | ssl own none | |
APACHE_TCP_ADDR | 127.0.0.1 | |
APACHE_TCP_PORT | 5000 | Port increase with creating a new site |
Since OMD-Labs version 2.12 build-in SSL support is possible and enabled by
default for new sites. Existing sites can be upgraded with
omd config set APACHE_MODE ssl
The system- and site- apache will then use a self-signed certificate. While this
isn’t an issue for the site apache, you probably want to replace the systems
apache certificate with a trusted certificate which matches the hostname of the
OMD host.
Depending on your system you have to replace the the path to your certificates
in following files:
Adjust the path in /etc/httpd/conf.d/ssl.conf
.
Adjust the path in /etc/apache2/sites-available/default-ssl.conf
.
Adjust the path in /etc/httpd/conf.d/ssl.conf
.
Adjust the path in /etc/apache2/vhosts.d/vhost-ssl.conf
.