Hello -
I have installed VisualSVN Server and ViewVC. ViewVC works fine
locally as a standalone, but I'm struggling to make it accessible
remotely. The ViewVC INSTALL document tells me to do the following:
"
2) The ScriptAlias directive is very useful for pointing
directly to the viewvc.cgi script. Simply insert a line containing
ScriptAlias /viewvc <VIEWVC_INSTALLATION_DIRECTORY>/bin/cgi/
viewvc.cgi
into your httpd.conf file. Choose the location in httpd.conf
where
also the other ScriptAlias lines reside. Some examples:
ScriptAlias /viewvc /usr/local/viewvc-1.0/bin/cgi/viewvc.cgi
ScriptAlias /query /usr/local/viewvc-1.0/bin/cgi/query.cgi
continue with step 3).
"
Since httpd.conf tells me not to modify it since it will get re-
populated by VisualSVN, I am attempting to enter the above lines into
httpd-custom.conf . When I restart the VisualSVN server however I get
the following error:
"
Invalid command 'ScriptAlias', perhaps misspelled or defined by a
module not included in the server configuration
"
Is there a way for me to install the required module? Am I anywhere
near doing the right thing?
Thanks in advance for your help
Mathieu