Linux Tutorials on the topic “apache”
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.7 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - OpenSUSE 12.1 x86_64 With Apache2 [ISPConfig 3]
Author: Falko Timme • Tags: apache, suse, control panels, ispconfig, web server • Comments: 8
The Perfect Server - OpenSUSE 12.1 x86_64 With Apache2 [ISPConfig 3] This is a detailed description about how to set up an OpenSUSE 12.1 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze)
Author: Falko Timme • Tags: apache, debian, security, web server • Comments: 1
How To Password-Protect Directories With mod_auth_mysql On Apache2 (Debian Squeeze) This guide explains how to password-protect web directories (with users from a MySQL database) with mod_auth_mysql on Apache2 on a Debian Squeeze server. It is an alternative to the plain-text password files provided by mod_auth and allows you to use normal SQL syntax to create/modify delete users. You can also configure mod_auth_mysql to authenticate against an existing MySQL user table.
-
-
The Perfect Server - CentOS 5.7 x86_64 [ISPConfig 2]
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 2
The Perfect Server - CentOS 5.7 x86_64 [ISPConfig 2] This tutorial shows how to set up a CentOS 5.7 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.10 (LAMP)
Author: CSch • Tags: apache, mysql, php, ubuntu, web server • Comments: 20
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 server with PHP5 support (mod_php) and MySQL support.
-
How To Tune Apache Subversion For MS Windows
Author: Subversion Sherpa • Tags: apache, other • Comments: 1
How To Tune Apache Subversion For MS Windows The use of Apache on Windows amongst our enterprise customers is rare, with the majority opting to host the Subversion Apache servers on one of the flavours of Linux. In the cases where Windows is the Subversion Apache server’s operating system, it is common that Administrators are plagued with overly high memory consumption by the Apache httpd process, leading in extreme cases to the Apache server shutting down.
-
The Perfect Server - Ubuntu 11.10 [ISPConfig 3]
Author: Falko Timme • Tags: apache, control panels, email, ispconfig, postfix, ubuntu, web server • Comments: 22
The Perfect Server - Ubuntu 11.10 [ISPConfig 3] This tutorial shows how to prepare an Ubuntu 11.10 (Oneiric Ocelot) server 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 web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
How To Speed Up Drupal 7.7 With Boost And nginx (Debian Squeeze)
Author: Falko Timme • Tags: apache, debian, nginx, web server • Comments: 2
How To Speed Up Drupal 7.7 With Boost And nginx (Debian Squeeze) This tutorial shows how you can speed up your Drupal 7.7 installation on a LAMP stack (Debian Squeeze) with the help of Boost and nginx. Boost provides static page caching for Drupal enabling a very significant performance and scalability boost for sites that receive mostly anonymous traffic. Boost makes sure that your logged-in users always get fresh content by not caching pages for logged-in users. In a first step I will show how to make your site faster by enabling Boost on a normal LAMP stack (Apache2, PHP, MySQL), and in a second step I explain how to make your site even faster by using nginx as a reverse proxy sitting in front of Apache and delivering the static HTML pages cached by Boost. nginx delivers static files a lot of faster than Apache and uses less memory/CPU.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 15 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On Fedora 15 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 15 server with PHP5 support (mod_php) and MySQL support.
-
Install Tomcat And Deploy Web Applications With Rex
Author: jfried • Tags: apache, centos, debian, fedora, linux, mandriva, suse, ubuntu, web server • Comments: 0
Install Tomcat And Deploy Web Applications With Rex In this tutorial I will show you how to manage your Tomcat installations and how to deploy Webapps in a repeatable way with Rex. In this tutorial I will use Debian Squeeze, but Rex is also available for other distributions.