@lists.fossil-scm.org
Subject: Re: [fossil-users] Fossil on IIS
On Tue, Mar 29, 2011 at 5:39 PM, Tony Perovic wrote:
> Works with Chrome, but Microsoft Internet Explorer didn't like it.
> Now, if I could just get the users to switch
Maybe using status 200
On Tue, Mar 29, 2011 at 5:39 PM, Tony Perovic wrote:
> Clicking the Login button, Fossil outputs this:
> Status: 302 Moved Temporarily
> Set-Cookie: fossil_login_3213c06d=anon%2F2455644... Path:
> /Projects/Test/Test.fossil; expires=Wed, 23 Mar 2011 23:51:39 GMT; Version=1
> Location: /Projects/Te
ct: RE: [fossil-users] Fossil on IIS
I'm not familiar with the HTML meta reload tag...I had to google it.
Clicking the Login button, Fossil outputs this:
Status: 302 Moved Temporarily
Set-Cookie: fossil_login_3213c06d=anon%2F2455644... Path:
/Projects/Test/Test.fossil; expires=Wed, 23 M
m.org
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Ron Wilson
Sent: Tuesday, March 29, 2011 4:11 PM
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Fossil on IIS
On Tue, Mar 29, 2011 at 4:39 PM, Tony Perovic
mailto:tpero...@compumation.com>> wrote:
IIS has anoth
On Tue, Mar 29, 2011 at 4:39 PM, Tony Perovic wrote:
> IIS has another bug that prevents Set-Cookie and Redirection within the
> same HTTP response. IIS tries to be efficient by executing the redirection
> without involving the browser but fails to pass along the cookie so the
> Login/Logout page
n...@lists.fossil-scm.org
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Richard Hipp
Sent: Tuesday, March 29, 2011 1:21 PM
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Fossil on IIS
On Tue, Mar 29, 2011 at 2:14 PM, Tony Perovic
mailto:tpero...@compumation.com>> wro
ard Hipp
> *Sent:* Tuesday, March 29, 2011 12:38 PM
>
> *To:* fossil-users@lists.fossil-scm.org
> *Subject:* Re: [fossil-users] Fossil on IIS
>
>
>
>
>
> On Tue, Mar 29, 2011 at 12:40 PM, Tony Perovic
> wrote:
>
> This is driving me nuts……
>
>
>
>
sil-users-boun...@lists.fossil-scm.org
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Richard Hipp
Sent: Tuesday, March 29, 2011 12:38 PM
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Fossil on IIS
On Tue, Mar 29, 2011 at 12:40 PM, Tony Perovic
mailto:tp
ed.
Today it is not working.
Windows is like that.
>
>
> Tony Perovic
>
> Compumation, Inc.
> --
>
> *From:* fossil-users-boun...@lists.fossil-scm.org [mailto:
> fossil-users-boun...@lists.fossil-scm.org] *On Behalf Of *Tony Perovic
> *
users-boun...@lists.fossil-scm.org
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Tony Perovic
Sent: Tuesday, March 01, 2011 3:58 PM
To: 'fossil-users@lists.fossil-scm.org'
Subject: [fossil-users] Fossil on IIS
Anybody get Fossil working as a "CGI script" on Mi
m: Tony Perovic
Sent: Wednesday, March 23, 2011 2:10 PM
To: 'fossil-users@lists.fossil-scm.org'
Subject: RE: [fossil-users] Fossil on IIS
Same shit with IIS 7.5. Good news is that I won't have to upgrade the server.
I'll have script around it somehow.
So, clicking the Login button
e home page. In
fact, that's probably how I'll script it assuming that IIS doesn't try to
outsmart itself again.
Tony Perovic
Compumation, Inc.
From: Tony Perovic
Sent: Tuesday, March 22, 2011 2:08 PM
To: 'fossil-users@lists.fossil-scm.org'
S
ny Perovic
Compumation, Inc.
From: fossil-users-boun...@lists.fossil-scm.org
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Richard Hipp
Sent: Tuesday, March 22, 2011 11:02 AM
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Fossil o
>
>
> Tony Perovic
>
> Compumation, Inc.
> --
>
> *From:* Tony Perovic
> *Sent:* Friday, March 18, 2011 11:01 AM
>
> *To:* 'fossil-users@lists.fossil-scm.org'
> *Subject:* RE: [fossil-users] Fossil on IIS
>
>
>
>
Apparently, the Fossil Login with never work with IIS 6.0:
http://support.microsoft.com/kb/176113
Tony Perovic
Compumation, Inc.
From: Tony Perovic
Sent: Friday, March 18, 2011 11:01 AM
To: 'fossil-users@lists.fossil-scm.org'
Subject: RE: [fossil-users]
I'm having trouble with the Login page on IIS/CGI
I wrote a Perl script that accepts Fossil requests like this:
http://myserver/cgi-bin/Fossil.pl?repository=\Projects\...\Test.fossil
It generates a CGI script (Fossil.cgi):
#! Fossil
repository: \Projects\...\Test.fossil
then invokes
...@lists.fossil-scm.org] On Behalf Of Lluís Batlle i
Rossell
Sent: Friday, March 04, 2011 4:45 PM
To: fossil-users@lists.fossil-scm.org
Subject: Re: [fossil-users] Fossil on IIS
On Fri, Mar 04, 2011 at 04:27:44PM -0600, Tony Perovic wrote:
> Q: How should the CGI script invoke Fossil
On Fri, Mar 04, 2011 at 04:27:44PM -0600, Tony Perovic wrote:
> Q: How should the CGI script invoke Fossil to request these internal
> resources?
The CGI is quite a defined interface, telling any query information through
environment variables, and expecting any answer in stdout.
___
This is what I've got:
- All our project files area stored on a shared file server (Windows Server
2003)
- We have multiple clients
- Clients have one or more projects
- Clients could have multiple locations
- Projects could have one or more subprojects
- Each client/location/project/subproject h
On Tue, Mar 1, 2011 at 4:57 PM, Tony Perovic wrote:
> Anybody get Fossil working as a “CGI script” on Microsoft Server 2003 /
> IIS?
>
>
>
> I’m trying to access multiple repositories with one script as described at:
>
> http://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki
>
>
>
> Learn
Anybody get Fossil working as a "CGI script" on Microsoft Server 2003 / IIS?
I'm trying to access multiple repositories with one script as described at:
http://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki
Learned more than I ever wanted to know about IIS/CGI/Scripting.
[cid:image002.j
21 matches
Mail list logo