Linux Tutorials on the topic “apache”
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.2 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.2 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - OpenSUSE 12.2 x86_64 (Apache2, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: apache, suse, control panels, ispconfig, web server • Comments: 7
The Perfect Server - OpenSUSE 12.2 x86_64 (Apache2, Dovecot, ISPConfig 3) This is a detailed description about how to set up an OpenSUSE 12.2 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.
-
Installing mod_geoip for Apache2 On Ubuntu 12.04
Author: Falko Timme • Tags: apache, ubuntu, web server • Comments: 2
Installing mod_geoip for Apache2 On Ubuntu 12.04 This guide explains how to set up mod_geoip with Apache2 on an Ubuntu 12.04 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.
-
-
Chrooting Apache2 With mod_chroot On Debian Squeeze
Author: Falko Timme • Tags: apache, debian, security, web server • Comments: 1
Chrooting Apache2 With mod_chroot On Debian Squeeze This guide explains how to set up mod_chroot with Apache2 on a Debian Squeeze system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.
-
Installing The PHP WebDAV Extension On Debian Squeeze
Author: Falko Timme • Tags: apache, debian, php, web server • Comments: 0
Installing The PHP WebDAV Extension On Debian Squeeze This article shows how you can install the PHP WebDAV extension for PHP5 on a Debian Squeeze system. The PHP WebDAV extension allows easy access to remote resources through the DAV protocol from PHP scripts.
-
Installing mod_geoip for Apache2 On Debian Squeeze
Author: Falko Timme • Tags: apache, debian, web server • Comments: 1
Installing mod_geoip for Apache2 On Debian Squeeze This guide explains how to set up mod_geoip with Apache2 on a Debian Squeeze 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.
-
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.
-
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.
-
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.