• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem z apache2 Linuks!

Last Frag

New Member
Joined
Jan 22, 2009
Messages
18
Reaction score
0
Mam problem z apache2 gdy chce go wystartować to ->

r26811:/var/www# /etc/init.d/apache2 start
Starting web server: apache2(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!

Macie jakieś pomysły ?;/
 
Po pierwsze zrób to pod rootem
wykonaj coś takiego:
Code:
/etc/init.d/apache2 stop && killall -9 apache2
Zobaczymy czy uda się go zabić i odpalić normalnie
Później:
Code:
/etc/init.d/apache2 start
 
Back
Top