보통 Modsecurity는 ../apache2/conf/httpd.conf 파일에서 Include conf/mod_secutiry2.conf와 같은 내용을 추가해서 률파일을 로드하는 것으로 알고 있습니다.
mod_secutiry2.conf와 같은 설정파일을 로컬상에 두지 않고, 원격상에 파일 서버에 위치해 두며 Modsecurity 최초 구동시 원격의 설정파일을 읽어오는 방식으로 Modsecurity를
mingw + msys 환경에서 stunnel 을 빌드하려고 하는데, make 하면 몇가지 헤더파일들이 없다면서 빌드를 못하네요.
아래의 파일들이 없다고 합니다.
common.h:164:20: syslog.h: No such file or directory
common.h:166:36: sys/wait.h: No such file or directory
common.h:187:17: pwd.h: No such file or directory
common.h:188:17: grp.h: No such file o