php - Change Apache configuration directory? -


how change config directory :

/etc/apache2

to

/data/config/apache2

?

(i'll using glusterfs have configs synchronized across cluster)

many thanks.

i'm suggesting easy hack. can create shortcut in /data/config/apache2 , point /etc/apache2 or vice versa. meant symlinks or symbolic links.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -