Real life problems solved

Advert

Restarting Apache on EC2

To restart Apache from the command line from a Amazon EC2 Instance simply type:

/sbin/service httpd restart
  • http://twitter.com/shamantri Shalin Mantri

    In case you get “permission denied” errors, you should try adding a sudo in front of the line, e.g.:

    sudo /sbin/service httpd restart

Adsense