summaryrefslogtreecommitdiffstats
path: root/modules/test/mod_policy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes for firehose and mod_policy:Rainer Jung2012-02-011-6/+6
| | | | | | | | | | | | | - err.h does not exist in Solaris. Judging from the expected content of err.h we don't use it at all, so remove inclusion of it. - The name DEFAULT_TYPE is to generic. Use POLICY_DEFAULT_TYPE instead. - Include apr header files from configured path instead of system path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239027 13f79535-47bb-0310-9956-ffa450edef68
* fix const warning with strchr->ap_strchr mappingJeff Trawick2012-01-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231602 13f79535-47bb-0310-9956-ffa450edef68
* mod_policy: Add a new testing module to help server administratorsGraham Leggett2011-12-211-0/+1334
enforce a configurable level of protocol compliance on their servers and application servers behind theirs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221668 13f79535-47bb-0310-9956-ffa450edef68