r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!Cheyenne] Discussions about the Cheyenne Web Server

Dockimbel
8-Oct-2006
[1]
Hi guys, Test release for Cheyenne is out ! Go get it : http://softinnov.org/cheyenne.shtml
btiffin
8-Oct-2006
[2]
One thanks from Ontario Canada.  Cool Runnin's so far.
Pekr
9-Oct-2006
[3x2]
Haven't studied it properly, but can console be avoided?
hmm, strange - RSP test app - under Seamonkey, I get mostly uncomplete 
response - even for 4 apps test, three are returned imediatelly, 
one is not loaded, I get busy indicator. Tried in IE, 4 example works, 
16 example - I get RSP error 311 - invalid path value: hits
Dockimbel
9-Oct-2006
[5]
Console: add no-window in the Encap header in cheyenne.r before encapping.
Pekr
9-Oct-2006
[6]
ah, I just used .exe provided ...
Dockimbel
9-Oct-2006
[7]
RSP strange error: possible, but didn't saw any of this kind for 
a while under IE.
Pekr
9-Oct-2006
[8x2]
the stranger situation was with Mozilla - 16 test, only 4 or 5 boxes 
were filled, then I got busy indicator ....
I will have to check on my antivirus etc.
Dockimbel
9-Oct-2006
[10]
Tested on a linux box with Firefox : no error.
Pekr
9-Oct-2006
[11x2]
rebooted, trying 4 example, it loads 3 sessions imediatelly, stops 
not displaying anything for fourth box, just got a busy indicator 
...
Win2K ....
Dockimbel
9-Oct-2006
[13]
Try with the source version, not the encapped one.
Pekr
9-Oct-2006
[14x5]
still the same ... the interesting thing is the difference between 
the IE and SeaMonkey - Seamonkey returns 3 IDs, IE returns all errors, 
but somehow it "unblocks" the "channel" for SeaMonkey, which finishes 
afterwards. Then reloading page in SeaMonkey works ...
hopefully there is no problem with using localhost. In Seamonkey, 
using http://localhost, I get three results, then it blocks ... with 
using http://my-ip-addressI get 3 errors (311), then it blocks too 
...
I will upgrade Seamoneky to the latest one ...
error is in protected-exec Near [print session/hits txt 244 268] 
- Invalid path value: hits ... like it would not know that session 
object variable ...
print = prin
Dockimbel
9-Oct-2006
[19]
Session are maintained by cookies, maybe you've disabled cookie support 
in your browser ?
Pekr
9-Oct-2006
[20x2]
no way ...
I can see cheyenne cookie in the list of cookies for SeaMonkey ...
Dockimbel
9-Oct-2006
[22x2]
I'll set up an online bug database soon.
Does anyone know if RAMBO source code is available ?
Rebolek
9-Oct-2006
[24]
AFAIK it's not available
Dockimbel
9-Oct-2006
[25]
Maybe I should post a news on slashdot stating that the RAMBO is 
released and point to REBOL.com website ? ;-)) Looks like this method 
works quite well ;-)
Pekr
9-Oct-2006
[26]
hmm, then we should post about Rebol 3.0 alpha too :-)
Henrik
9-Oct-2006
[27]
[uniserve] Async Protocol FastCGI loaded
[uniserve] Starting task-master...

## Error in [uniserve] : Cannot open server task-master on port 9799 
!
[uniserve] Starting HTTPd...
## Error in [uniserve] : Cannot open server HTTPd on port 80 !

is all I get...
Louis
9-Oct-2006
[28]
Is there supposed to be a file called show.r? I can't find it.
Pekr
9-Oct-2006
[29]
don't you run another httpd task (e.g. apache) on port 80?
Henrik
9-Oct-2006
[30]
pekr, I found a Uniserve task buried in the background :-)
Louis
9-Oct-2006
[31]
Ok, show.r is show.cgi.  But it doesn' t work for me.
Maarten
9-Oct-2006
[32]
Doc, I asked Carl for the Rambo source once and he gave it, so perhaps 
if you ask him (or even better: to publish it...)
Dockimbel
9-Oct-2006
[33]
Thanks Marteen, I'm using currently Mantis for bug tracking, so maybe 
I'll stick with it...Anyway I'll ping Carl about RAMBO.
Claude
9-Oct-2006
[34]
very great work!!! many thanks for it ;-)
Graham
9-Oct-2006
[35]
doc, why not just use trac ?
Gabriele
9-Oct-2006
[36x2]
Doc: maybe if you ask Carl he'll send you the code for RAMBO. I know 
he's very open to this.
ah, Maarten said the same :)
Dockimbel
9-Oct-2006
[38]
Mantis is far more advanced bugtracking tool than Trac.
Graham
9-Oct-2006
[39]
ok
Coccinelle
10-Oct-2006
[40]
Probably a stupid question, anyway, how to change the port to something 
else when running the cheyenne.exe ?
yeksoon
10-Oct-2006
[41]
I think if you want to change the port...you have to use 'cheyenne.r' 
instead.

just change the port-id in HTTPd.r and double-click 'cheyenne.r'
Dockimbel
10-Oct-2006
[42]
there's a -p command line option to set the listening port (80 by 
default). Example: cheyenne -p 8000
Maxim
10-Oct-2006
[43x2]
I see you plan on supporting SSL... is this in any way functional? 
or should we simply do a reverse-proxy through apache for now?
(even if it depends on pro/sdk license, btw ?)
Scot
10-Oct-2006
[45]
Strange quesiton...does Cheyenne do PHP?  Don't ask!  Also, which 
version of core/view is required.
Oldes
10-Oct-2006
[46x3]
It could probably call php as a cgi, but I don't think it's designed 
for such a purpose. And about version - the latest available are 
probably the best.
I would not use view for server
I'm not sure, if you can run it from Rebol/Base, you may try it.
Dockimbel
11-Oct-2006
[49x2]
Maxim: I plan to support SSL natively in REBOL. I'm waiting for Carl 
to send me a test version of /Command with server-side SSL enabled. 
In the meantime, I recommand using a SSL proxy rather that Apache. 
See STunnel for example.
The SSL support will be available only in Cheyenne binary releases. 
You'll need a /Command or /SDK license to make it work with the sources.