[-]
[+]
|
Changed |
nginx-1.2.changes
|
|
[-]
[+]
|
Changed |
nginx-1.2.spec
^
|
|
[-]
[+]
|
Added |
modsecurity-ngx_http_preaccess_phase.patch
^
|
@@ -0,0 +1,11 @@
+--- nginx/modsecurity/ngx_http_modsecurity_module.c.orig 2012-09-24 22:17:34.271614389 +0200
++++ nginx/modsecurity/ngx_http_modsecurity_module.c 2012-09-24 22:17:48.251615273 +0200
+@@ -175,7 +175,7 @@
+ }
+
+ /* Register for pre access phase */
+- h = ngx_array_push(&cmcf->phases[NGX_HTTP_PRE_ACCESS_PHASE].handlers);
++ h = ngx_array_push(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers);
+ if (h == NULL) {
+ return NGX_ERROR;
+ }
|