Search results

  1. A

    mod_security?

    Is mod_security currently supported under LSWS?
  2. A

    mod_rewrite & query_string

    I'm attempting to strip the query string from direct-requests to a specific url schema. Works in Apache, not in LSWS. Any tips? # redirect direct requests for post-comment redirect urls RewriteCond %{QUERY_STRING} ^commented=1 RewriteCond %{HTTP_REFERER} !domain.tld RewriteCond...
  3. A

    Subversion

    Thanks! :)
  4. A

    Subversion

    No, it's not an option (no FP @ TextDrive)
  5. A

    Subversion

    Or just or SVN/DAV support in general?
  6. A

    Subversion

    Any time estimate when this to-do list item will be addressed? It's pretty important for my particular needs.
  7. A

    Subversion

    I know it's not currently possible to configure Subversion under LSWS (no DAV), so we've been trying to find a way to funnel svn requests through Apache, but it seems that LSWS is a bit greedy and we can't seem to get it working. Any tips?
  8. A

    AddType & svg

    Very nice. Man, I'm on a roll... that's the third forum today where a problem I've had has led to a productive bugfix. Thanks!
  9. A

    AddType & svg

    Anyone?
  10. A

    AddType & svg

    Using this code in an .htaccess, svg is getting served up as application/octet-stream AddType image/svg+xml svg AddType image/svg+xml svgz Any tips on what I'm doing wrong?
Top