SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 34 | Next

David J Murphy

"Managing Software Development with Trac and Subversion"

The report is also available as an RSS feed.
As we can see Trac is a extremely powerful and flexible piece of software, but it is
one that tries hard not to be too constraining so that it can be adapted to the way that
we work rather than forcing us into its way of thinking.
Apache Web Server
The Apache web server (http://httpd.apache.org/) is an open-source web server
that runs on UNIX-style systems, Microsoft Windows, and other operating platforms,
and is released under the Apache license. It is commonly??”but incorrectly??”referred
to just as Apache, and we will do so here for the sake of brevity. It is by far the most
popular web server on the Internet, and is often the yardstick by which other web
servers are measured.
It provides many, many features, the majority of which we are going to ignore for the
purposes of implementing our solution. However one feature it provides is essential
to our needs.
??? ??? ??? ???
Introducing the Solution
[ 22 ]
Authentication
As we are going to be using Apache to provide access to Trac and Subversion,
then it makes sense to centralize our authentication here instead of maintaining
multiple systems.
There are many titles are already dedicated to documenting Apache and its
configuration, so, as for Subversion, this book will only provide us with the
information we need to implement and use it for our needs.


Pages:
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46