우분투서버 셋팅버입니다

· 2013-05-08 (수) 11:12:34 · 3966 · 5

서버 Apache/2.0.55 (Ubuntu) 입니다.

/etc/apache2/apache2.conf 에 httpd.conf,port.conf등을 인클루드하는 형태로 설정을 잡더군요.

질문의 요지는 하나의 ip:80 포트만 사용하여 두개의 도메인을 각각 다른 경로에 세팅해주는 방법입니다.


----------------------------------------

설정 파일가운데 호스트 관련 부분은 아래 내용이 전부입니다.
/etc/apache2/sites-available/default

NameVirtualHost *
<VirtualHost *>
    ServerAdmin [email protected]
    DocumentRoot /home
    #SerName gaetgol.net
    #ServerAlias www.gaetgol.net
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /home>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
        # Uncomment this directive is you want to see apache2's
        # default start page (in /apache2-default) when you go to /
        #RedirectMatch ^/$ /apache2-default/
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
    <Directory "/usr/lib/cgi-bin">
        AllowOverride None
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

    ErrorLog /var/log/apache2/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog /var/log/apache2/access.log combined
    ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>

----------------------------------------

 # 사용자 디렉토리
 /etc/apache2/mods-enabled/userdir.conf
 
<IfModule mod_userdir.c>
         UserDir www
     UserDir disabled root
        
         <Directory /home/*/www>
                 AllowOverride FileInfo AuthConfig Limit
                 Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
         </Directory>
 </IfModule>

첨부파일

|

댓글 5개

2013-05-10 (금) 11:32:50
감사합니다~
2013-05-10 (금) 14:38:13
감사합니다.
좋아요
공부의 길은 멀고
감사합니다
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
14-08-26 조회 3,371
14-08-26 조회 3,528
14-08-26 조회 4,082
14-08-26 조회 3,447
14-08-26 조회 3,689
14-08-26 조회 3,622
14-08-26 조회 3,389
14-08-26 조회 3,433
14-08-26 조회 3,451
14-08-26 조회 3,486
14-08-25 조회 4,006
14-08-16 조회 4,141
14-08-12 조회 4,032
14-08-05 조회 3,803
14-08-04 조회 4,552
14-08-04 조회 3,905
14-08-01 조회 4,958
14-07-29 조회 4,094
14-07-10 조회 3,979
14-07-08 조회 4,630
14-07-08 조회 4,196
14-07-05 조회 3,795
14-05-26 조회 5,320
14-05-26 조회 4,023
14-05-21 조회 4,470
14-05-19 조회 7,414
14-05-17 조회 6,639
14-04-30 조회 7,076
14-04-27 조회 4,469
14-04-26 조회 4,668
14-04-13 조회 4,805
14-04-13 조회 4,054
14-03-25 조회 6,411
14-03-25 조회 4,034
14-03-12 조회 3,845
14-03-12 조회 5,261
14-02-24 조회 4,564
13-12-27 조회 3,891
13-11-18 조회 4,224
13-11-18 조회 6,526
13-10-17 조회 4,537
13-10-03 조회 6,203
13-10-02 조회 4,084
13-09-29 조회 4,561
13-09-29 조회 3,943
13-09-17 조회 3,747
13-09-11 조회 5,935
13-09-09 조회 4,219
13-09-05 조회 9,261
13-08-23 조회 5,589
13-08-22 조회 5,109
13-08-22 조회 4,498
13-08-22 조회 4,960
13-08-17 조회 5,828
13-08-17 조회 4,067
13-07-11 조회 5,404
13-07-11 조회 4,347
13-07-08 조회 3,912
13-07-04 조회 4,153
13-07-04 조회 4,036
13-07-04 조회 3,918
13-07-03 조회 5,829
13-07-01 조회 3,683
13-07-01 조회 3,561
13-07-01 조회 4,472
13-06-21 조회 6,213
13-06-14 조회 4,781
13-06-11 조회 3,622
13-06-06 조회 5,285
13-06-05 조회 4,051
13-05-11 조회 4,775
13-05-10 조회 4,320
13-05-10 조회 4,616
13-05-10 조회 3,970
13-05-08 조회 4,327
13-05-08 조회 3,583
13-05-08 조회 3,967
13-05-08 조회 5,200
13-04-05 조회 5,982
13-03-31 조회 5,573
13-03-24 조회 3,920
13-03-24 조회 6,000
13-03-23 조회 3,581
13-03-21 조회 3,637
13-03-20 조회 3,726
13-03-20 조회 4,189
13-03-20 조회 3,675
13-03-20 조회 3,801
13-03-20 조회 6,021
13-03-20 조회 3,983
13-03-20 조회 4,698
13-03-19 조회 5,606
13-03-14 조회 3,731
13-03-14 조회 4,157
13-03-14 조회 4,451
13-03-08 조회 4,045
13-03-03 조회 4,475
13-02-24 조회 4,908
13-02-21 조회 4,610
13-02-19 조회 4,553