Search results for How-To: Setup Subversion with Apache2 on Ubuntu
 |
|
Post date: May 17, 2005, 08:05
Category: Network
Views: 6166
Comments
|
Tutorial quote: This article demonstrates how to create a secure repository using Subversion. The next installment will show how to train your users to access the repository using a GUI client. |
 |
|
Post date: June 19, 2007, 02:06
Category: Miscellaneous
Views: 3573
Comments
|
Tutorial quote: Subversion is a free/open-source version control system. That is, Subversion manages files and directories over time. A tree of files is placed into a central repository. The repository is much like an ordinary file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. |
 |
|
Post date: June 9, 2005, 04:06
Category: Software
Views: 3492
Comments
|
Tutorial quote: Imagine a utility that lets you make an annotated backup of any of your project files with the click of a mouse or a single command. It would let you review the history of your backups and recover any version you wished. And it would integrate with your file browser and would keep track of files that have changed since your last backup. The utility exists -- Subversion, and its companion program TortoiseSVN, can help you safely manage your files as you work with them. |
 |
|
Post date: March 15, 2006, 00:03
Category: Installing
Views: 5699
Comments
|
Tutorial quote: This tutorial includes debian Installation,FTP Server Setup,Webserver Setup,Samba Server Setup,Database Server Setup,time clock sync server,
Mail Server Configuration,VNC Server setup,Proxy Server Setup,SSH Server Setup,tftp Server Setup,DHCP Server Setup,
IPtables Configuration,DNS Server Setup,Firewalls configuration,Backup configuration |
 |
|
Post date: February 28, 2006, 00:02
Category: Network
Views: 5777
Comments
|
Tutorial quote: This tutorial shows how to install and configure Apache2 with PHP5 and PHP4 enabled at the same time. Because it is not possible to run both PHP5 and PHP4 as Apache modules, we must run one of them as CGI, the other one as Apache module. In this document I will use PHP5 as Apache module and PHP4 as CGI, and I will describe the setup for the Linux distributions Debian Sarge (3.1) and Ubuntu 5.10 (Breezy Badger). |
 |
|
Post date: February 23, 2007, 18:02
Category: Miscellaneous
Views: 4218
Comments
|
Tutorial quote: Auth Shadow or mod-auth-shadow is a module for apache (and apache2, sort of) that enables authentication against /etc/shadow. The benefits being that any system user with a password can be authenticated for web_dav, subversion or simply an https server. The only other way to do this is with PAM. That method is dangerous because the apache user (www-data in my case) must be able to read /etc/shadow. Obviously, not a good idea. Auth Shadow accomplishes this safely by using a intermediate program called validate. This works because validate can be owned by root but executable by everyone. In the event that your server is compromised through apache, your password file will not be readable. |
 |
|
Post date: April 6, 2010, 12:04
Category: Installing
Views: 3006
Comments
|
Tutorial quote: 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. |
 |
|
Post date: August 29, 2006, 16:08
Category: Installing
Views: 57891
Comments
|
Tutorial quote: I, like many others, made the decision to attempt an install of Ubuntu 6.06 server with the preconfigured LAMP option without having ever attempted using Linux before. My goal was to build a setup that I could host my personal web site from. [...] Hence, I am writing this as a partial documentation of my trials and tribulations with hopes of aiding all Linux noobs on the steps necessary to create a basic Linux, Apache2, MySQL5 and PHP5 system with FTP. |
 |
|
Post date: April 15, 2010, 12:04
Category: Installing
Views: 3192
Comments
|
Tutorial quote: 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. |
 |
|
Post date: September 7, 2010, 14:09
Category: Installing
Views: 2860
Comments
|
Tutorial quote: This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.04. 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. |
|
|