1. 페도라 리눅스 설치 (http://striban.tistory.com/20)
2. openSSH 설치 (http://striban.tistory.com/23)
3. 원격접속 (http://striban.tistory.com/24)
4. Apache 설치 (http://striban.tistory.com/25)
5. PHP 설치 (http://striban.tistory.com/26)
6. MySQL 설치 (http://striban.tistory.com/27)
7. phpMyAdmin 설치 (http://striban.tistory.com/28)
8. JAVA 설치 (http://striban.tistory.com/29)
9. Tomcat 설치 (http://striban.tistory.com/30)
10. proFTP 설치 (http://striban.tistory.com/31)
11. 사용자 설정하기 (http://striban.tistory.com/35)
12. named 설치 (http://cafe.naver.com/ticenter/610)
네이버에서 [part 11] 페도라 리눅스 도메인 DNS 네임스페이스 서버 설치 하기 검색
* proFTP 접속문제 ----------------------------------------------------------------------------------
접속은 되는데 파일이 올라가지 않고 디렉토리도 또는 파일 생성이 안되면...
보안기능 SELinux 기능 끄기
vi /etc/sysconfig/selunux
SELINUX=enforcing -> disabled 변경할 것
* proFTP 접속문제 끝----------------------------------------------------------------------------------
* MYSQL 외부접속하기 ----------------------------------------------------------------------------------
1. vi /etc/sysconfig/iptables 3306 port 추가
2. phpMyAdmin 접속후 -> 왼쪽메뉴 mysql - > user -> SQL 선택후 SQL 질의 아래 입력
GRANT ALL PRIVILEGES ON *.* TO root@'허용할 HOST의 ip주소' IDENTIFIED BY 'root비밀번호' WITH GRANT OPTION;
* MYSQL 외부접속하기 끝--------------------------------------------------------------------------------
* VirtualHost 설정 ----------------------------------------------------------------------------------
vi /etc/httpd/conf/httpd.conf 실행
#NameVirtualHost *:80 <- # 을 없애주고 *대신 IP(111.111.111.111) 입력
[출처] 2011.05.03.화.아파치(가상호스트) 설정 |작성자 파워곰
* VirtualHost 설정 ----------------------------------------------------------------------------------
'Linux' 카테고리의 다른 글
특정국가 접속 차단 (0) | 2013.11.13 |
---|---|
리눅스 현재 접속자 확인 명령어 (0) | 2013.08.09 |
이미지 링크 못하게 ... (0) | 2013.06.10 |
리눅스 HDD 추가 (0) | 2013.04.05 |
You don't have permission to access /phpmyadmin on this server. (0) | 2013.01.23 |