File websvn-httpd.conf of Package websvn

Alias /websvn __WWWPATH__

<Directory __WWWPATH__>
	AuthType Basic
    AuthName "Subversion repository"
    AuthUserFile /srv/svn/user_access/svn_passwdfile 
	Require valid-user
    Options FollowSymLinks
    AllowOverride None

    order allow,deny
	allow from all

	<IfModule mod_php5.c>
		php_admin_flag magic_quotes_gpc off
		php_admin_flag register_globals off
		php_admin_flag file_uploads on
	</IfModule>
	<IfModule mod_php4.c>
		php_admin_flag magic_quotes_gpc off
		php_admin_flag register_globals off
		php_admin_flag file_uploads on
	</IfModule>
</Directory>
openSUSE Build Service is sponsored by