Hi!
I installed vanilla 0.5 on my Linux Box, it runs fine now, but here are
some installation notes:
When you install Vanilla on a Linux box you have to think about
permissions for your new files. Apache runs as user apache and does not
have rights to read/execute yor files or files owned by root.
If you tried to run vanilla on the shell and it runs, but accessing it
via the webserver/browser gives you some 500-access-denied-error check
following:
*) you may find some "permission denied" entries in your error_log for
apache (tail -f /var/log/httpd/error_log)
*) make your cgi-scripts world-readable and -executable. change to your
cgi-bin directory (e.g. cd /var/www/cgi-bin/) and change the modes:
chmod a+rx vanilla.r*
*) do the same for your vanilla directory (chmod a+rx
/usr/local/vanilla/ -R) and rebol (chmod a+rx /usr/local/rebol/ -R).
*) you may have to make certain files or directories world-writable
(chmod a+w /your/path/your_file_perhaps_with_wildcards*)
Thats all.
Patrick
--
Engineers motto: [ ]cheap [ ]good [ ]fast choose any two
Patrick Strasser <pstrasser at bigfoot dot de>
Student of Telematik, Techn. University Graz, Austria