Sha256: 6db3d551af37c7d06bca10ae594587c39a5676f052a0e5be8aedf4b1389a6589

Contents?: true

Size: 1.18 KB

Versions: 20

Compression:

Stored size: 1.18 KB

Contents

<IfModule mod_setenvif.c>
    #
    # The following directives modify normal HTTP response behavior to
    # handle known problems with browser implementations.
    #
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0

    #
    # The following directive disables redirects on non-GET requests for
    # a directory that does not include the trailing slash.  This fixes a 
    # problem with Microsoft WebFolders which does not appropriately handle 
    # redirects for folders with DAV methods.
    # Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
    #
    BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
    BrowserMatch "MS FrontPage" redirect-carefully
    BrowserMatch "^WebDrive" redirect-carefully
    BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
    BrowserMatch "^gnome-vfs/1.0" redirect-carefully
    BrowserMatch "^XML Spy" redirect-carefully
    BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
</IfModule>

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
auser-poolparty-1.2.1 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.10 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.11 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.12 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.2 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.3 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.4 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.7 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.8 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.2.9 lib/poolparty/templates/apache2/browser_fixes.conf.erb
auser-poolparty-1.3.0 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
auser-poolparty-1.3.1 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
auser-poolparty-1.3.2 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
auser-poolparty-1.3.3 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
auser-poolparty-1.3.4 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
fairchild-poolparty-1.2.12 lib/poolparty/templates/apache2/browser_fixes.conf.erb
poolparty-1.3.4 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
poolparty-1.3.3 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
poolparty-1.3.1 lib/poolparty/plugins/apache2/browser_fixes.conf.erb
poolparty-1.2.2 lib/poolparty/templates/apache2/browser_fixes.conf.erb