우분투 서버 셋팅하는 방법
서버 Apache/2.0.55 (Ubuntu) 입니다.
/etc/apache2/apache2.conf 에 httpd.conf,port.conf등을 인클루드하는 형태로 설정을 잡더군요.
질문의 요지는 하나의 ip:80 포트만 사용하여 두개의 도메인을 각각 다른 경로에 세팅해주는 방법입니다.
----------------------------------------
설정 파일가운데 호스트 관련 부분은 아래 내용이 전부입니다.
/etc/apache2/sites-available/default
/etc/apache2/sites-available/default
NameVirtualHost *
<VirtualHost *>
ServerAdmin master@gaetgol.net
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>
<VirtualHost *>
ServerAdmin master@gaetgol.net
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>
<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
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/access.log combined
ServerSignature On
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>
<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>
/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>
댓글 1개
takumi22
12년 전
감사합니다
게시글 목록
| 번호 | 제목 |
|---|---|
| 10823 |
JavaScript
퀵메뉴
1
|
| 10821 | |
| 10818 |
JavaScript
입력박스안에 왠 아이콘?
2
|
| 10816 |
JavaScript
게시판 글작성시 일부 태그막기
1
|
| 10813 |
jQuery
랜덤한 레이아웃과 효과
2
|
| 10810 |
JavaScript
자동으로 textarea 크기 조절하기
2
|
| 10808 |
JavaScript
textarea 자동 늘려주기 2
1
|
| 10806 |
JavaScript
해당 브라우저에 지원하는 이벤트 확인
1
|
| 10805 |
JavaScript
자바스크립트로 논리적인 XOR 연산하기.
|
| 10804 |
JavaScript
동적 셀렉트박스 다루기.
|
| 10802 |
JavaScript
자바스크립트 이벤트 핸들러 (Event Handler)
1
|
| 10801 |
JavaScript
함수명을 변수로 해야할 때
|
| 10800 |
JavaScript
이메일 유효성 정규식 - 자바스크립트
|
| 10798 | |
| 10795 | |
| 10794 | |
| 10791 | |
| 10790 | |
| 10780 | |
| 17665 |
서식
영수증 양식
3
|
| 10779 | |
| 20132 | |
| 10775 |
JavaScript
이미지 슬라이드 관련입니다.(자바,제이쿼리)
3
|
| 20126 | |
| 10771 |
JavaScript
롤오버시 서브메뉴가 나타나는 기본 스크립트
3
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기