Linux Tutorials on the topic “apache”
-
PHP session data is not deleted when using custom session management on debian (and ubuntu)
Author: Croydon • Tags: apache, php • Comments: 0
PHP session data is not deleted when using custom session management on debian (and ubuntu) On debian systems (as far as I know this applies to ubuntu, too) the garbage collector for PHP sessions is disabled by default. The corresponding setting in php.ini is session.gc_probability = 0 which enables the garbage collector when set to something greater than zero. The default value in PHP is 1, so the garbage collector is called with a probability of 1/100 at each PHP script call. On debian systems this setting is disabled because of the fact that the default path for session storage is not writable for the web server process (and it shouldn't be either). Deleting of outdates session files is done by a system cron job here.
-
The Perfect Server - CentOS 5.10 x86_64 [ISPConfig 3]
Author: Falko Timme • Tags: apache, centos, ispconfig, web server • Comments: 5
The Perfect Server - CentOS 5.10 x86_64 [ISPConfig 3] This tutorial shows how to prepare a CentOS 5.10 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: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
How To Create A LAMP Setup (Apache2, PHP, MySQL) On CentOS 5.x In An Amazon Linux AMI 32bits Or 64bits
Author: retros • Tags: apache, centos, virtualization • Comments: 7
How To Create A LAMP Setup (Apache2, PHP, MySQL) On CentOS 5.x In An Amazon Linux AMI 32bits Or 64bits This tutorial explains how to create a virtual machine with CentOS 5.x on Amazon's Elastic Compute Cloud (Amazon EC2) and how to set up a LAMP system (LAMP stands for "Linux, Apache, MySQL, PHP") in this virtual machine. We use an AMI (Amazon Machine Image) to set this virtual machine up.
-
-
Setting up an NFS Server and Client on Debian Wheezy
Author: Till Brehm • Tags: apache, debian, ispconfig, web server • Comments: 3
This guide explains how to set up an NFS server and an NFS client on Debian Wheezy. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk. In this Tutorial I will show you two different NFS exports, the export of a client directory that stores files as user nobody / nogroup without preserving filesystem permissions and a export of the /var/www directory which preserves permissions and ownerships of files, as required on a hosting server setup.
-
How To Build PHP 5.5 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy)
Author: Falko Timme • Tags: apache, php, debian, control panels, ispconfig, web server, nginx • Comments: 8
How To Build PHP 5.5 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy) 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.5 as a PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP 5.5 builds include the ionCube Loader, Zend OPcache, and APCu.
-
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Debian Wheezy)
Author: Falko Timme • Tags: apache, php, debian, control panels, ispconfig, web server, nginx • Comments: 39
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Debian Wheezy) 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 a Debian Wheezy server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig.
-
How To Share Your Photos For Free From Your Home Server Using Ubuntu 12.04 LTS And phpAlbum
Author: mrpurple • Tags: apache, ubuntu • Comments: 1
How To Share Your Photos For Free From Your Home Server Using Ubuntu 12.04 LTS And phpAlbum If you would like to share your photos with family and friends from your own home server rather than posting onto some social networking site then perhaps this is the how-to for you. phpAlbum is an easy to use photosharing website that you can host yourself and use it to easily manage, view and selectively share your own photo collection with freinds, family, and the world. It's all free and you retain full ownership over the whole system.
-
How To Forward Ports To Your Ubuntu 12.04 LTS LAMP Server
Author: mrpurple • Tags: apache, ubuntu, web server • Comments: 0
How To Forward Ports To Your Ubuntu 12.04 LTS LAMP Server This how-to is a wrapper for the fantastic portforwarding help site www.portforward.comTo support, and make it very easy for, those who want to set up a home server on an ubuntu 12.04 LTS server running LAMP. I will assume you have installed ubuntu 12.04 LTS with LAMP and are trying to setup a webserver and need to do a port forward for port 80. While we're at it we'll choose a setup to do port 443 as well so we could potentially host websites on https later. Once you've gone through the process you can repeat it for any ports you may require as defined by the service you are trying to serve to the internet.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 19 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On Fedora 19 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 19 server with PHP5 support (mod_php) and MySQL support.
-
Change Password Of Server OpenSUSE 12.2 With ISPConfig 3
Author: tanvir • Tags: apache, email, ispconfig, mysql, suse • Comments: 2
Change Password Of Server OpenSUSE 12.2 With ISPConfig 3 In this tutorial we will show you how to change the password of your mail server which is running on OpenSUSE 12.2 and ISPConfig 3.x.