How to install Apache web server in ubuntu
1. Update package
apt-get upgrade
2. Install apache2
apt-get install apache2 apache2-utils
3. Start apache
service apache2 start
Find the version of apache
apache2 -V
1. Update package
apt-get upgrade
2. Install apache2
apt-get install apache2 apache2-utils
3. Start apache
service apache2 start
Find the version of apache
apache2 -V
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.