Hello - I am trying to setup viewVC with a VisualSVN Server installation. I followed the ViewVC installation 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 add viewvc to the url (i.e. https://myrepoaddress.com/viewvc) the CGI script that /viewvc points to (viewvc.cgi) is displayed (as text) in the browser, but not executed! I am no CGI guru... What am I missing here? I thought that the ScriptAlias command would instruct the server to execute the script? Thanks Mathieu

