Linux Tutorials on the topic “apache”
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 13.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 13
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 13.04 server with PHP5 support (mod_php) and MySQL support.
-
How To Use PHP 4.4.9 (FastCGI) With Apache & ISPConfig 3 (Debian Wheezy)
Author: Falko Timme • Tags: apache, control panels, debian, ispconfig, php, web server • Comments: 15
Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. If you have some very old websites on your server, they might not work with PHP5, but only with PHP4. This tutorial shows how to build PHP 4.4.9 as a FastCGI version for use with Apache2 on a Debian Wheezy server. This PHP version can be used together with the default PHP (installed through apt) in ISPConfig.
-
Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (Apache2)
Author: Falko Timme • Tags: apache, control panels, debian, email, ispconfig, web server • Comments: 49
Using RoundCube Webmail With ISPConfig 3 On Debian Wheezy (Apache2) This guide explains how to install the RoundCube webmail application on a Debian Wheezy server running ISPConfig and Apache2, and how to enable the ISPConfig 3 plugins for RoundCube so that users can perform actions like changing their email passwords from within RoundCube. Roundcube webmail is a browser-based multilingual IMAP client with an application-like user interface; it comes with functions like MIME support, address book, folder manipulation, message searching and spell checking.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.3
Author: Falko Timme • Tags: apache, suse, web server • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.3 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 12.3. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Installing Apache2 With PHP5 And MySQL Support On Debian Wheezy
Author: Falko Timme • Tags: apache, debian, mysql, php, web server • Comments: 14
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Wheezy server with PHP5 support (mod_php) and MySQL support.
-
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 13.04)
Author: Falko Timme • Tags: apache, php, ubuntu, control panels, ispconfig, web server, nginx • Comments: 4
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 13.04) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 13.04 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.
-
Using Solr With TYPO3 On Debian Wheezy
Author: Falko Timme • Tags: apache, debian, web server • Comments: 0
Using Solr With TYPO3 On Debian Wheezy TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Wheezy.
-
Using Solr With TYPO3 On Debian Squeeze
Author: Falko Timme • Tags: apache, debian, web server • Comments: 0
Using Solr With TYPO3 On Debian Squeeze TYPO3's default search extension called "Indexed Search" is fine for small web sites, but if your web site is bigger (> 500 pages), it is getting very slow. Fortunately, you can replace it with a search extension that uses the ultra-fast Apache Solr search server. This tutorial explains how to use Apache Solr with TYPO3 on Debian Squeeze.
-
How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu
Author: nowen • Tags: apache, linux, security, ubuntu, web server • Comments: 0
How To Configure Apache To Use Radius For WiKID Two-Factor Authentication On Ubuntu This document describes how to add WiKID two-factor authentication to Apache 2.x using mod_auth_radius on Ubuntu 12.04 Precise. It is recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks. The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.
-
The Perfect Server - Ubuntu 13.04 (Apache2, BIND, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: apache, control panels, ispconfig, ubuntu, web server • Comments: 11
The Perfect Server - Ubuntu 13.04 (Apache2, BIND, Dovecot, ISPConfig 3) This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).