Search the web
Sign In
New User? Sign Up
vanilla-pudding · Vanilla is a simple hypertext system which subscribes to the Wiki philosophy.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Installation Report: Linux + Apache   Message List  
Reply | Forward Message #37 of 980 |
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



Tue Oct 30, 2001 11:20 am

pstrasser@...
Send Email Send Email

Forward
Message #37 of 980 |
Expand Messages Author Sort by Date

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...
Patrick Strasser
pstrasser@...
Send Email
Oct 30, 2001
11:18 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help