mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs-dist.mk: Run jw-apache from /etc/jw-apache instead of /etc/apache2
/etc/apache2 is relatively crowded, because lots of packages dump their default configuration there, which makes the apache service configuration hard to control. This commit makes most apache2-reliant services by janware rely on jw-apache instead, and have jw-apache keep its own configuration directory /etc/jw-apache. Some hand-picked config files are still included from /etc/jw-apache/conf.d/etc-apache2.conf. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7f95d89164
commit
17b2c48a62
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ SYSCFG_DIR ?= $(ENV_PREFIX)/etc/$(FLAVOUR_PATH_PREFIX)sysconfig
|
|||
CONFIG_DIR ?= $(ENV_PREFIX)/etc/opt/$(FLAVOUR_PATH_PREFIX)$(PROJECT_DIRNAME)
|
||||
LD_CONF_DIR ?= $(ENV_PREFIX)/etc/ld.so.conf.d
|
||||
LOGROT_DIR ?= $(ENV_PREFIX)/etc/logrotate.d
|
||||
APACHE_CONF_DIR ?= $(ENV_PREFIX)/etc/apache2/conf.d
|
||||
APACHE_VHOSTS_DIR?= $(ENV_PREFIX)/etc/apache2/vhosts.d
|
||||
APACHE_CONF_DIR ?= $(ENV_PREFIX)/etc/jw-apache/conf.d
|
||||
APACHE_VHOSTS_DIR?= $(ENV_PREFIX)/etc/jw-apache/vhosts.d
|
||||
RSYSLOG_DIR ?= $(ENV_PREFIX)/etc/rsyslog.d
|
||||
IMG_PREFIX ?= $(PREFIX)
|
||||
LOG_PREFIX ?= $(ENV_PREFIX)/var/log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue