Linux Tutorials on the topic “fedora”
-
Integrating XCache Into PHP5 (Fedora 13 & Lighttpd)
Author: Falko Timme • Tags: fedora, lighttpd, php • Comments: 0
Integrating XCache Into PHP5 (Fedora 13 & Lighttpd) This guide explains how to integrate XCache into PHP5 on a Fedora 13 system (with Lighttpd). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
-
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 13
Author: Falko Timme • Tags: fedora, ftp, security • Comments: 0
How To Integrate ClamAV Into PureFTPd For Virus Scanning On Fedora 13 This tutorial explains how you can integrate ClamAV into PureFTPd for virus scanning on a Fedora 13 system. In the end, whenever a file gets uploaded through PureFTPd, ClamAV will check the file and delete it if it is malware.
-
How To Set Up WebDAV With Apache2 On Fedora 13
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 0
How To Set Up WebDAV With Apache2 On Fedora 13 This guide explains how to set up WebDAV with Apache2 on a Fedora 13 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 13
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 13 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 13. 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.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13
Author: Falko Timme • Tags: fedora, ftp • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 13 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2)
Author: Falko Timme • Tags: apache, centos, fedora, php • Comments: 4
Integrating XCache Into PHP5 (Fedora 13/CentOS 5.5 & Apache2) This guide explains how to integrate XCache into PHP5 on a Fedora 13 or CentOS 5.5 system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
-
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2)
Author: Falko Timme • Tags: apache, php, fedora • Comments: 0
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 13 & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Fedora 13 system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
-
Fedora 13 Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: fedora, samba, storage • Comments: 2
Fedora 13 Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Fedora 13 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13
Author: Falko Timme • Tags: fedora, lighttpd, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 13
Author: Falko Timme • Tags: fedora, nginx, web server • Comments: 0
Installing Nginx With PHP5 And MySQL Support On Fedora 13 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.