Linux Tutorials on the topic “apache”
-
Installing PHP5 Debugger On OpenSUSE 11.3
Author: wintel2006 • Tags: apache, php, suse • Comments: 3
Installing PHP5 Debugger On OpenSUSE 11.3 This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.The reason I use xdebug is, as far as I know now, xdebug supports php 5.3 or above.
-
How To Set Up WebDAV With Apache2 On OpenSUSE 11.3
Author: Falko Timme • Tags: apache, suse • Comments: 1
How To Set Up WebDAV With Apache2 On OpenSUSE 11.3 This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 11.3 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.
-
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.1 Spring (LAMP)
Author: Falko Timme • Tags: apache, mandriva, web server • Comments: 2
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.1 Spring server with PHP5 support (mod_php) and MySQL support.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 5
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.04 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.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.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3
Author: Falko Timme • Tags: apache, php, suse • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 11.3. 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.
-
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.
-
Caching With Apache's mod_cache On Ubuntu 10.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 1
Caching With Apache's mod_cache On Ubuntu 10.04 This article explains how you can cache your web site contents with Apache's mod_cache on Ubuntu 10.04. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
Chrooting Apache2 With mod_chroot On Ubuntu 10.04
Author: Falko Timme • Tags: apache, security, ubuntu • Comments: 4
Chrooting Apache2 With mod_chroot On Ubuntu 10.04 This guide explains how to set up mod_chroot with Apache2 on an Ubuntu 10.04 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.
-
Caching With Apache's mod_cache On Debian Lenny
Author: Falko Timme • Tags: apache, debian, web server • Comments: 1
Caching With Apache's mod_cache On Debian Lenny This article explains how you can cache your web site contents with Apache's mod_cache on Debian Lenny. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).