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 | 29 | 30 | 31 |
Tags
- mysql 계정삭제
- 렉스
- 로그 삭제
- 리눅스 gui
- mysql alter
- alter 명령어
- db 백업
- x-window
- 데이터베이스 갱신
- 컴파일러 입문
- vim 자동정렬
- 리눅스
- mysql update
- linux log
- db 덤프
- 자동정렬
- alter 문법
- 렉스 컴파일
- 데이터 갱신
- mysql 권한부여
- 컴파일 설치
- lex 컴파일
- 리눅스 로그
- mysql 갱신
- mysql 계정생성
- x윈도우
- db덤프
- lex compiler
- vim 정렬
- 리눅스 로그 삭제
Archives
- Today
- Total
It's under your control.
VirtualHost 설정시 에러 Warning: DocumentRoot [/home/***/public_html] does not exist
CentOS 설치 후 Apache 시작시 에러 # service httpd restarthttpd 를 정지 중: [ OK ]httpd (을)를 시작 중: Warning: DocumentRoot [/home/***/public_html] does not exist[ OK ] 원인 : SELinux - 해결 방법: 해당 디렉토리 접근을 허용 하거나 SELinux를 disable 시킨다. 아파치 사용자 /home 디렉토리 접근 허용.# chcon -R -t httpd_user_content_t /home/아이디또는# chcon -R -t httpd_user_content_t /home SELinux disable# vi /etc/selinux/config #SELINUX=enforcing
Works/Linux
2013. 5. 11. 17:38