mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
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:
@@ -54,7 +54,7 @@ char DSOLOCAL *chroot_dir = NULL;
|
||||
|
||||
char DSOLOCAL *new_server_signature = NULL;
|
||||
|
||||
static char *real_server_signature = NULL;
|
||||
char DSOLOCAL *real_server_signature = NULL;
|
||||
|
||||
char DSOLOCAL *guardianlog_name = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user