+---------- On Aug 19, Ellen Spertus said:
> Do symbolic links interact properly with directoryfile under Aolserver
> 3.2?

Yes, as far as I know.

> Specifically, I use the default values for directoryfile (index.adp,
> index.html, index.htm).  In general, when I
> request "http://javamlm.mills.edu/.../";, I get the index.html file.  I have
> a symbolic link to a directory called pipermail, which contains a symbolic
> link to directory test1, which contains a file called index.html.  (This is
> part of the standard mailman installation.)  When I
> request "http://javamlm.mills.edu/pipermail/test1/";, I get a Server Error,

Is it possible that you have a filter or registered proc that is
handling this request?

> although "http://javamlm.mills.edu/pipermail/test1/index.html"; works
> perfectly.  The directory does not contain any other index.* files, and the
> permissions on the directory (drwxrwsr-x) seem correct.

I did this on my notebook's 3.2+ad12 installation:

    mkdir /tmp/pipermail
    mkdir /tmp/test1
    cd /tmp/pipermail
    ln -s /tmp/test1
    echo yo > /tmp/test1/index.html
    cd /usr/local/web/localhost/www    # this is my pageroot
    ln -s /tmp/pipermail

I can load http://localhost/pipermail/test1/ and get "yo" with no error.

Reply via email to