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.
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
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
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
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
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
/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
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-