별칭 관련 설정 httpd-alias.conf 파일 내부 수정 (APM_Setup 예시)
구글링이 귀찮은 관계로..
#
# Alias 설정
#
<IfModule alias_module>
Alias /myadmin/ "C:/APM_Setup/Server/phpMyAdmin/"
<Directory "C:/APM_Setup/Server/phpMyAdmin">
Options MultiViews
AllowOverride None
Order deny,allow
deny from all
Allow from 127.0.0.1
</Directory>
# 외부 접속 가능하게 하려면 아래 설정처럼 변경하여 주시기 바랍니다.
# <Directory "C:/APM_Setup/Server/phpMyAdmin">
# Options MultiViews
# AllowOverride None
# Order allow,deny
# Allow from all
# </Directory>
</IfModule>
'Computer' 카테고리의 다른 글
ULTRA VNC 1.0.8.2 (0) | 2011.03.09 |
---|---|
윈도우7에 오라클 10g vista용 client (32bit) 설치하기 (0) | 2010.12.30 |
Windows7 종류와 지원기능 (0) | 2010.10.21 |
Microsoft WindowsXP, Internet Ixplorer6.0 10월 보안패치 (0) | 2009.10.20 |
MicroSoft WindowsXP용 9월 보안 패치 (0) | 2009.09.17 |