Tom Evans wrote:
> On Mon, 2009-10-26 at 17:20 +0530, J. Bakshi wrote:
>
>> Hello,
>>
>> Here in my debian lenny box rewrite stuff is working well in .htaccess file.
>>
>> For viewvc ( web based svn ) I have the following config . ( Not a vhost )
>>
>> ``
>> ScriptAlias
On Mon, 2009-10-26 at 17:20 +0530, J. Bakshi wrote:
> Hello,
>
> Here in my debian lenny box rewrite stuff is working well in .htaccess file.
>
> For viewvc ( web based svn ) I have the following config . ( Not a vhost )
>
> ``
> ScriptAlias /svn /usr/lib/cgi-bin/viewv
Hello,
Here in my debian lenny box rewrite stuff is working well in .htaccess file.
For viewvc ( web based svn ) I have the following config . ( Not a vhost )
``
ScriptAlias /svn /usr/lib/cgi-bin/viewvc.cgi
SSLRequireSSL
AuthType Basic
AuthName "requires a password"
A