Apache2 restart failed on ubuntu -


when trying restart apache server ubuntu, showing fail... typed command as, $service apache2 restart

it shows,

  • restarting web server apache2 [fail]

when checked in log file, in var/apache2/errorlog description provided is,

[mpm_prefork:notice] [pid 1263] ah00163: apache/2.4.7 (ubuntu) php/5.5.9-1ubuntu4.5 configured -- resuming normal operations

it because not using sudo when running command, try:

sudo service apache2 restart 

Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -