Hello,
I would like to change the log directory of apache /usr/local/apache/domlogs / to /backup/apache/domlogs/. Where do I change the directory?
Thanks
Hello,
I would like to change the log directory of apache /usr/local/apache/domlogs / to /backup/apache/domlogs/. Where do I change the directory?
Thanks
You can create a symlink to complete the task easy enough
pm me if stuck
![]()
Feel like your Cloud Provider's just weathering the storm? Hop Off the Cloud - The Weathers nicer over here.
I think this might help a bit
to change the log directory of apache /usr/local/apache/domlogs / to /backup/apache/domlogs/
you should
in shell
cd /usr/local/apache/
then
mv domlogs / to /backup/apache/domlogs/
then
ln -s /backup/apache/domlogs/ domlogs
and it should be complete
![]()
Feel like your Cloud Provider's just weathering the storm? Hop Off the Cloud - The Weathers nicer over here.