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
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
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
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
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
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
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
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
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...
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
10 matches
Mail list logo