Monday, March 23, 2015
Apache (HTTPD) is the most popular web server on the web right now. It is from the Apache Software Foundation. A web server serves content to the web. The power of Apache lies in it's modules which allows you to process scripting languages such as Perl, and PHP.
In this blog we will go over how to install the Apache Http Web Server on the Ubuntu Server:
1. In the terminal type in the following command
apt-cache search apache | more
the "search" command searches for the latest apache web server version, we added the "more" command so that we can press enter to scroll
as you can see the "Apache HTTP Server" is called "apache2"
2. Press "q" to get out of "more" listing
3. Type in the following command to install the apache2 package
sudo apt-get install apache2
4. When asked if you want to continue select "Y"
5. The installation will go on automatically
6. Once you get your prompt back type in the following command to open the localhost page in firefox
firefox http://localhost
7. You should see the Ubuntu Apache2 Ubuntu Default Page as your localhost home page, and that's all there is too it. In future blogs I will go over how to use and configure the Apache web server.
Blogs in this series:
In this blog we will go over how to install the Apache Http Web Server on the Ubuntu Server:
1. In the terminal type in the following command
apt-cache search apache | more
the "search" command searches for the latest apache web server version, we added the "more" command so that we can press enter to scroll
as you can see the "Apache HTTP Server" is called "apache2"
2. Press "q" to get out of "more" listing
3. Type in the following command to install the apache2 package
sudo apt-get install apache2
4. When asked if you want to continue select "Y"
5. The installation will go on automatically
6. Once you get your prompt back type in the following command to open the localhost page in firefox
firefox http://localhost
7. You should see the Ubuntu Apache2 Ubuntu Default Page as your localhost home page, and that's all there is too it. In future blogs I will go over how to use and configure the Apache web server.
Blogs in this series:
Subscribe to:
Post Comments (Atom)
Search This Blog
Tags
Web Development
Linux
Javascript
DATA
CentOS
ASPNET
SQL Server
Cloud Computing
ASP.NET Core
ASP.NET MVC
SQL
Virtualization
AWS
Database
ADO.NET
AngularJS
C#
CSS
EC2
Iaas
System Administrator
Azure
Computer Programming
JQuery
Coding
ASP.NET MVC 5
Entity Framework Core
Web Design
Infrastructure
Networking
Visual Studio
Errors
T-SQL
Ubuntu
Stored Procedures
ACME Bank
Bootstrap
Computer Networking
Entity Framework
Load Balancer
MongoDB
NoSQL
Node.js
Oracle
VirtualBox
Container
Docker
Fedora
Java
Source Control
git
ExpressJS
MySQL
NuGet
Blogger
Blogging
Bower.js
Data Science
JSON
JavaEE
Web Api
DBMS
DevOps
HTML5
MVC
SPA
Storage
github
AJAX
Big Data
Design Pattern
Eclipse IDE
Elastic IP
GIMP
Graphics Design
Heroku
Linux Mint
Postman
R
SSL
Security
Visual Studio Code
ASP.NET MVC 4
CLI
Linux Commands
Powershell
Python
Server
Software Development
Subnets
Telerik
VPC
Windows Server 2016
angular-seed
font-awesome
log4net
servlets
tomcat
AWS CloudWatch
Active Directory
Angular
Blockchain
Collections
Compatibility
Cryptocurrency
DIgital Life
DNS
Downloads
Google Blogger
Google Chrome
Google Fonts
Hadoop
IAM
KnockoutJS
LINQ
Linux Performance
Logging
Mobile-First
Open Source
Prototype
R Programming
Responsive
Route 53
S3
SELinux
Software
Unix
View
Web Forms
WildFly
XML
cshtml
githu
No comments:
Post a Comment