Stuart Rackham <srackham@...> writes:
> I'm displaying documentation using the Embedded Documentation feature,
> the web server returns the contents of symlinks, is there a way to
> make the web server follow symlinks?

What is the value of the "allow-symlinks" setting?
From the help:

   allow-symlinks   If enabled, don't follow symlinks, and instead treat
    (versionable)   them as symlinks on Unix. Has no effect on Windows
                    (existing links in repository created on Unix become
                    plain-text files with link destination path inside).
                    Default: off

IIRC, this would suggest that allow-symlinks is ON in your repository. This
means that the target of the symlink won't present in the repository. And since
—AFAIK— Fossil's web server only serves files from inside the repository, it
won't serve files behind a symlink.

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to