컴퓨터/노트북/인터넷
IT 컴퓨터 기기를 좋아하는 사람들의 모임방
조회 수 313 추천 수 0 댓글 0
<VirtualHost *:80>
ServerName 도메인명
ServerAlias 도메인명
ServerAdmin 이메일주소
DocumentRoot /폴더위치/
<Directory /폴더위치>
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
</VirtualHost>
다운로드 업로드 제한하기
BandwidthModule On
ForceBandWidthModule On
Bandwidth all 2024000
MinBandwidth all 200000
LargeFileLimit * 200000 400000
밴드모듈을 따로 설치해야합니다