LoadModule bandwidth_module /usr/lib/apache/1.3/mod_bandwidth.so
<IfModule mod_bandwidth.c>
BandWidthModule On
BandWidthDataDir /tmp/apachebw
<Directory />
BandWidth all 50000
MinBandWidth all 15000
</Directory>
/tmp/apachebw 여기에 아파치권한 777로 폴더 3개만들고
셋팅했으나.
아래 설정값중에서 BandWidthDataDir /tmp/apachebw 만 에러가 발생하고 나머지는 에러가 발생하지 않습니다.
Syntax error on line 331 of /etc/apache/httpd.conf:
Invalid command 'BandWidthDataDir', perhaps mis-spelled or defined by a module not included in the server configuration