File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ if test -n "$ngx_module_link"; then
121121            $ngx_addon_dir /src/ngx_http_modsecurity_header_filter.c \  
122122            $ngx_addon_dir /src/ngx_http_modsecurity_body_filter.c \  
123123            $ngx_addon_dir /src/ngx_http_modsecurity_log.c \  
124-             $ngx_addon_dir /src/ngx_http_modsecurity_rewrite.c \  
125124            "  
126125	ngx_module_deps=" $ngx_addon_dir /src/ddebug.h \ 
127126            $ngx_addon_dir /src/ngx_http_modsecurity_common.h \  
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ ngx_http_modsecurity_access_handler(ngx_http_request_t *r)
6565    } 
6666    */ 
6767
68-     dd ("catching a new _rewrite_  phase handler" );
68+     dd ("catching a new _access_  phase handler" );
6969
7070    ctx  =  ngx_http_modsecurity_get_module_ctx (r );
7171
Original file line number Diff line number Diff line change @@ -168,8 +168,4 @@ ngx_int_t ngx_http_modsecurity_log_handler(ngx_http_request_t *r);
168168/* ngx_http_modsecurity_access.c */ 
169169ngx_int_t  ngx_http_modsecurity_access_handler (ngx_http_request_t  * r );
170170
171- /* ngx_http_modsecurity_rewrite.c */ 
172- ngx_int_t  ngx_http_modsecurity_rewrite_handler (ngx_http_request_t  * r );
173- 
174- 
175171#endif  /* _NGX_HTTP_MODSECURITY_COMMON_H_INCLUDED_ */ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments