Lazy install apache2
This script installs apache2 on an Ubuntu-like distro.
More info at: http://httpd.apache.org/
Tested on Ubuntu versions >= 12.04
sudo apt-get install -y apache2
That's all, folks!
TweetThe lazy programmer scripts
scripts that work
This script installs apache2 on an Ubuntu-like distro.
More info at: http://httpd.apache.org/
Tested on Ubuntu versions >= 12.04
sudo apt-get install -y apache2
That's all, folks!
Tweet