apache
Installing Apache2 and PHP5 using mod_fcgid
All this time I used to use Apache with prefork method (apache2-mpm-prefork) combined with PHP5 module (libapache2-mod-php5). Until the day my web server choking out of resources because lots of users accessing. Apache with PHP module consumes a lot of memory because each request is handled by one process.
Setting up Subversion server using Apache in Debian/Ubuntu
So you start managing your codes/data/fill-in-the-blanks-here using Subversion. You create the repository and share it using NFS or Windows file sharing. But you needed something more sophisticated, like a repository server. Of course Subversion itself already come with built-in server. But that means adding a new daemon and a new port opened. You already have Apache web server in your intranet server. Why don't you use it?
I'll assume you already have Apache 2 installed. First you must install the Subversion along with it's module for Apache:




1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 4 days ago
2 weeks 4 days ago
3 weeks 4 days ago
3 weeks 5 days ago
4 weeks 6 days ago
5 weeks 4 days ago