Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-04 Thread Paul B. Henson
On Sat, 4 Oct 2008, [iso-8859-1] Andr? Warnier wrote: > In other words, check if by any chance you do not have some > section negating all your configuration snippets for that . I'm pretty sure the config is ok; the following are exerpts from my actual config of all Directory/Location sections.

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-04 Thread André Warnier
Paul B. Henson wrote: On Fri, 3 Oct 2008, Nilesh Govindrajan wrote: If you are not using RewriteRules then in .htaccess write Options -FollowSymLinks This will disable the working of RewriteRules also! If you are using RewriteRules, create a symlink and using FilesMatch specify the above opt

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-04 Thread Nilesh Govindrajan
I think the SymLinks option is valid only in the directory-file context. Not Applicable in SSI. I am not clear about this. On Sat, Oct 4, 2008 at 9:06 PM, Paul B. Henson <[EMAIL PROTECTED]> wrote: > On Fri, 3 Oct 2008, Nilesh Govindrajan wrote: > > > If you are not using RewriteRules then in .hta

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-04 Thread Paul B. Henson
On Fri, 3 Oct 2008, Nilesh Govindrajan wrote: > If you are not using RewriteRules then in .htaccess write > > Options -FollowSymLinks > > This will disable the working of RewriteRules also! > > If you are using RewriteRules, create a symlink and using FilesMatch > specify the above option for the

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Nilesh Govindrajan
If you are not using RewriteRules then in .htaccess write Options -FollowSymLinks This will disable the working of RewriteRules also! If you are using RewriteRules, create a symlink and using FilesMatch specify the above option for the symlink name. On Sat, Oct 4, 2008 at 8:10 AM, Paul B. Henso

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Paul B. Henson
On Fri, 3 Oct 2008, Nilesh Govindrajan wrote: > /usr/pkg/etc/httpd/htpasswd owner is root and Apache runs as daemon / > whatever you set in User directive. So its obviously not going to work > with SymlinkIfOwnerMatch. You need FollowSymLinks in Options. I don't think you understand my problem/qu

Re: [EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Nilesh Govindrajan
/usr/pkg/etc/httpd/htpasswd owner is root and Apache runs as daemon / whatever you set in User directive. So its obviously not going to work with SymlinkIfOwnerMatch. You need FollowSymLinks in Options. On Sat, Oct 4, 2008 at 2:52 AM, Paul B. Henson <[EMAIL PROTECTED]> wrote: > > I'm running Apac

[EMAIL PROTECTED] SSI/server-side includes and symbolic links/SymlinkIfOwnerMatch

2008-10-03 Thread Paul B. Henson
I'm running Apache 2.2.8, configured with SymlinkIfOwnerMatch and server-side includes enabled. It looks like the server-side include "include" directive ignores the setting of SymlinkIfOwnerMatch? For example, let's say I have an htpasswd configuration file outside of the document root: -rw-r-