일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
- properties
- 정규식
- JSON
- java
- 리눅스
- Android
- input
- error
- File
- ajax
- html
- NetBeans
- 안드로이드
- 이클립스
- php
- SeLinux
- DB
- CentOS
- junit
- curl
- larravel
- Linux
- 톰캣
- MySQL
- jquery
- 와일드카드
- Spring
- javascript
- tomcat
- laravel
- Today
- Total
목록PHP (12)
합쭈기 programming
curl 사용 시 response 0 bytes의 경우 포트 문제다!
/var/log/maillog 에서 확인 시 domain 문제이면 호스트명이 nobody로 되어있어 보내지지 않는 경우이다. echo “호스트명” > /proc/sys/kernel/hostname
Mysql 5.6 버전 설치 # rpm -ivh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm# yum install mysql-community-server php 5.6 설치를 위한 remi-repository 추가 # yum -y install epel-release# cd /etc/yum.repos.d # wget http://rpms.famillecollet.com/enterprise/remi.repo php 5.6 및 apache 설치 # yum -y --enablerepo=remi,remi-php56 install httpd php php-common php 5.6 extension 설치 # yum --enablerepo..
yum --enablerepo=remi,remi-php56 install php-mbstring php56일때 설치 방법.
http_build_query - array를 url query 형식으로 바꿔준다. html_entity_decode- html 태그를 일반 형식으로 바꿔준다. nl2br- 줄바꿈을 태그로 바꿔준다.
php-common 이 구버전으로 설정되어 있다고 나온다. /etc/yum.repos.d/remi.repo 에서 php56을 enable 하고 서버를 재시작하니 된다.
하나의 CentOS 서버에서 여러개의 virtual host를 운영 할때 내부 host 에서 내부 host를 호출 할때 문제가 발생했다. /etc/hosts 에 해당 도메인을 등록하고 httpd 를 다시 시작하니 해결