Re: SVN over HTTP and mod_security

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Am 10.09.2011 03:47, schrieb Craig White:
> nada - don't use mod_security, know absolutely nothing about it.
> 
> I was going to suggest that you check and see if apache foundation has a
> mail list for mod_security because you would get better answers there as
> it appears no one on Fedora Users is actually using the SVN /
> mod_security combo and that's really what you need

i use both mod for subversion modsec is disabled
since you have to disable most rules and svn usually is password
proctected i see no sense activate modsec here without pain

<IfModule mod_dav.c>
 <VirtualHost *>
  DocumentRoot         /Volumes/dune/www-servers/contentlounge/updateservice/subversion
  ServerName           svn.rhsoft.net
  ServerAlias          svn.test.rh svn svn.vm.test.rh
  Options              +Indexes +Multiviews -FollowSymLinks
  IndexOptions         FancyIndexing VersionSort NameWidth=* HTMLTable SuppressHTMLPreamble FoldersFirst
  <Directory /Volumes/dune/www-servers/contentlounge/updateservice/subversion>
   <Limit OPTIONS PROPFIND GET REPORT MKACTIVITY PROPPATCH PUT CHECKOUT MKCOL MOVE COPY DELETE LOCK UNLOCK MERGE>
    Order Deny,Allow
    Allow From All
   </Limit>
  </Directory>
  <Location />
   <Limit OPTIONS PROPFIND GET REPORT MKACTIVITY PROPPATCH PUT CHECKOUT MKCOL MOVE COPY DELETE LOCK UNLOCK MERGE>
    DAV svn
    SVNPath /Volumes/dune/www-servers/contentlounge/updateservice/subversion/
    SVNListParentPath   On
    AuthType            Basic
    AuthName            "Versionsverwaltung"
    AuthUserFile        /etc/httpd/conf/svn_passwd
    AuthzSVNAccessFile  /etc/httpd/conf/svn_access
    Require             valid-user
    Satisfy             all
    <IfModule mod_security2.c>
     SecRuleEngine      Off
    </IfModule>
   </Limit>
  </Location>
 </VirtualHost>
</IfModule>

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux