Witajcie.
Niespodziewanie mam problem z odpaleniem Apache. Otóż pojawia się taki komunikat:
Initializing Modules
18:28:45 [Apache] Problem detected!
18:28:45 [Apache] Port 80 in use by "system"!
18:28:45 [Apache] Apache WILL NOT start without the configured ports free!
18:28:45 [Apache] You need to uninstall/disable/reconfigure the blocking application
18:28:45 [Apache] or reconfigure Apache to listen on a different port
Poszperałem trochę w Google. Z jego pomocą dotarłem do pliku httpd.conf i pozmieniałem numery portówna 8080
#Listen 0.0.0.0:8080
#Listen [::]:8080
Listen 8080
Po tej zmianie można odnieść wrażenie że Apache startuje prawidłowo, jednak strony na serwerze dalej nie widać. Jest za to komunikat:HTTP Error 404. The requested resource is not found
Zainstalowałem też program Active ports żeby zobaczyć co blokuje mi port 80, jednak przy starcie programu wyskakuje błąd z komunikatem 'Odmowa dostępu.' Co robić?
Z góry dziękuję za pomoc