Subversion behind Nginx
Jonathan Vanasco
nginx at 2xlp.com
Tue Jan 2 17:51:44 MSK 2007
On Dec 31, 2006, at 9:16 PM, Cliff Wells wrote:
> Apache has a mod_svn that provides these additional methods which
> is why most people run Apache when they need to have SVN HTTP access.
mod_svn is for integrating apache with subversion. it lets you do
the 'fancy' subversion view over http (however, the trac view is
infinitely better)
you can do the following:
run nginx on port 80. run apache on 8001, with mod_svn enabled so
you have a svn only server
run nginx on port 80. run svnserve , the standalone svn server on
another port
// Jonathan Vanasco
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
More information about the nginx
mailing list