nginx 설치
# Web&WAS/Nginx2022. 5. 17. 07:48nginx 설치

https://nginx.org nginx news 2021-11-18unit-1.26.0 version has been released, featuring multiple improvements in static content serving, application-wide PHP opcache, and a number of bugfixes. nginx.org 설치환경 centos7 nginx, openssl, pcre, zlib 다운로드 및 압축해제 $ wget https://nginx.org/download/nginx-1.20.2.tar.gz $ tar -xvf nginx-1.20.2.tar.gz $ cd nginx-1.20.2 $ wget https://github.com/PCRE2Project/p..

tomcat monitoring scouter install
# Web&WAS/Tomcat2021. 4. 20. 11:06tomcat monitoring scouter install

전제조건 : JDK설치 1. 다운로드 및 압축해제 github.com/scouter-project/scouter/releases/ 1 2 3 4 5 6 7 # mkdir -p /apps/ # cp /apps # wget https://github.com/scouter-project/scouter/releases/download/v2.12.0.1.SNAPSHOT/scouter-all-2.12.0.1.SNAPSHOT.tar.gz # tar -xvzf scouter-all-2.12.0.1.SNAPSHOT.tar.gz Colored by Color Scripter cs 2. scouter server 실행 1 2 3 4 5 6 7 8 9 10 11 # cd scouter/server # ./startup.sh ..

php 5.0.x configure curl에러
# Script/PHP2019. 10. 4. 18:13php 5.0.x configure curl에러

/usr/local/src/php-5.0.4/ext/curl/interface.c: In function ‘zm_startup_curl’: /usr/local/src/php-5.0.4/ext/curl/interface.c:173: error: ‘CURLOPT_FTPASCII’ undeclared (first use in this function) /usr/local/src/php-5.0.4/ext/curl/interface.c:173: error: (Each undeclared identifier is reported only once /usr/local/src/php-5.0.4/ext/curl/interface.c:173: error: for each function it appears in.) /us..

image