thanks a lot for the help... I will see how far I can get with this!

Something that I still don't quite understand... why does VisualSVN
Server support mod_alias (ScriptAlias command) if mod_cgi isn't
supported? My understanding is that mod_alias is useless without
mod_cgi?

Cheers
Mathieu

On Apr 27, 2:39 pm, Carey Bishop <[email protected]> wrote:
> Mathieu,
> The Apache website doesn't provide individual binaries for the modules, so
> the easiest way to install other Apache modules is to copy them across from
> another Apache installation. You need to ensure that the version of Apache
> you are copying from matches the version of Apache used by VisualSVN Server.
> Check the log file to ensure that the modules are loaded correctly when
> VisualSVN Server starts.
>
> Installing other modules is not something that the VisualSVN team are likely
> to support, so you're on your own from here. The Apache support forums are
> the best place to ask any questions about Apache module installation.
>
> Carey
>
> On Tue, Apr 28, 2009 at 5:23 AM, <[email protected]> wrote:
>
> > 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.
>
>

Reply via email to