자바를 설치하려구 apm설치 되어있는 상태에서
JDK와 tomcat를 설치하였습니다.
그리고 ./bin/apachectl start 실행하면
./apachectl start
Syntax error on line 330 of /usr/local/apache/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
./apachectl start: httpd could not be started
이런 메시지가 나옵니다.
httpd.conf의 파일 중 330번 라인을 보면
317 #
318 Options Indexes FollowSymLinks MultiViews
319
320 #
321 # This controls which options the .htaccess files in directories can
322 # override. Can also be "All", or any combination of "Options", "FileInfo",
323 # "AuthConfig", and "Limit"
324 #
325 AllowOverride None
326
327 #
328 # Controls who can get stuff from this server.
329 #
330 Order allow,deny
331 Allow from all
332 </Directory>
333
334 #
335 # UserDir: The name of the directory which is appended onto a user's home
336 # directory if a ~user request is received.
337 #
이렇게 나옵니다.
감히 부탁을 드립니다.--낮 보다 밤이 평화롭다.