Posted by Admin on 17th November 2006
We have already seen the apache2 installation if you want to check here for debian users and check here for ubuntu users.
Virtual Host refers to the practice of running more than one web site (such as www.company1.com and www.company2.com) on a single machine. Virtual hosts can be “IP-based”, meaning that you have a different IP address for every web site, or “name-based”, meaning that you have multiple names running on each IP address. The fact that they are running on the same physical server is not apparent to the end user.
Read the rest of this entry »
Posted in Webserver | 2 Comments »
Posted by Admin on 10th November 2006
Mono is an open-source project providing the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Monodevelop is probably the best IDE for developing .NET applications on Linux. In order to install and use it for development, you will also need the Mono .NET runtime environment installed.
Read the rest of this entry »
Posted in General, Other Linux, Webserver | 17 Comments »
Posted by Admin on 5th October 2006
Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other platforms. Apache is notable for playing a key role in the initial growth of the World Wide Web,and continues to be the most popular web server in use, serving as the de facto reference platform against which other web serversare designed and judged.
Read the rest of this entry »
Posted in Other Linux, Webserver | 15 Comments »
Posted by Admin on 6th September 2006
Apache HTTP Server is a free software/open source web server for Unix-like systems, Microsoft Windows, Novell NetWare and other platforms. Apache is notable for playing a key role in the initial growth of the World Wide Web,and continues to be the most popular web server in use, serving as the de facto reference platform against which other web servers are designed and judged.
Apache features configurable error messages, DBMS-based authentication databases, and content negotiation. It is also supported by several graphical user interfaces (GUIs) which permit easier, more intuitive configuration of the server.
Read the rest of this entry »
Posted in Webserver | 8 Comments »
Posted by Admin on 1st September 2006
This document describes how to configure the Apache web server so that it will redirect common server errors – like 404 Not Found or 500 Internal Server Error – to a Perl CGI script for processing.
Read Full story here
Posted in Webserver | No Comments »
Posted by Admin on 17th July 2006
Hosting Multiple Websites or Namebased,IPbased Virtual hosts in Lighttpd
Check here
Posted in Webserver | 1 Comment »