~ubuntu-branches/ubuntu/raring/modsecurity-apache/raring

« back to all changes in this revision

Viewing changes to apache2/modsecurity.h

  • Committer: Package Import Robot
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2011-12-28 16:51:11 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20111228165111-8elucllauydvcnwx
Tags: 2.6.3-1
* New upstream release
* Include mlogc (still missing manpage). (Closes: #645875)
* postinst: changed force-reload to restart to avoid apache from segfaulting
  when upgrading modsecurity module (Closes: #574376)

Show diffs side-by-side

added added

removed removed

Lines of Context:
517
517
 
518
518
    /* Request character encoding. */
519
519
    const char          *request_encoding;
520
 
    
 
520
 
521
521
    int disable_backend_compression;
 
522
 
 
523
    /* Collection timeout */
 
524
    int col_timeout;
522
525
};
523
526
 
524
527
struct error_message {