apache 1.3.12 컴파일 후 httpd 실행시 나타나는 에러
에러 메세지
startting httpd:Syntax error on line 343 of /etc/httpd/conf/httpd.conf:/
Invalid command 'Order', perhaps mis-spelled or defind by a module not
included in the server configuration.
httpd.conf의 내용
Order allow,deny
Allow from all
</Directory>
입니다.
위 httpd.conf 의 내용이 의미하는 것이 무엇인지 궁금하구요.
이 에러의 해결 비법을 꼭 부탁드립니다.