APM설치후 tattertools를 FTP를 이용해 올린뒤
폴더 퍼미션을 777로 바꾸고 skin 폴더도 777로 바꾼다.
tattertools/setup.php로 설치하다보면 rewrite_mod
에러가 나오는데 아래와 같이 해주면 해결된다 ^^
rewrite module을 로드 시킨다.
apache2 2.x에서는 apache2.conf에 추가해줌
apache 1.x에서는 httpd.conf 수정
# vi /etc/apache2/apache2.conf
<Directory "/var/www/tt">
Options FollowSymLinks
AllowOverride FileInfo
</Directory>
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
'Computer > Linux.Unix' 카테고리의 다른 글
| ubuntu 5.10 - nabi 설치 [한글] (0) | 2006/09/13 |
|---|---|
| ubuntu 5.10 - VMware 설치 (0) | 2006/09/13 |
| SUSE 10.0 인터넷 공유 [Linux - WinXP] (0) | 2006/09/13 |
| VMware workstation 5.5 for SUSE linux (0) | 2006/09/13 |
| media wiki 설치 (0) | 2006/09/13 |
| Ubuntu 6.06 - tattertools 설치 (0) | 2006/09/12 |





