LibraryRat wrote:
Just didn't know whether Apache2's "internal plumbing" required the use of /srv/www vs. /var/www.
There's nothing in Apache's "internal plumbing" that requires the DocumentRoot to be in any particular place. It's all controlled with configuration files in /etc/apache2. However, if the configuration files ever go missing or corrupt, Apache may revert to whatever is hardcoded into its source code, which usually coincides with the default DocumentRoot used by your Linux distribution. For Debian, that would be /var/www.
On the other hand, I usually avoid the distro-default path because it's often filled with junk that comes with the default installation, such as the "It works!" page, and depending on the distro, even a bunch of symlinks to things like phpmyadmin. You can delete that junk and add your website files instead, but if you ever need to reinstall Apache, the junk might come back
