Linux Tutorials on the topic “apache”
-
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.0 (LAMP)
Author: Falko Timme • Tags: apache, mandriva, mysql, php • Comments: 2
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.0 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.0 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.2 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse • Comments: 12
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.2 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.2 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 30
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.10 server with PHP5 support (mod_php) and MySQL support.
-
-
How To Set Up WebDAV With Apache2 On Mandriva 2009.1
Author: Falko Timme • Tags: apache, mandriva • Comments: 0
How To Set Up WebDAV With Apache2 On Mandriva 2009.1 This guide explains how to set up WebDAV with Apache2 on a Mandriva 2009.1 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 2009.1 (LAMP)
Author: Falko Timme • Tags: apache, mandriva, mysql, php • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2009.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2009.1 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 11 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 9
Installing Apache2 With PHP5 And MySQL Support On Fedora 11 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 11 server with PHP5 support (mod_php) and MySQL support.
-
How To Install Django On Mandriva 2009.1 (Apache2/mod_python)
Author: Falko Timme • Tags: apache, mandriva • Comments: 0
How To Install Django On Mandriva 2009.1 (Apache2/mod_python) This tutorial explains how to install Django on a Mandriva 2009.1 server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
-
How To Set Up WebDAV With Apache2 On Ubuntu 9.04
Author: Falko Timme • Tags: apache, ubuntu • Comments: 3
How To Set Up WebDAV With Apache2 On Ubuntu 9.04 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.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.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.1 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.1 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.1 server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 1
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 11. 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.