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

Terry
1-Jun-2007
[722x3]
and well organized.
So I removed the module from cheyenne.r and it works.. I gather that's 
just for encapping?
Cheyenne is very extensible... shoud be easy to build http based 
file uploaders, advanced logging... db connections, advanced file 
mapping, authentication, mod-rewrites without the regexp.. tons of 
stuff.
Dockimbel
1-Jun-2007
[725]
Terry, I'll provide some better docs about modules creation and a 
step-by-step example on how to build simple module.
DideC
1-Jun-2007
[726]
Why not runniong the RSP bugtracker of Cheyenne to track the bug... 
of cheyenne ?
Like this, it's a live and usefull Demo !
Will
1-Jun-2007
[727]
Dock said he will use it on softinnov and also release the source 
as a complete rsp example, probaly not yet ready for "beta" 8-)
TomBon
1-Jun-2007
[728]
robert, yes to integrate rebservices as a 'cgi access module' (bridge)

which provides e.g. a persistent connection to sqlite or rebdb etc. 
would 

be nice. could be also used as a starting point for a nice webbased 
admin-concept for sqlite.
Gabriele
1-Jun-2007
[729]
robert, did you try services with fastcgi in cgi emulation mode? 
any problems with it?
Robert
1-Jun-2007
[730]
No, I did not, because I thought it requires special handling in 
the CGI prog.
Gabriele
1-Jun-2007
[731]
in cgi compatibilty mode, the only problem you can have is if the 
cgi script is not reentrant, but services should be.
Terry
1-Jun-2007
[732]
Something in Cheyenne preventing the -s security switch in WinXP 
?  I get  the "encap-fs.r requests permission to open port" security 
message.
Maarten
1-Jun-2007
[733]
Is there a release somewhere that I'm missing and evrybody else *did* 
find?
Dockimbel
1-Jun-2007
[734]
Didec: I need to finish to CSS code to put the bugtracker online, 
it will take me a few hours of works, so I put it online this  weekend.
Terry
1-Jun-2007
[735]
Is Dockimbel short for "Documentkimbel"?
Dockimbel
1-Jun-2007
[736x2]
Terry: I run it on XP with the following command-line : rebol -s 
cheyenne.r, no security requestors here.
nope, doc is for doctor ;-)
Maarten
1-Jun-2007
[738]
Doc, what is the new ETA for the beta?
Dockimbel
1-Jun-2007
[739x3]
one hour
btw, the current RSP bugtracker code name is : CureCode ;-))
I have a new beta with several fixes ready to release. I'll post 
the link here and update the website tomorrow.
Maarten
1-Jun-2007
[742]
I'll wait for tomorrow anyway, I guess I'll need the docs. Really 
looking forward to it though
Maxim
1-Jun-2007
[743]
have you curred the port closing bug in R2?
Maarten
1-Jun-2007
[744x2]
With RSP, session support, CGI and mysql:// this is a rebol web app 
framework that most languages can only dream of (productivity wise).
Just having an idea: perhaps adding RebXML support in RSP or so?
Maxim
1-Jun-2007
[746]
IF one likes to say the web is productive to start with  ;-)
Gabriele
1-Jun-2007
[747]
doc, make sure you set aside some time this weekend. you know, for 
things. ;)
Maxim
1-Jun-2007
[748]
hahahaha
Dockimbel
1-Jun-2007
[749x2]
Maxim : all problems regarding port closing (like remaining "zombie" 
connections are solved).
Gab: it's christmas already ? ;-)
Gabriele
1-Jun-2007
[751]
very close. :P
Graham
1-Jun-2007
[752]
Is it working with Chris' QM ?
Dockimbel
1-Jun-2007
[753]
I didn't had time to follow the discussion about that in the QM channel, 
so I don't know...
amacleod
1-Jun-2007
[754x2]
Has anyone tested php on windows. And do I need to uncomment : ;	bind 
fastcgi to [.php .php3 .php4] and :;	extern fastcgi [
;		command	 "php -b $port"
;		pool 	 min 1 max 4
;		server	 192.168.0.100 ; port 1234
;		root-dir "/home/dk/fcgi/"
;	]
to get it up and running?
Dockimbel
1-Jun-2007
[756x4]
nope, that parameters are not yet working.
please give me a few minutes to let me post the latest Cheyenne beta 
sources and I'll write a post about how-to make PHP work.
Cheyenne v0.9.11 Beta released : http://softinnov.org/tmp/cheyenne-r0911.zip
Several bugs fixed (including the sixteen.html counter bug). RSP 
API documentation updated and fixed, 75% completed, still needs some 
work to finish.
btiffin
1-Jun-2007
[760]
I'm still getting

Redirection Catched
Destination url: /testapp/
For all RSP related activity.
GNU/Linux 2.7.5.4.2  IceWeasel (Firefox) browser and Konqueror

Modified HTTPd.r for port 8080, run cheyenne.r off terminal session 
with
rebol -cswq cheyenne.r
Dockimbel
1-Jun-2007
[761]
That's because the DEBUG mode is activated by default in these beta 
releases. To get ride of it, just edit the httpd.cfg file , find 
the webapp "/testapp" option block and remove the 'debug keyword 
 (then restart the server).
Terry
1-Jun-2007
[762]
well, i don't know what Im doing wrong, but after i log into testapp, 
then run testapp/sixteen.html.. i still get booted back to login 
(latest version)
btiffin
1-Jun-2007
[763x2]
Yep...loops around.
With debug, Redirection Catched.
Without  loops to login screen over and tover
Dockimbel
1-Jun-2007
[765]
Terry, it seems that's a issue with the way the request pipelining 
and multiplexing is done by some browser. I've plan to fix that this 
weekend.
btiffin
1-Jun-2007
[766]
Love the work Doc.  Everything else works great, in terms of serving 
web stuff.

peoplecards.ca has been running now live for two weeks.  But right 
now I have to go

play poker.  I'll chat with Will to see if we can't nail down the 
setting that is 
causing this...
Thanks much.  For lots and lots.
Dockimbel
1-Jun-2007
[767x2]
Brian, I can't reproduce this behaviour on my Windows box whatever 
browser I use. I'll try on a linux box tomorrow morning.
PHP interfacing revealed : http://softinnov.org/cheyenne/blog.cgi?view=0005
Terry
1-Jun-2007
[769]
Well.. it's still looking really great.. love the module methods.. 
very clean.
Im going to deciated 2-3 hours a day building mods ;)
Maxim
2-Jun-2007
[770]
doc, I think I'll give this latest version a spin... is it as easy 
as apache to get working?
Chris
2-Jun-2007
[771]
Easier, much easier.