Re: [us...@httpd] A critical .htaccess problem

2009-01-23 Thread Brian Mearns
On Wed, Jan 21, 2009 at 11:19 PM, J. Bakshi wrote: > Brian Mearns wrote: >> On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote: >> >>> Brian Mearns wrote: >>> Let's start with the obvious question first: how are you trying to access SVN outside the LAN? You've configured your repos locati

Re: [us...@httpd] A critical .htaccess problem

2009-01-21 Thread J. Bakshi
Brian Mearns wrote: > On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote: > >> Brian Mearns wrote: >> >>> Let's start with the obvious question first: how are you trying to >>> access SVN outside the LAN? You've configured your repos location to >>> only require SSL for certain methods, and

Re: [us...@httpd] A critical .htaccess problem

2009-01-21 Thread Brian Mearns
On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote: > Brian Mearns wrote: >> >> Let's start with the obvious question first: how are you trying to >> access SVN outside the LAN? You've configured your repos location to >> only require SSL for certain methods, and GET is not one of them. So >> if you

Re: [us...@httpd] A critical .htaccess problem

2009-01-21 Thread Brian Mearns
On Wed, Jan 21, 2009 at 1:07 AM, J. Bakshi wrote: > Brian Mearns wrote: >> >> Let's start with the obvious question first: how are you trying to >> access SVN outside the LAN? You've configured your repos location to >> only require SSL for certain methods, and GET is not one of them. So >> if you

Re: [us...@httpd] A critical .htaccess problem

2009-01-20 Thread J. Bakshi
Brian Mearns wrote: > On Mon, Jan 19, 2009 at 11:41 PM, J. Bakshi wrote: > >> Craig Huffstetler wrote: >> >>> Krist is correct - you need to make sure Subversion a Virtual Host. >>> I'm including a few instructions as I'm sure you're all set on >>> Subversion and Apache. If you're still ha

Re: [us...@httpd] A critical .htaccess problem

2009-01-20 Thread Brian Mearns
On Mon, Jan 19, 2009 at 11:41 PM, J. Bakshi wrote: > Craig Huffstetler wrote: >> Krist is correct - you need to make sure Subversion a Virtual Host. >> I'm including a few instructions as I'm sure you're all set on >> Subversion and Apache. If you're still having problems let us know. > > Hello Cr

Re: [us...@httpd] A critical .htaccess problem

2009-01-19 Thread J. Bakshi
Craig Huffstetler wrote: > Krist is correct - you need to make sure Subversion a Virtual Host. > I'm including a few instructions as I'm sure you're all set on > Subversion and Apache. If you're still having problems let us know. Hello Craig and Krist, Thanks for your guidance. Craig, the points

Re: [us...@httpd] A critical .htaccess problem

2009-01-19 Thread Craig Huffstetler
Krist is correct - you need to make sure Subversion a Virtual Host. I'm including a few instructions as I'm sure you're all set on Subversion and Apache. If you're still having problems let us know. Also, is port 443 open on your router and is Apache listening on this port? Ensure nothing is block

Re: [us...@httpd] A critical .htaccess problem

2009-01-19 Thread Krist van Besien
On Mon, Jan 19, 2009 at 8:12 AM, J. Bakshi wrote: > How can I force svn to stick with https:// along with the above > .htaccess configuration ? > Please enlighten me. Make your SVN config part of your https virtual host. That way svn will not be accessible via http. Krist -- krist.vanbes...

[us...@httpd] A critical .htaccess problem

2009-01-18 Thread J. Bakshi
Dear list, I have a very critical problem with .htaccess. I have SVN which can be accessed by https. here is the configuration for my svn ~` DAV svn AuthType Basic AuthName "Authorization Realm" AuthUserFile /home/SVN/PASSWD Require valid-user