[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: can't access dotfiles over http

From: Mark <mark_at_mitsein.net>
Date: 2006-11-07 20:05:47 CET

You mean something like:
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>

That should let me do other dotfiles.

On 11/7/06, Kenneth Porter <shiva@sewingwitch.com> wrote:
> --On Tuesday, November 07, 2006 10:02 AM -0700 Mark <mark@mitsein.net>
> wrote:
>
> > I'm having a problem where I can't seem to use dotfiles over an http
> > url.
>
> That sounds like an Apache policy restriction. Check your Apache config to
> make sure dot files are allowed within the repository tree. The stock
> configuration won't serve them, as they typically contain local
> path-specific configuration (eg. .htaccess).
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Mark
"Blessed is he who finds happiness in his own foolishness, for he will
always be happy."
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 7 20:06:39 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.