Page 821 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 821
ServerAdmin webmaster@localhost
DocumentRoot /home/pi/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/pi/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
.................
..................
아파치 설정이 끝났으면, 아래의 명령어로 아파치를 restart하면 끝이다.
$ sudo /etc/init.d/apache2 restart
- 814 -