Search
j0ke.net Open Build Service
>
Projects
>
server:http
:
nginx
:
suse
>
nginx-1.2
> modsecurity-ngx_http_preaccess_phase.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File modsecurity-ngx_http_preaccess_phase.patch of Package nginx-1.2 (Revision 15)
Currently displaying revision
15
,
show latest
--- 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; }