Linux Tutorials on the topic “ispconfig”
-
Installing Wordpress On A Server Running ISPconfig 2.x
Author: Been Told • Tags: control panels, ispconfig, linux • Comments: 0
Installing Wordpress On A Server Running ISPconfig 2.x This tutorial describes how I install Wordpress which I have done this way on numerous different servers, including Windows and Linux setups. I absolutely agree that there are other ways to do this, but this is a tutorial on my way of doing it.
-
Installing Elgg On An ISPConfig 3 System
Author: Falko Timme • Tags: linux, control panels, ispconfig • Comments: 6Installing Elgg On An ISPConfig 3 System Elgg is an open-source web application written in PHP that allows you to run a social-networking site. This tutorial shows how you can install it on a server running ISPconfig 3.
-
How To Configure SquirrelMail To Allow Users To Change Their Email Passwords On An ISPConfig 3 Server
Author: CubAfull • Tags: control panels, email, ispconfig • Comments: 27
How To Configure SquirrelMail To Allow Users To Change Their Email Passwords On An ISPConfig 3 Server This guide explains how you can configure your SquirrelMail webmail application on an ISPConfig 3 server so that email users can change their passwords themselves directly in SquirrelMail.
-
-
Changing From SquirrelMail To RoundCube On Your ISPConfig3 Server
Author: /<2 • Tags: control panels, email, ispconfig • Comments: 12
Changing From SquirrelMail To RoundCube On Your ISPConfig3 Server This tutorial has been created for those who have installed The Perfect Server - CentOS 5.4 x86_64 [ISPConfig 3] and do not like SquirrelMail as webmail client. Here’s a guide to replace SquirrelMail with RoundCube, which is more visually attractive and easier to manage for our clients.
-
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.
-
How To Install Z-Push On An ISPConfig 3 Server (Debian Lenny)
Author: edge • Tags: debian, control panels, ispconfig • Comments: 5
How To Install Z-Push On An ISPConfig 3 Server (Debian Lenny) Z-push is an implementation of the ActiveSync protocol which is used 'over-the-air' for multi platform ActiveSync devices, including Windows Mobile, iPhone, Sony Ericsson and Nokia mobile devices. With Z-push any groupware can be connected and synced with these devices. This install of Z-Push is on a The Perfect Server - Debian Lenny (Debian 5.0) [ISPConfig 3] setup.
-
Protect phpMyAdmin On An ISPConfig 3 Server (Debian)
Author: Hans • Tags: debian, control panels, ispconfig • Comments: 8
Protect phpMyAdmin On An ISPConfig 3 Server (Debian) With this small howto I explain how to protect your phpmyadmin installation on your Debian server with ISPConfig3 against hack attempts as much as possible. I assume that you already have an ISPConfig3 server running on Debian, which has been set up according to this howto and that phpmyadmin has been installed from the Debian repository into the directory /usr/share/phpmyadmin. With this default setup you can access phpMyAdmin via: http://www.anywebsiteonyourserver.tld/phpmyadmin, which we're going to change for security reasons.
-
Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu
Author: bvidinli • Tags: apache, control panels, debian, dns, ftp, ispconfig, linux, mysql, other, php, postfix, ubuntu • Comments: 6Installing ehcp (Easy Hosting Control Panel) On Any Debian Or Apt-Get Based Distro, Including Ubuntu In this tutorial I will show you howto install ehcp on any debian based distro, or any distro that has apt-get support. ehcp stands for Easy Hosting Control Panel. It may be used by anyone wanting to host multiple domains in his dedicated/vps server. It is a hosting control panel under development.
-
I need an SSL certificate for my website. What do I have to do?
Author: Till Brehm • Tags: ispconfig • Comments: 5
Activate the option SSL on the tab Basic of the web and go to the tab SSL. Provide your information there (State/county and Organizational unit are optional"). Please leave the fields SSL Request and SSL Certificate empty. Choose Create Certificate under Action and then click on Save.Afterwards, if you go to the tab SSL again, you will find the Certificate Signing Request (CSR) under SSL Request. Copy the CSR. With this CSR you can apply for an SSL certificate at companies like Verisign (www.verisign.com), Baltimore (www.baltimore.com), Entrust (www.entrust.com), Geotrust (www.geotrust.com) or InstantSSL (www.instantssl.com).
-
Quota does not work under SuSE 8.2!
Author: Till Brehm • Tags: ispconfig, linux • Comments: 0
On a standard SuSE 8.2 installation the quota module is not loaded into the kernel which is why quotaon -avug gives back an error. Load the quota module manually with insmod quota_v1 and insmod quota_v2 To have those modules loaded on every bootup of the system please insert modprobe quota_v1 and modprobe quota_v2 in /etc/init.d/boot.local.