1. APM 설치
2. httpd.conf 수정
<Directory />
2. httpd.conf 수정
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
</Directory>
3. copy /var/www/html
<Directory "/var/www/html">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
3. copy /var/www/html
'IT-Consultant' 카테고리의 다른 글
두번째 데모 (1) | 2012.02.15 |
---|---|
CakePHP + APC 설정 (0) | 2012.01.10 |
VNC Viewer에서 클립보드 교환이 안될 경우 (0) | 2012.01.05 |
특정 포트를 사용하는 프로그램 알기 (0) | 2011.12.29 |
Linux: Find Out Which Process Is Listening Upon a Port (0) | 2011.12.26 |