Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 3 of 3
I fixed the problem. I did not patch the software as instructed in the documentation.
by
jeffsilverman
-
How to...
I am trying to compile the extended status module and I am getting a compilation error in file ngx_http_extended_status_module.c
The first sign of trouble is:
/home/jeff/nginx/nginx-1.6.0/ngx_http_extended_status_module/addons/ngx_http_extended_status_module.c:294: error: ‘ngx_stat_accepted’ undeclared (first use in this function)
The configure command I used is:
./configure --add-mo
by
jeffsilverman
-
How to...