Linux Tutorials on the topic “web server”
-
nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu)
Author: Falko Timme • Tags: debian, nginx, ubuntu, web server • Comments: 14
nginx: How To Block Visitors By Country With The GeoIP Module (Debian/Ubuntu) This tutorial explains how to use the GeoIP module with nginx to block visitors by country. This is made possible by the GeoIP database which maps users' IP addresses to countries. nginx must be compiled with the HttpGeoipModule to use the GeoIP database.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 12.04
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 12.04 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 12.04. 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.
-
Managing A Headless VirtualBox Installation With phpvirtualbox On nginx (Ubuntu 12.04)
Author: Falko Timme • Tags: virtualization, ubuntu, virtualbox, web server, nginx • Comments: 5
Managing A Headless VirtualBox Installation With phpvirtualbox On nginx (Ubuntu 12.04) phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox in headless servers. This tutorial explains how to install phpvirtualbox with nginx on an Ubuntu 12.04 server to manage a locally installed, headless VirtualBox.
-
-
Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Squeeze)
Author: Falko Timme • Tags: debian, lighttpd, mysql, web server • Comments: 0
Creating Advanced MySQL-Based Virtual Hosts On Lighttpd (Debian Squeeze) This guide explains how you can create advanced virtual hosts on a lighttpd web server on Debian Squeeze that are stored in a MySQL database. The method described here does not use the lighttpd mod_mysql_vhost module, and unlike mod_mysql_vhost (which allows you to store only the hostname and document root of a vhost in a database), this method allows to store individual configuration directives for each vhost in the MySQL database.
-
Creating Simple Virtual Hosts With mod_mysql_vhost On Lighttpd (Debian Squeeze)
Author: Falko Timme • Tags: debian, lighttpd, web server • Comments: 0
This guide explains how you can use mod_mysql_vhost to create simple virtual hosts on a lighttpd web server on Debian Squeeze. With mod_mysql_vhost, lighttpd can read the vhost configuration from a MySQL database. Currently, you can store the domain and the document root in the MySQL database which results in very simple virtual hosts. If you need more directives for your vhosts, you'd have to configure them in the global section of lighttpd.conf, which means they'd be valid for all vhosts. Therefore, mod_mysql_vhost is ideal if your vhosts differ only in the domain and document root.
-
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.3
Author: Falko Timme • Tags: centos, lighttpd, mysql, php, web server • Comments: 0
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.3 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.3 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.
-
Installing mod_geoip for Apache2 On CentOS 6.3
Author: Falko Timme • Tags: apache, centos, web server • Comments: 1
Installing mod_geoip for Apache2 On CentOS 6.3 This guide explains how to set up mod_geoip with Apache2 on a CentOS 6.3 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
-
The Perfect Server - CentOS 6.3 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 6
The Perfect Server - CentOS 6.3 x86_64 (nginx, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.3 x86_64 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: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. 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 nginx, not Apache.
-
Using PHP5-FPM With Apache2 On CentOS 6.3
Author: Falko Timme • Tags: apache, centos, php, web server • Comments: 0
Using PHP5-FPM With Apache2 On CentOS 6.3 This tutorial shows how you can install an Apache2 webserver on a CentOS 6.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Install Memcached And PHP5-MemCached Module On Debian 6.0 (Squeeze)
Author: anthony.zhan • Tags: apache, debian, php, web server • Comments: 2
Install Memcached And PHP5-MemCached Module On Debian 6.0 (Squeeze) "Memcached is free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load." This article is going to explain how to install memcached and PHP5-MemCached module on a Debian 6.0(Squeeze) system with Apache2.