Sorry for the of topic post. But, I''ve noticed that FreeBSD and Lightpd seem to be popular with the RoR crowd. So this seemd like the best place to get a quick, answer. I''m setting up a FreeBSD dev box for RoR. I''d like to have SVN and lighttpd on it. Is anyone running SVN on lighttpd? Is it possible? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On 12/8/05, Larry Kelly <ldk2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m setting up a FreeBSD dev box for RoR. I''d like to have SVN and lighttpd > on it. Is anyone running SVN on lighttpd? Is it possible?Subversion is integrated heavily with Apache 2, and -- to my knowledge -- there is no module that allows you to directly host a Subversion repository through lighty. If you want to serve your Subversion repository via HTTP, then it has to go through Apache. However, theres no reason you couldn''t set up an Apche instance to run on a port other than 80, and then use lighty''s proxy module to forward requests for your Subversion repository on to the Apache server. -- Regards, John Wilger http://johnwilger.com ----------- Alice came to a fork in the road. "Which road do I take?" she asked. "Where do you want to go?" responded the Cheshire cat. "I don''t know," Alice answered. "Then," said the cat, "it doesn''t matter." - Lewis Carrol, Alice in Wonderland
On 12/8/05, Larry Kelly <ldk2005-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Sorry for the of topic post. But, I''ve noticed that FreeBSD and Lightpd > seem to be popular with the RoR crowd. So this seemd like the best place to > get a quick, answer. > > I''m setting up a FreeBSD dev box for RoR. I''d like to have SVN and lighttpd > on it. Is anyone running SVN on lighttpd? Is it possible? >Impossible as far as I know. There is no mod_svn for lighttpd unfortunately. -- rick http://techno-weenie.net