Showing posts with label Http Server. Show all posts
Showing posts with label Http Server. Show all posts

Friday, June 29, 2007

How to setup Virtual Hosting with Apache

Web servers are hosts that deliver files to applications or web pages to browsers via the HTTP protocol. The interaction of the web server with the browser is termed as host-client relationship. If the web server is used only to host a single site it is called a dedicated server. Dedicated servers are used for hosting big websites which handle a large amount of traffic.More>>

Server Side Includes in Apache

Server Side Includes (SSI) directives are a type of HTML comment that instructs the web server to generate data dynamically for the web page or the client when it is requested. SSI directive is an effective method in case of adding small amount of dynamic contents to HTML pages.More>>

Wednesday, June 27, 2007

How to setup PHP module into Apache server


Apache web server is an open source web server that can be freely downloaded from http://httpd.apache.org/download.cgi . A web server is a program that delivers files to the application or web pages to the browsers via HTTP protocol.

PHP, an acronym for PHP: Hypertext Preprocessor, is a open source server-side scripting language that is designed for creating dynamic web pages. It can be freely downloaded from http://www.php.net/downloads.php. read full article