XAMPP – All in one web server Installation and Configuration in Debian

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use – just download, extract and start.
Continue reading…

 

Install and Configure Apache2 with PHP5 and SSL Support in Debian Etch

The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
Continue reading…

 

Creating Name Based and IP Based Virtual hosts in Apache

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 […]
Continue reading…

 

Running ASP.NET Applications in Debian and Ubuntu using XSP and Mono

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 […]
Continue reading…