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
24-Sep-2008
[2805]
If you need the HTTP client for Uniserve, just let me know, I have 
a much more recent unreleased version that should work better than 
the old one in Uniserve 0.9.9.
Graham
24-Sep-2008
[2806]
sure ..
Dockimbel
24-Sep-2008
[2807]
I guess that the HTTP method and URI query parameters are not related.
Graham
24-Sep-2008
[2808x2]
what I read is that parameters are supposed to be sent as custom 
headers with PUT
but I guess that's harder to process
Dockimbel
24-Sep-2008
[2810]
from RSP, you just have to look in request/headers to get custom 
headers.
Graham
24-Sep-2008
[2811x2]
what do you mean the REST URLs have to point to a rsp resource?
with REST you don't have a static page to point to
Dockimbel
24-Sep-2008
[2813x2]
for now, if you want that your requests be processed by Cheyenne, 
you have to.
Async HTTP client for UniServe: http://softinnov.org/tmp/HTTP-client.zip
Graham
24-Sep-2008
[2815]
T'hanks.
Dockimbel
24-Sep-2008
[2816x2]
HTTP.r shoud go in UniServe/protocols/, libs/ should go in UniServe/
Need to go now...
Graham
24-Sep-2008
[2818]
ok, thanks ..
amacleod
26-Sep-2008
[2819]
what version of core does cheyenne need?
Will it run on some core 2.5?

I was playing around with core on Win CE and 2.5 I believe is that 
last update...
Dockimbel
27-Sep-2008
[2820x5]
Cheyenne needs at least 2.7.5. It should work on 2.5 I guess if you 
backport some mezzanines (like EXTRACT) and emulate some natives 
(like UNLESS). You also need CALL or LAUNCH in order to support RSP 
and CGI scripts.
Cheyenne 0.9.19 Preview Release : http://cheyenne-server.org/tmp/cheyenne-r0919.zip
This release hasn't been much tested, that's what I've called it 
PR. I'll make the official release in a few days.
Main changes are :
- an improved PHP support (now works reliably)
- sandboxed RSP webapps (as much as it's possible in R2)
- now compatible with REBOL 2.7.6
- bugfixes

See ChangeLog.txt file in the archive for complete description.
Watch out for regressions in your RSP webapps that might be caused 
by the new RSP sandboxing system. For those having a server in production, 
test your RSP applications carefully before upgrading.
TomBon
29-Sep-2008
[2825]
hi doc, where can I find the syntax for the alias modul? (I wan't 
create a directory - cgi - alias)
Dockimbel
29-Sep-2008
[2826]
ALIAS /url-path %filename (%filename can't be a directory)
TomBon
29-Sep-2008
[2827]
thx doc, but what if I want to access cgi's in a directory 'outside' 
the document root?
Dockimbel
29-Sep-2008
[2828x3]
Cheyenne serves content only from the document root.
But nothing stops you to use wrapper CGI to execute REBOL code outside 
of the document root (using do %...) if it's really required.
to use => from using
TomBon
29-Sep-2008
[2831]
thx for the info
Dockimbel
29-Sep-2008
[2832]
Btw, why bother with CGI scripts when you can use RSP script which 
are far more powerful ?
Graham
30-Sep-2008
[2833x2]
Anyone got the lastest distro working?  Mine just hangs on do %cheyenne.r
very odd ...must be something to do with Vista ... the cheyenne.exe 
works fine on XP, but does nothing for me on Vista.
Terry
30-Sep-2008
[2835]
Anyone got Vista working?
Graham
30-Sep-2008
[2836x3]
huh?
are you saying that you have seen this problem?
If that is the case, it must be the windows calls
Dockimbel
30-Sep-2008
[2839]
I don't have Vista installed, so can't test. I guess that's probably 
an issue with one of the win32 API functions used by Cheyenne on 
startup. Did you tested on Vista 32-bit or Vista 64-bit ?
Graham
30-Sep-2008
[2840x4]
32 bit
I see instances of Rebol start up, and the port 80 is opened.
but no response
3 instances
Henrik
30-Sep-2008
[2844]
I wonder if Vista shuts off ports below 1024 for non-administrator 
users?
Graham
30-Sep-2008
[2845x2]
I added rebcmd to the firewall exceptions
ok, where does one change the port ?
Henrik
30-Sep-2008
[2847]
It may not have something to do with the firewall. Linux does this 
even without firewalls.
Graham
30-Sep-2008
[2848]
listen [ 80 ]
Henrik
30-Sep-2008
[2849]
in httpd.cfg
Graham
30-Sep-2008
[2850x2]
Yes, works on 8080
interesting.
Henrik
30-Sep-2008
[2852]
Then they have probably adopted that feature. Nice to know.
Graham
30-Sep-2008
[2853]
1024 is good too.
Henrik
30-Sep-2008
[2854]
What about 1023? :-)