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

Graham
19-Feb-2007
[234]
we need to wait for RT to enable server side ssl
Maxim
19-Feb-2007
[235x2]
CARL!!!!!!
;-)
Graham
19-Feb-2007
[237]
we may have to wait until May when doc can ply Carl with enough beer 
to release the secrets of ssl
Pekr
19-Feb-2007
[238]
Doc is rewritting sessions currently and back on Cheyenne, at least 
that is what he told to me a week ago ...
Will
19-Feb-2007
[239x2]
That is good news Pekr, thanks for sharing 8-)
there are still stability issue on heavy traffic, at least on OS 
X
Graham
19-Feb-2007
[241]
how heavy is the traffic?
Will
19-Feb-2007
[242]
about 100000 rsp requests in a couple hours, last time I checked 
it was related to accumulated connections not propery closed
Terry
20-Feb-2007
[243x2]
Would like to see php.exe plugged in.  Sessions don't seem to be 
more than glorified cookies.
OpenSSL provides libraries
Dockimbel
20-Feb-2007
[245]
Some news: I'm currently finishing a new RSP API documentation, that 
will match the upcoming RSP version with brand new code for session 
support. In this next release, I'll focus on stability / reliability 
rather than providing new big features. I should be able to release 
it in a month from now with proper documentation.
Maxim
20-Feb-2007
[246x2]
so they let you out of the cavern again?  ;-)
last post being 4 months ago!
Dockimbel
20-Feb-2007
[248x2]
I sometimes escape to hunt for some food and drink some water, and...connect 
to AltMe ;-)
I've used other channels for giving some news since then, like Cheyenne's 
blog at softinnov.org.
Maxim
20-Feb-2007
[250x2]
here its not just new, its actual human relation, much more fun ! 
;-)
(new = news)
Dockimbel
20-Feb-2007
[252]
Fun : sure, but can be very time-consuming...
Pekr
20-Feb-2007
[253x3]
is rsp api already in?
ah, not rpc, but rsp :-) well, i am not interested in anything rsp, 
unless it works with templates not mixing html and rebol source code 
:-)
working sessions would be fine :-)
Maxim
20-Feb-2007
[256x2]
but doc, I think many users would like  you to pass by a little more 
often... its just nice to know that an author is actively supporting 
his stuff...
this is the "official" rebol meeting place.
Dockimbel
20-Feb-2007
[258x2]
Terry: REBOL already supports SSL, it just a matter of knowing which 
flag to set to switch to server-side SSL. Btw, if anyone can get 
the info from Carl, that would be great ! (Pekr, you're kind of good 
at extracting info from ppl ;-))
Max: you're right, I wish I have more time to spend here (hopefully, 
I can now spend 2 days per week working on all my REBOL projects, 
so, you'll see me here now more often.
Maxim
20-Feb-2007
[260x3]
I wrote official... but I meant "official underground community"... 
where actual user end up.
you know... it doesn't have to be 4 hours of chat.
I know how it is...
Dockimbel
20-Feb-2007
[263]
Petr: RSP can emit XML if you need to separate content from presentation. 
Btw, I'd be happy to see an XSLT lib done in REBOL.
Pekr
20-Feb-2007
[264]
I will try to write to Carl :-)
Maxim
20-Feb-2007
[265]
and put a few pints in the letter  ;-)
Pekr
20-Feb-2007
[266x3]
Doc - all I need is my gfx man to work separately - that is way most 
templating systems don't suit me well. They are ugly mixture of code 
and presentation. I want only tags, and then parsing and replacing 
stuff.
I will pint out Carl in Paris ;-))
I hope France has some good beer too. All I know is that France has 
wine tradition, so not sure about beer :-)
Maxim
20-Feb-2007
[269]
pekr, remark is EXACTLY that but templates are not only for pages, 
but tags are templates... all code is outside of page and very easy 
to make your own tags.
Pekr
20-Feb-2007
[270]
do you have link for remark?
Maxim
20-Feb-2007
[271]
if you promise that you'll try it out, I'll put it online.
Dockimbel
20-Feb-2007
[272]
Pekr: There's a lot of competing templating solutions, and AFAIK, 
XML+XSL is the most used one. You can also look at Enhydra XMLC here 
: http://www.enhydra.org/tech/xmlc/index.html(It's done with JSP, 
but the concept can be easily ported to any other language).
Pekr
20-Feb-2007
[273x2]
yes, it is just ... what is xml good for here? :-)
maxim - any doc for remark? From docs I could see, if it is what 
I want :-) Well, I do small things, so maybe I am better with something 
"home-made" :-)
Maxim
20-Feb-2007
[275x2]
the only thing it needs is someone to adapt it for cgi use... I have 
too little CGI practice and no real need, atm... so its hard to put 
time on this... but its a rebol script, so its easy to adapt.  all 
it would need is to check if its been started as cgi and call a different 
startup, which only prints out one file.  for static pages (which 
CAN include dynamic conent like sql queries) then its a very good 
solution which already supports site magamenent and ftp xfer.
I would gladely help anyone to add cgi support to remark... probably 
doing it together more than anything.
Dockimbel
20-Feb-2007
[277]
Pekr: It's good for feeding an XSLT engine (we don't have any equivalent 
in REBOL).
Maxim
20-Feb-2007
[278x2]
yes I have all of this done... its just not online for lack of time.
I can send you a .zip though?  is your email address here valid?
Graham
22-Feb-2007
[280x4]
I want to set up a cheyenne web server that is secure.. ie. protected 
by ssl.
this web server is for local intranet .. but sometimes allow users 
to browse from outside via ssl.
can I use http://sourceforge.net/projects/sslexplorerto set up a 
ssl vpn so that the remote user logins via the vpn, and then accesses 
the intranet's web server?
which also means I could grant untrusted users temporary access to 
the web server.