I appreciate you for your response.
I think some different build commands can make different binary files.
For example, I think that command "./configure" and command "./configure --enable-so --enable-ssl" can make each binary file which has different functionality.
However, when I see these binary files' bitcode files(e.g., httpd.bc), I can not find their difference.
So, I want to know whether apache httpd always supports same binary file(named httpd) regardless of compile options and whether configuration options of apache httpd are always determined by configuration files(e.g., httpd.conf).
보낸 사람: Frank Gingras <thumbs@xxxxxxxxxx>
보낸 날짜: 2023년 9월 16일 토요일 오전 3:20 받는 사람: users@xxxxxxxxxxxxxxxx <users@xxxxxxxxxxxxxxxx> 제목: Re: [users@httpd] Inquiry about apache httpd compile option What is the problem you are trying to solve here with those compile options?
On Sun, Sep 10, 2023 at 5:28 AM (대학원생) 양성현 (컴퓨터공학과) <sunghyun@xxxxxxxxxxx> wrote:
|