Re: [us...@httpd] apache rewrite question

2009-10-26 Thread J. Bakshi
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

Re: [us...@httpd] apache rewrite question

2009-10-26 Thread Tom Evans
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

[us...@httpd] apache rewrite question

2009-10-26 Thread J. Bakshi
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