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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -