Garayed.com  

Go Back   Garayed.com > Apache Configurations
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-2008, 03:54 PM
?manu*
 
Posts: n/a
Default websvn configuration

I have apache2 with websvn (subversion). The following snippet from my
configuration gives access to all subdirectories of /svn only to the
authenticated user "paolini"

<Location /svn>
Options FollowSymLinks
AllowOverride All
order allow,deny
allow from all
<IfModule mod_php4.c>
php_flag magic_quotes_gpc Off
php_flag track_vars On
</IfModule>
DAV svn
SVNParentPath /home/cvgmt/svn
AuthType Basic
AuthName "Subversione Repository for paotest"
AuthUserFile /home/cvgmt/users
Require user paolini
</Location>

Now I would like to put different .htaccess files in every subdirectory,
to make it possible to change user permissions without restarting the
server. The point is that it seems to me that .htaccess files are not
read at all. In fact I suspect that apache does not even know where the
files are, since the command SVNParentPath is only interpreted by the
webdav module.

Do you have any suggestion?

Thanks,
E.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-30-2008, 09:57 PM
Davide Bianchi
 
Posts: n/a
Default Re: websvn configuration

On 2008-09-30, ?manu* <paoliniNO@SPAM.math.unifi.it> wrote:
> Now I would like to put different .htaccess files in every subdirectory,
> to make it possible to change user permissions without restarting the
> server.


Use an external authentication system (LDAP,MySQL...)
Davide

--
It is not too late to turn back from the GATES of hell.
Use Linux - the free 32 bit operating system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:22 AM.




LinkBacks Enabled by vBSEO 3.0.0 © 2007, Crawlability, Inc.