Using real server signature on status call

On Apache platform the server signature can be replaced using the
SecServerSignature directive. Status call was using the signature informed by
this directive instead of using the original one. As reported at #702.
This commit is contained in:
Felipe Zimmerle
2014-11-03 19:27:06 -08:00
parent 8305600d50
commit 59a1746be7
3 changed files with 3 additions and 6 deletions

View File

@@ -133,6 +133,7 @@ typedef struct msc_parm msc_parm;
#define FATAL_ERROR "ModSecurity: Fatal error (memory allocation or unexpected internal error)!"
extern DSOLOCAL char *new_server_signature;
extern DSOLOCAL char *real_server_signature;
extern DSOLOCAL char *chroot_dir;
extern module AP_MODULE_DECLARE_DATA security2_module;