Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- fanzeel
- 알려줌
- php
- S3
- swift
- Elastic Beanstalk
- cors
- beanstalk
- AWS
- 도메인
- 네이티브
- react
- angular4
- 페이스북
- Route53
- nextjs
- 카카오톡
- hybrid
- Android
- TypeScript
- 안드로이드
- 웹뷰
- 감사일기
- node
- https
- ios
- NeXT
- JavaScript
- angular
- node.js
Archives
- Today
- Total
쪼렙 as! 풀스택
PHP 코드 수정이 바로 적용되지 않을 때, opcache disable 시키기. 본문
방법 1 - php.ini
opcache.enable=0
방법 2 - .htaccess
php_flag opcache.enable Off
방법 3 - php 파일에
<?php
ini_set('opcache.enable', '0');
?>
'개발 일지 > Web & Server' 카테고리의 다른 글
Node.js - spawn - ffmpeg 이용하여, facebook, Instagram LIVE 에 영상 송출하기. (0) | 2021.01.31 |
---|---|
React에서 Socket 연결을 Custom Hook 이용하여 구성해 보았다. (0) | 2021.01.31 |
React - localhost 에서 cookie samesite 이슈 해결하기. (0) | 2020.09.06 |
안드로이드 하이브리드앱 웹뷰 WebView 에서 카카오톡 로그인 (앱) 사용하기 (2) | 2019.11.23 |
MySQL, 정렬한 기준으로 1:1로 Join 해서 데이터 가져오기. group by 안쓰고 해결;; (0) | 2019.09.03 |
Comments