From: Stephen D. <sd...@gm...> - 2009-09-22 11:18:00
|
On Tue, Sep 22, 2009 at 11:23 AM, Christian A Vogl <ca...@ki...> wrote: > Hi all! > > I'm wondering if it's a misconfiguration of mine or a feature of > NaviServer: > > whenever I want to symbolically link to a folder in "pages" directory, > I run into a 403 ("Forbidden") error. > > Symbolically linking to individual files works fine. > Did I miss a configuration parameter? I don't think there's any code in the fastpath (static files) or adp/tcl path which returns a 403 response. Maybe you have some code which calls ns_forbidden or Ns_ConnReturnForbidden? In a filter, or a directory listing proc/adp? If there is also a file/directory permission error, it should show up in the error log. |