I have to serve files from somewhere besides /var or move /var to a larger space. I started with a simple <a href="/blackpublic/AEISServing">ServeTest</a> in the index and got "404 Error - File not found!" Can I change the document root in the .conf? Lee
This <a href> will link to "http://your-server/blackpublic/AEISServing" and not as you hoped to do. It is a HTML-code and has nothing to do with linking to another partition. You might create a symbolic link in the root directory of your web site to the directory you want to share. This can create a security issue. I hope anybody else can help too.
Of course. As long as you also move/copy the existing files to the new location. Watch it if you use a program like ISPConfig to manage your Apache-settings; it should be handled there, not directly in the Apache-config.. Paul