thank you for the reply. I think I am starting to see a little clearer here... I don't think that VisualSVN supports user-added modules though? I've looked and looked and looked for a mod_cgi.so file (for Windows) to download and couldn't find anything... Do you know where I could find it?
Thanks Mathieu On Apr 22, 9:24 am, bmearns <[email protected]> wrote: > On Apr 3, 1:10 pm, [email protected] wrote: > > > > > Hello all - > > > anybody? This is a generalcgi/ VisualSVN Server question, I'm sure > > someone has had experience with something similar at some point? > > > Thanks in advance > > Mathieu > > > On Apr 1, 4:36 pm, [email protected] wrote: > > > > Hello - > > > > I am trying to setupviewVCwith a VisualSVN Server installation. I > > > followed theViewVCinstallation instructions, and added the following > > > lines to httpd-custom.conf > > > > ---------------------------------------------------------- > > > LoadModule alias_module bin\mod_alias.so > > > > ScriptAlias /viewvc"C:\Program Files\viewvc-1.0.7\bin\cgi\viewvc.cgi" > > > ScriptAlias /query "C:\Program Files\viewvc-1.0.7\bin\cgi\query.cgi" > > > ---------------------------------------------------------- > > > > Now when I remotely point to my SVN server and addviewvcto the url > > > (i.e.https://myrepoaddress.com/viewvc) theCGIscript that /viewvc > > > points to (viewvc.cgi) is displayed (as text) in the browser, but not > > > executed! > > > > I am noCGIguru... What am I missing here? I thought that the > > > ScriptAlias command would instruct the server to execute the script? > > > > Thanks > > > Mathieu > > Are you doing this right in the VisualSVN httpd server? Because they > don't have mod_cgi, at least not the version I'm using. You'll need to > get the mod_cgi binary and copy it into visualsvnserver\bin, then do a > loadModule in your httpd-custom.conf.

