Change Apache config directory?
How to change config directory from:
/etc. / apache 2
to
/ data / config / apache2
?
(I will use it with GlusterFS to keep the configurations in sync across the cluster)
Many thanks.
+3
user2894741
source
to share
1 answer
I suggest you an easy hack. You can create a shortcut in /data/config/apache2
and point it to /etc/apache2
or vice versa
. I meant symlinks
either symbolic links.
+1
Sony Mathew
source
to share