Kod
# /usr/local/apache/bin/apachectl start
To oczywiście coś nie działa. Dokładniej to wyskakuje mi taki błąd:
Kod
Syntax error on line 70 of /usr/local/apache/conf/httpd.conf:
Invalid command 'CheckSpelling', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started
Invalid command 'CheckSpelling', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started
No więc z CheckSpelling robię komentarz ( dodając # przed nazwą ).
Jeszcze raz próbuję uruchomić serwer, ale wyskakuje mi znowu błąd:
Kod
Syntax error on line 82 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started
I nie wiem co z tym robić, czy dalej robić z błędów komentarze czy coś innego?