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
Post a Comment