Linux Tutorials on the topic “apache”
-
How To Set Up WebDAV With Apache2 On Mandriva 2010.1 Spring
Author: Falko Timme • Tags: apache, mandriva, storage • Comments: 0
How To Set Up WebDAV With Apache2 On Mandriva 2010.1 Spring This guide explains how to set up WebDAV with Apache2 on a Mandriva 2010.1 Spring 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 Ubuntu 10.10
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 3
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.10. 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 Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP)
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 6
Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 14 server with PHP5 support (mod_php) and MySQL support.
-
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 40
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.10 server with PHP5 support (mod_php) and MySQL support.
-
Putting Varnish In Front Of Apache On Ubuntu/Debian
Author: Sypher • Tags: apache, debian, ubuntu • Comments: 19
Putting Varnish In Front Of Apache On Ubuntu/Debian Varnish is an open source "web accelerator" which you can use to speed up your website. It can cache certain static elements, such as images or javascript but you can also use it for other purposes such as Loadbalancing or some additional security. In this tutorial we will focus on the latter one. In this mode, Varnish will stop incomplete HTTP requests from reaching your Apache webserver.
-
Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3
Author: Till Brehm • Tags: apache, debian, high-availability, ispconfig, mysql, postfix • Comments: 24
Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3 This tutorial describes the installation of a clustered Web, Email, Database and DNS server to be used for redundancy, high availability and load balancing on Debian 5 with the ISPConfig 3 control panel. GlusterFS will be used to mirror the data between the servers and ISPConfig for mirroring the configuration files. I will use a setup of two servers here for demonstration purposes but the setup can scale to a higher number of servers with only minor modifications in the GlusterFS configuration files.
-
Installing ISPCP On Ubuntu Lucid x86_64 And Implementing Chroot Per Virtual Host In Apache2
Author: cwmoller • Tags: apache, control panels, ubuntu • Comments: 0
Installing ISPCP On Ubuntu Lucid x86_64 And Implementing Chroot Per Virtual Host In Apache2 This guide explains how to install ISPCP on Ubuntu 10.04 (Lucid Lynx) x86_64 and how to chroot virtual hosts in Apache2.
-
How To Set Up WebDAV With Apache2 On Ubuntu 10.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 4
How To Set Up WebDAV With Apache2 On Ubuntu 10.04 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 10.04 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 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.