Linux Tutorials on the topic “apache”
-
How To Set Up suPHP On A Debian Etch Based ISPConfig Server
Author: Hans • Tags: apache, control panels, ispconfig, php • Comments: 3How To Set Up suPHP On A Debian Etch Based ISPConfig ServerWhen you've set up suPHP on your ISPConfig server, you are able to run the PHP scripts under the admin user of the website instead of www-data. In general, this howto is the same as my howto "How To Set Up suPHP On A Debian Sarge Based ISPConfig Server" at http://www.howtoforge.com/suphp_debian_ispconfig but it contains some small but important modifications for Debian Etch.
-
How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions
Author: archerjd • Tags: apache, control panels, debian, ispconfig • Comments: 4How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions This how-to is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS Extensions are relatively new, some internet browsers will not work so the apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.
-
How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above)
Author: Falko Timme • Tags: apache, centos, control panels, debian, fedora, ispconfig, linux, mandriva, suse, ubuntu • Comments: 1How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above) Starting with version 2.2.20, ISPConfig has built-in support for Ruby. Instead of using CGI/FastCGI, ISPConfig depends on mod_ruby being available in the server's Apache. This article explains how to install mod_ruby on various distributions supported by ISPConfig.
-
-
How To Install suPHP On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above)
Author: Falko Timme • Tags: apache, centos, control panels, debian, fedora, ispconfig, linux, mandriva, php, suse, ubuntu • Comments: 5How To Install suPHP On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above) Starting with version 2.2.20, ISPConfig has improved support for suPHP. This article explains how to install suPHP on various distributions supported by ISPConfig. (If you have used suPHP with previous ISPConfig versions, your installation will still work.)
-
Using WebDAV With ISPConfig 3 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, ubuntu, control panels, ispconfig • Comments: 2
Using WebDAV With ISPConfig 3 On Ubuntu 9.10 This guide explains how to set up and use WebDAV on a web site created with ISPConfig 3 on an Ubuntu 9.10 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.
-
Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified)
Author: c0mrade • Tags: apache, dns, centos, bind • Comments: 6Create Your Own Web Server With BIND And Apache On CentOS 5 (Simplified) This tutorial explains how you can run your own web server on CentOS 5 with the help of Apache and the BIND name server.
-
How To Set Up WebDAV With MySQL Authentication On Apache2 (Ubuntu 9.10)
Author: Falko Timme • Tags: apache, mysql, ubuntu • Comments: 0
How To Set Up WebDAV With MySQL Authentication On Apache2 (Ubuntu 9.10) This guide explains how to set up WebDAV with MySQL authentication (using mod_auth_mysql) on Apache2 on an Ubuntu 9.10 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.
-
HowTo: Install Memcached With repcached "Built-In Server Side Replication" On Debian Lenny
Author: MarcusSpiegel • Tags: apache, debian, high-availability, programming • Comments: 5
HowTo: Install Memcached With repcached "Built-In Server Side Replication" On Debian Lenny People probably know about memcached and its high performance name-value based memory object cache interface. Its main purpose is to provide an easy to use distributed caching engine in a multinode environment. Have you ever wanted to let memcached handle replication?
-
Chrooting Apache2 With mod_chroot On Debian Lenny
Author: Falko Timme • Tags: apache, debian, security • Comments: 2
Chrooting Apache2 With mod_chroot On Debian Lenny This guide explains how to set up mod_chroot with Apache2 on a Debian Lenny 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.
-
Chrooting Apache2 With mod_chroot On Fedora 12
Author: Falko Timme • Tags: apache, fedora, security • Comments: 0
Chrooting Apache2 With mod_chroot On Fedora 12 This guide explains how to set up mod_chroot with Apache2 on a Fedora 12 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.