-
[apache2] build apache2 (httpd)Security in CPS/Networking 2019. 9. 4. 10:55
http://httpd.apache.org/docs/current/install.html
1. Download source code from the official web site (http://httpd.apache.org/download.cgi)
2. Extract the compressed file in your directory
3. Build httpd and check if it works ok.
$> ./configure --prefix=PREFIX
$> make
$> make install
e.g. In my case, I have set prefix into /usr/local and created link file in /usr/sbin/apache2 which is the path for installing apache2 package.
[Troubleshooting]
- Need to install libapr1, libapr1-dev, libaprutil1, libaprutil1-dev
'Security in CPS > Networking' 카테고리의 다른 글
[Problem] No SYN,ACK in TCP 3-ways handshake (0) 2019.10.15 [아파치] 커스텀 모듈 빌드 및 로딩 (0) 2019.09.04 Install apache2 & check MPM on ubuntu (0) 2019.08.28 UDP DDos threats and vulnerabilities (0) 2019.05.21 TCP FSM(Finite State Machine) (0) 2019.05.21