Web Tech
Web Tech
TO
APACHE
WEB SERVER
DEFINITION
Apache is a public-domain open source
Web server developed by a loosely-knit group
of programmers. The first version of Apache,
based on the NCSA httpd (HTTP daemon) Web
server, was developed in 1995.
PUBLIC DOMAIN
Refers to any program that is not copyrighted.
Public-domain software is free and can be used
without restrictions.
OPEN SOURCE
Open source refers to a program in which the
source code is available to the general public for
use and/or modification from its original design
free of charge.
WEB SERVER
A computer that delivers (serves up) Web pages.
Every Web server has an IP address and possibly
a domain name. For example, if you enter
the URL http://www.pcwebopedia.com/index.html
in your browser, this sends a request to the server
whose domain name is pcwebopedia.com. The
server then fetches the page named
index.html and sends it to your browser.
HOW TO USE?
Download the binaries or source code form this
website -http://httpd.apache.org/download.cgi
Install it simply as u install other software and
just take care of following two things
User name and Password
Port Number
CONTINUED…
Start tomcat form “bin” folder of tomcat
directory.
To start a web application, put the folder of web
application.
e.g. http://localhost:8080/milk/milk.html