hi I need to move the /var/www directory to /mnt/www. My question is that besides changing the DocumentRoot in the httpd.conf, what others config file I need to modify?
I'd simply create a symlink from /var/www to /mnt/www. There shouldn't be any configuration files that need to be modified then.