World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
BrianH 31-Dec-2007 [2424x2] | I just changed the secirity model of DevBase to be more fine-grained. It would probably be extensible to cover something like that. |
secirity -> security | |
Henrik 31-Dec-2007 [2426] | I wonder now if cheyenne can use REBOL/Services' account system for login. |
BrianH 31-Dec-2007 [2427x2] | A Cheyenne front end could be very useful. Cheyenne could easily use REBOL/Services for login. |
Part of the plans for DevBase is to clean the code structure to make it more modular, to make different front ends easier. | |
Henrik 31-Dec-2007 [2429] | sounds interesting |
Henrik 1-Jan-2008 [2430x3] | Doc, you may want to say system/options/quiet: true I found this in /var/log/system.log on my Mac, when starting Cheyenne using Launchd: Jan 1 11:01:43 Macintosh com.rebol.cheyenne[60072]: / Jan 1 11:01:43: --- last message repeated 1 time --- Jan 1 11:01:43 Macintosh com.rebol.cheyenne[60072]: - Jan 1 11:01:43: --- last message repeated 1 time --- Jan 1 11:01:43 Macintosh com.rebol.cheyenne[60072]: \ Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: | Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: / Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: - Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: \ Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: | Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: / Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: - Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: | Jan 1 11:01:44: --- last message repeated 1 time --- Jan 1 11:01:44 Macintosh com.rebol.cheyenne[60072]: / Jan 1 11:01:45: --- last message repeated 1 time --- Jan 1 11:01:45 Macintosh com.rebol.cheyenne[60072]: - Jan 1 11:01:45: --- last message repeated 1 time --- Jan 1 11:01:45 Macintosh com.rebol.cheyenne[60072]: \ Jan 1 11:01:45: --- last message repeated 1 time --- Jan 1 11:01:45 Macintosh com.rebol.cheyenne[60072]: | Jan 1 11:01:45: --- last message repeated 1 time --- Jan 1 11:01:45 Macintosh com.rebol.cheyenne[60072]: / :-) |
Apparently it's not in the main cheyenne.r file, but during a call to a sub system (don't know which yet) that causes this. | |
I think I found the problem in Uniserve: In uni-engine.r, replacing: call join form to-local-file system/options/boot [" -s " cmd] with: call join form to-local-file system/options/boot [" -sq " cmd] quiets it down | |
Dockimbel 1-Jan-2008 [2433] | Thanks for the fix, it will be part of the next release. |
Henrik 1-Jan-2008 [2434x2] | great :-) |
Doc, are you considering simple HTML templates for .rsp pages, or is that already possible? Such as converting a block of values to a table: <% print html-table read %. %> | |
Dockimbel 1-Jan-2008 [2436] | It's not on my Todo list, I plan to make a higher level framework for building web applications, where I don't want to mess anymore with HTML or Javascript. Kind of VID dialect that compiles to HTML+CSS+JS. |
Henrik 1-Jan-2008 [2437] | cool |
Graham 1-Jan-2008 [2438] | Just like RoR, RSP can use the following <%= %> instead of <% print ... %> |
amacleod 1-Jan-2008 [2439] | Kind of VID dialect that compiles to HTML+CSS+JS. Now, that's what I'm talking about!!! |
Rod 2-Jan-2008 [2440] | Doc - that would be too wonderful, us HTML challenged programmer types would be so very happy with such an option! |
DerekR 28-Jan-2008 [2441x2] | hi to Gregg -- thx for the invitation to your world... |
oops, probably the wrong place ... plz. excuse the noob | |
Vladimir 28-Jan-2008 [2443] | http://www.softinnov.org/is not working? |
[unknown: 5] 28-Jan-2008 [2444] | not here either. |
DerekR 28-Jan-2008 [2445] | umm, okay, well maybe this is the right place for a small problem I've encountered with cheyenne / uniserve -- maybe not an issue with the server but me being new to rebol -- btw this is on windows 2000 and happens with both cheyenne and uniserve -- when I go to any cgi or rsp page a new rebol console pops up in front of the browser! Is there anywhere in the uniserve / cheyenne source where I can disable this behavior? |
Dockimbel 28-Jan-2008 [2446x2] | Softinnov.org is back online. There's some bad URL requests using not supported HTTP method that sometimes crash Cheyenne. I'm working on a fix for this and will publish it asap. |
Re DerekR: just look above at Henrik's message, it shows the patch to hide the REBOL console when CGI or RSP scripts are processed. | |
DerekR 28-Jan-2008 [2448] | Hi Doc / Nenad -- excellent! (Jeez, there's the answer staring me in the face at the top of the window!) |
Dockimbel 28-Jan-2008 [2449] | ;-) |
DerekR 28-Jan-2008 [2450x2] | While you're here -- I noticed that Cheyenne failed to fetch a jpg image that had spaces in its src url -- e.g. "red rock river.jpg" -- and "red rock river.jpg" didn't help either ... |
(uniserve didn't have a problem with this btw) | |
Dockimbel 28-Jan-2008 [2452] | Could you please fill an issue ticket about that in the bugtracker please : http://www.softinnov.org:8000/curecode/project.rsp?id=4 |
DerekR 28-Jan-2008 [2453x2] | Sure thing Doc! |
-- btw wanted to say how delighted I was to find a lightweight, scriptable, no-hassle-to-install, x-platform web server -- many thanks!! | |
Dockimbel 28-Jan-2008 [2455] | I plan to make a new release this week, only bugfixes. |
DerekR 28-Jan-2008 [2456] | Great! -- |
Dockimbel 28-Jan-2008 [2457] | Thanks! That's exactly why I've built Cheyenne ;-) I plan to improve it much more in features, speed, easy configuration,... |
DerekR 28-Jan-2008 [2458] | I had a problem with port 80 at first -- this both in uniserve and cheyenne -- changed the hardcoded port assignment in httpd.r to 8880 and it worked fine |
Dockimbel 28-Jan-2008 [2459] | Are you on Linux or OSX ? |
DerekR 28-Jan-2008 [2460x2] | Can the port # be reassigned from the command line |
This is on Windows 2000 | |
Dockimbel 28-Jan-2008 [2462] | use : -p 8880 |
DerekR 28-Jan-2008 [2463x4] | thx! |
woops -- just attempted to register a new acct w/ yr bugtracker -- got the email confirming, went to the indicated url -- found a bug ;-) --> > RSP Error Trapped< Error Code : 310 Description : script error ! validate-user has no refinement called update Near : [if not validate-user/update request/content [err?: yes]] Where : protected-exec | |
recursive bug-tracking bug ... | |
can't log-in either --> "Error: Account not yet activated" | |
Dockimbel 28-Jan-2008 [2467] | funny bug... I guess that's a regression from last restore after the server's disk crashed... |
DerekR 28-Jan-2008 [2468] | almost kafkaesque, that bug ;-) |
Dockimbel 28-Jan-2008 [2469] | give me a few minutes to fix that... |
DerekR 28-Jan-2008 [2470] | anyway i'll try checking back later, see if i can get in -- grazie! |
Dockimbel 28-Jan-2008 [2471] | I've reset the server, it should be ok now. |
DerekR 28-Jan-2008 [2472x2] | Doc? -- just filled in a ticket but when I tried to submit I got "Access Denied" ... bzzzzt |
btw also determined that the URL spaces bug also happens w/ anchor & location "href" and in the address-bar | |
older newer | first last |