Apache 설치 매뉴얼

edited July 2016 in 기타 오픈소스
    ○ Apache 설치 매뉴얼(Apache 관련 레퍼런스는 http://apache.org 참조)
      1) 쉘 스크립트 모드에서 아래의 명령어 입력
       $ sudo apt-get install apache2

      2) Apache Rewrite Module 활성화
       $ cd /etc
       $ a2enmod rewrite
       만약 이를 수동으로 하려면 vi 에디터로 apache2.conf를 읽은 후
       $ sudo vi /etc/apache2/apache2.conf
       아래의 내용 입력하고 저장
       <IfModule mod_rewrite.c>
         RewriteEngine On
       </IfModule> 

Comments

Sign In or Register to comment.