로그인

검색

조회 수 27452 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄


1.설치환경
Ubuntu Server 11.04 64-bit
Apache/2.2.17 (Ubuntu)
PHP Version 5.3.5-1ubuntu7.2
mysql 5.1.54
설치 환경은 우분투 APM을 패키지로 설치 하였습니다.

패키지 설치 방법은 본 사이트를 뒤져보시면 나옴니다^^*

링크하드 설치버전은
LINKHARD_SOL2_PHP53.tgz(5.3MB) 입니다..

2.계정설정 및 설치
디비와 계정을 생성해야겠지요^^

일단 저는 다 순조로웠지만 ioncube(아이온큐브)가 설치되지 않아 문제가 되었습니다.!

Zend 가 php 5.3 이상은 버전이 없는 관계로 따로 설치를 해줘야 하는데..
여기서 64비트라서 아이온큐브를 따로 받아야 합니다.
기본설치폴더에 있는것은 apache가 오류발생합니다.
이것말고는 관리자님께서 설명해주신데로 하시게 되면 아주 잘설치 됩니다.

설치까지 잘되었는데
설치완료후 메인페이지 이동후 500 error가 발생 하더군요
그래서 여러가지로 테스트 해보았습니다.
Q&A게시판을 참고했지만 안되더라구요.
그래서 .htaccess 파일의 설정파일을 삭제 해버리니
500 error 오류는 발생 하지 않았습니다.
와 됬구나 싶었지만 파일업로드가 안되는것입니다.
그래서 게시판에 글도 남겨보고 관리자님의 친절한 답변에
linkhard_server/tmp 폴더를 삭제 하라고 하시더라구요
하지만 제환경에서는 왠지모르지만 tem폴더가 없더군요
그래서 그래서 강제로 tmp폴더를 만들어 주고 권한설정까지 해주니
파일 업로드가 가능 하였습니다.
야~ 이제 파일업로드 되네 아싸~
하지만 이게 왠일 다운로드 페이지를 찾을수 없음.
허걱 뭐가 문제 일까 하면서 여러가지를 테스트 해본결과
.htaccess 파일이없어서 오류가 나는것은 당연한일 하지만
만들어서 기본값
php_flag allow_url_fopen off
 RewriteEngine On
 RewriteRule ^media/(.*).(.*)$ filter_media_download.php?fid=$1
 RewriteRule ^imgsrc/(.*)$ filter_imgsrc_download.php?fcode=$1
 RewriteRule ^ExFd/(.*)$ filter_ExFd_download.php?fcode=$1
 RewriteRule ^ItsMy/(.*)$ filter_User_download.php?fcode=$1
 RewriteRule ^bbs_(.*)$ index.php?call_src="bbs&code=$1
넣어주면 500 error 문제를 어떻게 해야되나
하여 관리자님 말씀하신데로  RewriteEngine On 부분 주석처리
하지만 동일증상 500 error
그래서 되던 안되선 여러가지해봤습니다.

최종적으로 잘되는것이..
php_flag allow_url_fopen off
 RewriteEngine On
 RewriteRule ^media/(.*).(.*)$ filter_media_download.php?fid=$1
 RewriteRule ^imgsrc/(.*)$ filter_imgsrc_download.php?fcode=$1
 RewriteRule ^ExFd/(.*)$ filter_ExFd_download.php?fcode=$1
 RewriteRule ^ItsMy/(.*)$ filter_User_download.php?fcode=$1
 RewriteRule ^bbs_(.*)$ index.php?call_src="bbs&code=$1

php_flag allow_url_fopen off 제거
와 희망이 보였습니다. 페이지오류 사라지고
업로드 다운로드 잘됩니다.
1.5G 파일업/다운 테스트까지 완료 되었습니다.


혹 저와같은 환경을 사용하시는분이 있다면
고민하지 마시고
.htaccess 내용을
 RewriteEngine On
 RewriteRule ^media/(.*).(.*)$ filter_media_download.php?fid=$1
 RewriteRule ^imgsrc/(.*)$ filter_imgsrc_download.php?fcode=$1
 RewriteRule ^ExFd/(.*)$ filter_ExFd_download.php?fcode=$1
 RewriteRule ^ItsMy/(.*)$ filter_User_download.php?fcode=$1
 RewriteRule ^bbs_(.*)$ index.php?call_src="bbs&code=$1
이렇게 하시고 테스트 해보싶시오

 

또한 나중에 제가 NGINX의 경험담을 올려보도록 하겠습니다. 
 



리눅스

유용한 정보 및 자료

  1. 우분투 nginx rewrite

    Date2011.11.03 CategoryServer By보석 Views236023
    Read More
  2. Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.10

    Date2011.11.01 CategoryServer By보석 Views26159
    Read More
  3. Nginx 가상호스트 설정

    Date2011.10.31 CategoryServer By보석 Views28318
    Read More
  4. Install Nginx, PHP5, PHP-FPM and MySQL on Ubuntu 11.04

    Date2011.10.31 CategoryServer By보석 Views25584
    Read More
  5. 테이블 형태 변경하기 MyISAM -> InnoDB(또는 InnoDB -> MyISAM)

    Date2011.10.21 CategoryServer By보석 Views26418
    Read More
  6. 우분투 Memcached 설치는 이렇게

    Date2011.10.19 CategoryServer By보석 Views29264
    Read More
  7. 링크하드 리눅스 설치 성공담 - 웹하드 WebHard Linux Install

    Date2011.10.17 CategoryServer By보석 Views27452
    Read More
  8. 우분투 PHP5.3 버젼에 ioncube설치하기

    Date2011.10.17 CategoryServer By보석 Views26180
    Read More
  9. 리눅스용 무료 웹하드 <shade webhard> 설치하기

    Date2011.10.17 CategoryServer By보석 Views36536
    Read More
  10. 리눅스 (우분투) vsftp 설치 및 설정

    Date2011.10.17 CategoryServer By보석 Views15596
    Read More
  11. CSS Background 속성

    Date2011.10.03 CategoryServer By보석 Views10178
    Read More
  12. 우분투 크론 (예약작업) 설정 자동 백업

    Date2011.09.01 CategoryServer By보석 Views16321
    Read More
  13. [리눅스] 새 계정 만들기/지우기, 사용자 아이디 추가/삭제; Create Account

    Date2011.08.31 CategoryServer By보석 Views39619
    Read More
  14. 우분투에서 압축하고 풀기( tar, gzip, tar.gz )

    Date2011.08.31 CategoryServer By보석 Views16164
    Read More
  15. 리눅스 파일 복사 및 이동 명령어 사용법

    Date2011.08.31 CategoryServer By보석 Views18301
    Read More
  16. 리눅스 vsFTP 사용자 계정 홈디렉토리 변경

    Date2011.08.31 CategoryServer By보석 Views20876
    Read More
  17. 리눅스 하드디스크 복사-교체

    Date2011.07.26 CategoryServer By보석 Views18168
    Read More
  18. 리눅스에서 SSD 최적화

    Date2011.07.08 CategoryServer By보석 Views21245
    Read More
  19. 우분투 리눅스에서 APM 설치하기 (웹서버 설정)

    Date2011.07.04 CategoryServer By보석 Views33242
    Read More
  20. 리눅스 각 폴더별 용량 확인 하기

    Date2011.07.04 CategoryServer By보석 Views14453
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4