I need to serve a pile of .pdf's and .tif's and ran out of room. I have a new 1tb drive installed, and no idea what changes to make in ispconfig to allow me to use "/blackpublic/AEISServing" as I do "http://aeis.cc/PrintArchive/" which is "/var/www/web1/web/PrintArchive" Thanks Lee
Assuming /blackpublic/ is your mounted, new drive: - move your archive to /blackpublic/PrintArchive - create symlink from /var/www/web1/web/PrintArchive to /blackpublic/PrintArchive - probably enable symlink for this web, add this custom Apache directive in the siteconfig for this site (in ISPConfig): <Directory /var/www/web1/web> Options +FollowSymlinks </Directory> - Test Apache (not needed, but allas): apache2ctl configtest && apache2ctl graceful Paul
Thanks That worked but I re-installed anyway. I had doubts about the drive that mysteriously filled up, and I wanted to store things differently to help me isolate these things next time. Thanks again