Infra & Server Dev77 [CentOS] PHP 소스컴파일 이후 openssl 모듈 설치하기 전제조건php 소스파일 경로 : /usr/local/src/php-5.6.31php 설치된 경로 : /usr/local/phpmariadb 설치된 경로 : /usr/local/mariadb (http://88oy.tistory.com/383) openssl 설치하기cd /usr/local/src/php-5.6.31/ext/opensslcp config0.m4 config.m4/usr/local/php/bin/phpize./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config makemake install php.ini 파일에 아래 내용 추가 ;;open sslextension=openssl.so 참고 : http://okkks... 2017. 8. 20. [Mac] 맥에서 nginx, php-fpm 설치하기. HomeBrew 설치https://brew.sh/index_ko.html Nginx 설치brew install nginx nginx 설정 파일 : vi /usr/local/etc/nginx/nginx.conf 실행 : nginx리로드 : nginx -s reload정지 : nginx -s stop php-fpm 설치brew tap homebrew/dupes brew tap josegonzalez/homebrew-php brew install --without-apache --with-fpm --with-mysql php56 자동실행 디렉토리... LaunchAgents 이미 만들어져있으면 mkdir은 안해도됨.mkdir -p ~/Library/LaunchAgents cp /usr/local/opt/php.. 2017. 8. 16. [CentOS] PHP 소스컴파일 이후 pdo_mysql mysqli 설치하기 전제조건php 소스파일 경로 : /usr/local/src/php-5.6.31php 설치된 경로 : /usr/local/phpmariadb 설치된 경로 : /usr/local/mariadb (http://88oy.tistory.com/383) pdo_mysql 설치하기cd /usr/local/src/php-5.6.31/ext/pdo_mysql/usr/local/php/bin/phpize./configure --with-php-config=/usr/local/php/bin/php-config --with-pdo-mysql=/usr/local/mariadbmakemake install Installing shared extensions: /usr/local/php/lib/php/extensions/no-de.. 2017. 8. 14. nginx SSL PEM_read_bio:bad end line 출처 : https://www.ur-ban.com/2010/12/09/nginx-ssl-pem_read_biobad-end-line/ 2017. 4. 21. 크롬 DNS 설정 재갱신 플러그인 https://chrome.google.com/webstore/detail/dns-flusher-for-chrome/fegcjmebpcoihkfdjilmnemfkgjbneol/related?utm_source=chrome-ntp-icon 이거쓰시면되요. 2017. 3. 30. [CentOS] 서버시간 동기화 time.bora.net 서버시간 동기화를 crontab을 이용해서 하는법 crontab -e아래 내용을 적으면 매일 매시간 20분에 time.bora.net과 시간을 동기화 하게 된다.20 * * * * root rdate -s time.bora.net && hwclock -wcrontab 재시작.service crond restart 2017. 1. 12. 이전 1 2 3 4 5 6 ··· 13 다음