Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives

Archive for the 'Webserver' Category

How to Enable SSL version 3 and TLS (Transport Layer Security) version 1 in Apache hosts

Posted by Admin on 21st February 2007

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

If you want to install apache2 with SSL support check here once you have everything ready you need to configure your SSL for good security.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | No Comments »

Apache Web server Useful Tips

Posted by Admin on 30th January 2007

Hide PHP Version in Apache from remote users requests

In order to prevent PHP from exposing the fact that it is installed on the server, by adding its signature to the web server header we need to locate in php.ini the variable expose_php and turn it off.By default expose_php is set to On.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 2 Comments »

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

Posted by Admin on 15th January 2007

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.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 8 Comments »

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

Posted by Admin on 18th December 2006

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.

Read the rest of this entry »

  • Share/Bookmark

Posted in Webserver | 54 Comments »

Creating Name Based and IP Based Virtual hosts in Apache

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 »

  • Share/Bookmark

Posted in Webserver | 1 Comment »

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

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 »

  • Share/Bookmark

Posted in General, Other Linux, Webserver | 17 Comments »