Is anyone here running vanilla under 10.2.3? I seem to be having some unusual behaviour, here's some output from the server error log: [Mon Jan 13 13:29:45...
Gary Elshaw
gary@...
Jan 13, 2003 1:19 am
401
Hi there I dont know the SPECIFIC problems with vanilla under 10.2.3 BUT favicon.ico is always called from IE browsers and now the Safari browser for OS X This...
I think I remember having the 'Premature end of script headers' bug when I moved my vanilla from win->unix. I *think* it's something to do with line-endings...
... there's problem with running Rebol on Mac OS X 10.2 and later - as far as I understood Apple updatet some Libraries and REBOL didn't provide any newly...
Hi Stefan, thanks for the information, unfortunately i'm still getting the same error from the server log: [Tue Jan 14 13:29:18 2003] [error] [client...
Gary Elshaw
gary@...
Jan 14, 2003 1:03 am
405
Hey Gary, ... What happens if you execute the new (bashy) vanilla.r directly from the console? For more useful debug output you could try adding echo...
Hi Chris, Here's the output from a bash shell when the command is run from the console: bash-2.05a$ #!/bin/bash bash: !/bin/bash: event not found bash-2.05a$...
Gary Elshaw
gary@...
Jan 14, 2003 1:47 am
407
... Interesting indeed, I think we have the culprit. Does your vanilla-root (in the .conf) look like that? vanilla-root:...
Hi Chris, Well, i'm now getting output from the terminal, but still nothing from the browser. Is there anything in my server setup that needs to be allowed?...
Gary Elshaw
gary@...
Jan 14, 2003 3:04 am
409
Hello Gary 8) this is what I have done here: in your /etc/httpd/httpd.conf file, make sure these lines are uncommented: LoadModule setenvif_module...
Will,
You seem to have placed the vanilla root folder in to the cgi-bin whereas i had had it sitting in the docs directory, i tried, but unfortunately...
Gary Elshaw
gary@...
Jan 14, 2003 5:29 am
411
Hello All, Been following this thread as trying to sort out my old space onto my iBook ... but then I get the error (from doing apachectl configtest Syntax...
Can you really put a unix command at the end of httpd.conf? 'cos that's what setenv is (dependant on your shell) isn't it? I'm no apache expert but that...
... that's what these lines let you do: LoadModule setenvif_module libexec/httpd/mod_setenvif.so AddModule mod_setenvif.c I've got no ideas, but I hope you...
Hi Will and all! Using Apache's facilities to set/pass environment variables seems like the right way to go for me; thanks for this good idea, Will. ... The...
... Hmm, it seems Chris forgot to mention some most important bytes here. First of all, as you stated in a later mail, that you already get output when run...
Hallo Earl et al I have been fiddling and have got most of it working *In THEORY* but not through the browser... if I call ./vanilla.r from the terminal I get...
... Hi if the path is correct, then you are experiencing permission problems - chown the files to "www" and set them readable and writeable so go to the folder...
*sigh* I have done this get the same problems... I dont know what to turn to...cos I have admittedly and comittedly "Switched" and will want all me sites to be...
... A suggestion, send me the ouptut of a ls -laR /Library/WebServer/Documents/vanilla/ in a personal mail and I'll look for permission problems. ... earl...
... Well, in my experience "premature end of script headers" *always* turns out to be a permissions problem. Sort of like in audio it always turns out to be...
Hi All, I managed to get my vanilla install working thank goodness! I was thinking this morning that it was never going to happen, and you can bet there was a...
Gary Elshaw
gary@...
Jan 15, 2003 2:28 am
423
... Gary, Congratulations.. And yes please do write it up. I am working on the English language edition of Olivier Auverlot's Rebol Programming book, to be...
Hi All, I've written some documentation for getting vanilla on to OS X (well a mirror of my install anyway) at the following: http://elshaw.tripod.com or...
Gary Elshaw
gary@...
Jan 16, 2003 4:04 am
425
Morning vanilloids, There's a problem on my vanilla site (www.h-lame.com), if you login it takes about 3 page impressions for the system to recognise you...
http://www.reboltech.com/downloads/changes.html (section 2.12) i know Murray at least was having issues with same-named cgi attributes. REBOL 2.5.5 appears to...
... finally - as i've reported the old behaviour of decode-cgi as bug to feedback during the last 4 or so beta versions :) now if only decode-cgi would...
Here's some code that lets you customise the basic vanilla markup shorthands from within vanilla. add this to vanilla.r near the other html-format-......
allow my to correct myself: html-format-general: func [snip formatsnip /local line lines delimiter opentag c losetag linedata] [ ; for each line in format snip...