HowtoForge provides user-friendly Linux tutorials.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 14
Author: Falko Timme • Tags: apache, fedora, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 14 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 14. 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.
-
Adding Custom Certificates To CIITIX-WiFi
Author: awan • Tags: linux • Comments: 0Adding Custom Certificates To CIITIX-WiFi CIITIX-WiFi is a turnkey solution to your WiFi hotspot needs. Built onto the rock solid stable debian linux, setting up a secure (TTLS) WiFi hotspot is just a minute away. This guide shows how to set up an AAA server (authentication, authorization and accounting) with CIITIX-WiFi. CIITIX-WiFi comes with certificates valid till 2020 but in case someone want to use their own certificates this tutorial can come in handy.
-
The Perfect Server - Debian Squeeze (Debian 6.0) [ISPConfig 2]
Author: Falko Timme • Tags: debian, ispconfig • Comments: 19
The Perfect Server - Debian Squeeze (Debian 6.0) [ISPConfig 2] This tutorial shows how to set up a Debian Squeeze (Debian 6.0) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 14
Author: Falko Timme • Tags: fedora, ftp • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Fedora 14 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
Hosting Multiple SSL Web Sites On One IP Address With Apache 2.2 And GnuTLS (Debian Lenny)
Author: todgerme • Tags: apache, debian, web server • Comments: 5
Hosting Multiple SSL Web Sites On One IP Address With Apache 2.2 And GnuTLS (Debian Lenny) This tutorial describes how you can host multiple SSL-encrypted web sites (HTTPS) on one IP address with Apache 2.2 and GnuTLS on a Debian Lenny server.
-
How To Install Tomcat6 With SUN-Java And Apache2 Integration On Ubuntu 10.04 [Lucid Lynx] With Virtual Hosts
Author: Jaac • Tags: apache, ubuntu • Comments: 5
How To Install Tomcat6 With SUN-Java And Apache2 Integration On Ubuntu 10.04 [Lucid Lynx] With Virtual Hosts Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. Tomcat should not be confused with the Apache web server, which is a C implementation of an HTTP web server; these two web servers are not bundled together. Apache Tomcat includes tools for configuration and management, but can also be configured by editing XML configuration files.
-
Install And Configure OpenLDAP On CentOS 5
Author: eamestoy • Tags: centos • Comments: 7
Install And Configure OpenLDAP On CentOS 5 This tutorial describes OpenLDAP installation on a computer running Red Hat, Fedora, CentOS or any distribution based on the package installer "yum." If you use a distribution with another package installer we install the same packages but with the installer for (aptitude for Debian-based distros).
-
Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Ubuntu 10.10)
Author: Falko Timme • Tags: email, ispconfig, ubuntu • Comments: 2
Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Ubuntu 10.10) Lots of people have reported problems (such as getting 404 Not Found errors) using the SquirrelMail webmail package in their web sites created through ISPConfig 3. If you have followed the "Perfect Server" guides for ISPConfig 3, you have SquirrelMail already installed, but if you are still having the same problems, then this guide is for you. This guide explains how to configure SquirrelMail on an Ubuntu 10.10 server so that you can use it from within your web sites (created through ISPConfig).
-
System Monitoring With sar And ksar
Author: gbi • Tags: linux, monitoring • Comments: 3
System Monitoring With sar And ksar sar is one of the old and famous commandline utilities, which is often overlooked. It provides a wealth of information when you have kind of performance bottlenecks. By itself it only provides lengthy columns of numerical data, kind of hard to interpret. sar exists on most Linux distributions, for example Ubuntu, Debian, CentOS, Gentoo, and is also available on Solaris, AIX, and other commercial Unices. ksar, on the other hand, is a Java based front end for sar's numerical data. It produces friendly graphs which could be exported to .pdf and some other formats.
-
How To Install OCS Inventory NG Server 2 On CentOS 5.5
Author: rafatmb • Tags: centos • Comments: 16
How To Install OCS Inventory NG Server 2 On CentOS 5.5 This article explains how to install OCS Inventory NG Server 2 on Linux Server. OCS Inventory is a great software to make inventories. The NG Server is formed by: communication server, deployment server, and administration console. The computers that will be inventoried must run an agent (installed on each computer), to connect to the OCS NG Server. We are using the CentOS 5.5 (64bits) distribution, but it will probably work on Fedora (and Red Hat, for sure).