var is full

Discussion in 'Installation/Configuration' started by dlwiggers, Apr 24, 2009.

  1. dlwiggers

    dlwiggers New Member

    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
     
  2. tebokkel

    tebokkel New Member

    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
     
  3. dlwiggers

    dlwiggers New Member

    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
     

Share This Page