>ScriptAlias take the matching 1st argument found in the URL and maps it
>to the 2nd argument in the filesystem as well as specifying that it is
>executable. If it is commented out it obviously isn't going to work -
>and the filesystem location specified has to match the actual location
>of the file which doesn't seem to be the case.
>
>ScriptAlias directives also apply to intermediate directories, so your
>entry of:
>ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
>means that a url of:
>/cgi-bin/viewvc.cgi
>would execute /var/www/cgi-bin/viewvc.cgi, which is where I though you
>said you put the file.
That is where the viewvc.cgi file is sitting;
# ls -la /var/www/cgi-bin/
total 24
drwxr-xr-x 2 root root 4096 Aug 31 11:04 .
drwxr-xr-x 6 root root 4096 Jul 20 10:58 ..
-rwxr-xr-x 1 root root 1672 Aug 31 11:04 query.cgi
-rwxr-xr-x 1 root root 1779 Jun 23 09:51 viewvc.cgi
PATI MOSS
System Engineer Sr. Professional
CSC
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2389136
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-31 20:09:56 CEST